I’m just trying to get clarification if passing some form field data from one form on a test page to another form on a destination page.
My understanding is if I set the 1st form destination to a url with the append form data to url parameter that I can pass that information along to the second form.
At this point as long as the second form on the destination url is the same name it will populate that form with the form data in the URL parameter?
Thanks.