Hi @intelmouse,
Thank you for contacting us!
Currently, we do not have the feature to pass data from one form to another. I do agree it would be super helpful, though. I’ve made a note of the feature request and we’ll keep it on our radar as we plan out our roadmap for the future.
In the meantime, you could use the dynamic field population method to post the data from the first form to the second form using the redirect URL from the first form.
To do this, you would set the first form’s confirmation method to ‘Go to URL (Redirect)’ (here’s a screenshot).
Next, to build the URL with query string, you can check out our tutorial here.
Then you’ll need to add field Smart Tags from the first form, which pulls entry data for a field. For example, the URL could look something like this:
https://mydomain.com/pagename?wpf20_1={field_id="1"}
That Smart Tag, {field_id="1"}
, would pull the entry value for the field with an ID of 1 from the first form. You’ll need to replace the ID number with the ID of a field on your first form. In case it helps, here’s a screenshot that notes where you can find a field’s ID.
For the second form, please go to the form builder > Settings > General to select Enable dynamic fields population. This will tell the second form to pull data from the URL parameters into the form fields.
That’s it! Once the setup is complete, please give the forms a try to check that they are set up correctly.
I hope this helps! Could you please let me know if you have any questions?
Thanks! ??