I’m working on a HTML form, I’d like to achieve once the submit button hit, then goes to a confirmation page. The confirmation page get the data from form page.
As my form validation is used by jQuery, for example I have a variable name is VISITORNAME
How to make the conformation page shows “THANK YOU VISITORNAME“
I did research, could not find a simple easy way to do it.
you have many ways to do that, one is to add something to the url when the form is submitted and read with js in the other page (this does not involve server side coding)
Then in the form you can get the visitorname from the url