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.
@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.