Pardon the blond question but I am struggling to pass 3 field values from form A to Form B.
Once form A is submitted it is redirected to another page with form B which must then be completed, displaying the values of the 3 fields of form A on the top.
I need the 3 field values from Form A to be passed and displayed on Form B and I had a look at the following: http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population
I assume a function will work best for this but but I can't seem to get the syntax correct
does anyone have an example of such a function so I can see how to call the field names of form A so they get populated in form B