As for your second idea, it's the easier approach to implement. When form A is submitted, redirect to Form B, passing all form values as query string parameters. The default values on form B would use the [get param] shortcode, which reads the query string parameters from the form A redirect.
You think this might be possible asynchronously without loading a new page or leaving the page.
@Victor Font I am a little unfamiliar with formidable, on this multipart form can I pass values to another form asynchornously? alternatively can values from form 1 be sent without parsing them via a query string and possibly retrieving them from a session var. I am a a little concerned passing up to 10 fields via the query string.
Please login or Register to submit your answer