How would I auto populate a new form after is has already been posted to formmail
I have a form on an html page (server-parsed) that submits app form to email.
The user is then taken to thank you page (html), now here is where they are given an option to sign up for another item b clicking on a link below.
How can I get their previous info like name ,phone fields from previous form to populate here AFTER clicking on “submit” on the thank you page.
So there are 3 pages:
1st page - where original form is submitted to formmail
2ndpage - confirmation or thankyou
3rd page - if user clicks through a new brief form is auto-populated for submission.
Yes, I can change the both pages or 1 page (thank you) to php