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.

View Information Using Pass Field Data Via Query String

  1. everfit
    Member

    I am trying to take information from a check box and have that automatically display an answer in a different page. So that if some checks box "A" on form #1, then after they hit submit it will bring them to page #2 and will display an response based on what they checked. I believe I can do this by using the Pass Field Data Via Query String. What I am unable to figure out is how to have the information displayed in the second page.

    Posted 13 years ago on Wednesday August 24, 2011 | Permalink
  2. If you send the data from form 1 to form 2 via query string, you need to allow the field on form 2 to be populated dynamically.

    There is documentation here:
    http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically

    I recently wrote something here with more detail:
    http://www.gravityhelp.com/forums/topic/pass-form-data-to-receipt-page#post-33268

    Posted 13 years ago on Wednesday August 24, 2011 | Permalink