To check the box on form two, based following a link from form one, you need to "Allow field to be populated dynamically". That is a checkbox on the advanced tab for your field in form two. Once you do that, you will be given the opportunity to give it a parameter name. You could call it "audit". Then, for form one, you can use the "Redirect" confirmation option, and then send the query string with the parameter name of "audit" and your merge tag value. This is on the Confirmation tab of your form. Once you do that correctly, the submission of form one will complete and send the visitor to form two, with the checkbox pre-checked.
The URL which directs the visitor to form two might look something like this:
http://gravity.chrishajer.com/family-reunion-rsvp/?st=Florida
Where st is equivalent to your "audit" parameter. You will see that Florida is pre-checked when that form is displayed.
You can read more about dynamic population here:
http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population
Posted 11 years ago on Saturday February 2, 2013 |
Permalink