PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Possible to submit info from one form to a second form?

  1. arndvs
    Member

    Hello I am wondering if it is Gravity Forms can take the information from one form and populate into another.

    For example I have a small form on my website with 4 drop down boxes. I would like to have the user select the info from the drop down boxes and when they submit the form they are redirected to the real for where their answers to the previous form are already filled in but they must complete the rest of the form.

    Also I don't want the first smaller for to try and submit th e2nd larger form so that when the user is redirected there are any pop ups or warnings saying they have not yet completed required fields in the 2nd form.

    Posted 13 years ago on Thursday December 30, 2010 | Permalink
  2. Yes, Gravity Forms can do this. Fields can be populated dynamically via the query string or via PHP. So you can setup Form 1 so that when it is submitted it redirects to Form 2 and passes data via the query string that pre-populates fields.

    If you have any questions on how to implement this after purchasing, feel free to ask on the forum and we can provide assistance.

    Posted 13 years ago on Thursday December 30, 2010 | Permalink
  3. I would love to know how to do that with Gravity forms. Do you have a link to the relevant documentation?

    Posted 12 years ago on Tuesday August 30, 2011 | Permalink
  4. There was some recent discussion here:

    http://www.gravityhelp.com/forums/topic/saving-partially-filled-multi-page-forms-as-entries#post-33218

    I described how to capture the name and email from the first form, and send it to the second form. That way, if the second form is abandoned, you still have their name and email. Let me know if you have any questions for your application.

    Posted 12 years ago on Tuesday August 30, 2011 | Permalink