Is there a way to have a user submit their email first and then it triggers a survey for them to complete?

I want to see if GF has this functionallity. What I’d like to do is have a user submit their email - we capture that email and then open a survey for them to complete. If they chose to complete the survey, great! If not, at least I still have their email from the first step.

Is that possible?
Thanks!

@codyrobley
You can do this using two forms. The first form to capture the email with a confirmation redirect to the survey form page, or you could use this method to chain the forms together. In this scenario, the only way to access the second (survey form) is to submit the first form.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.