Pass data from form to another form in different sessions
Is there a way to have a client fill out a form, react to this form (manually) and have the 2nd customer interaction on a new form have most of the form fields that use the first form be filled on the return for form 2?
Curious George.
Not π― sure if I fully understand your scenario. But I think that I am hearing that they fill out form 1, and once they hit submit, they are then sent to form 2 and there are fields in form 2 that should pull the info previously submitted in form 1. If this is what you mean, then yes this can be done by using the get parameters in form 2 and in form 1 you need to turn on the pass field data setting and include the field names in the query string.