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.

Use a field from one form for another field

  1. trismt
    Member

    I am new to GF. Please guide me:

    I would like to use a idschool field (when I make new form 'school') for another form 'course'.

    It means when I make entry for a new 'course' form, I need to input the idschool field to this form.

    Awaiting yours!

    Thanks!

    Posted 14 years ago on Tuesday November 8, 2011 | Permalink
  2. You can do this by sending the value from form 1 to form 2, using the query string. On the confirmation settings for form 1, choose "redirect" and then use the query string builder below to send the data from form 1 (idschool) to form 2.

    In form 2, you will have a field that will look for the parameter idchool in the query string, and pre-populate the value. You can read more about dynamic population here:

    http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population

    Posted 14 years ago on Tuesday November 8, 2011 | Permalink