Hi @mattmcca
I hope you are doing well.
I am afraid we don’t have a native solution for this, but it does provide you with an API in case you are looking to build a custom solution https://wpmudev.com/docs/api-plugin-development/forminator-api-docs/#method-get_entry
I just suggest some double validation, using submission ID only would bring a security issue as IDs are sequential, maybe an extra unique ID in the hidden field https://gist.github.com/wpmudev-sls/e3e4655e9ad74686051393a1d0ed5ffa
So the workflow would be something like:
Form A – Provide the submission ID and Unique ID for the customer
Form B – Uses Ajax to request to pass the Submission ID and Unique ID, validate and populate fields.
Note, the above suggestion requires a custom development that is out of our support scope, but it would give direction to you or your developer.
Best Regards
Patrick Freitas
Hello @mattmcca ,
We haven’t heard from you for several days now, so it looks like you no longer need our assistance.
Feel free to re-open this ticket if needed.
Kind regards
Kasia