I have a 3 form fields on my page:
Firstname, Surname, Email address. Then I have the submit button.
However, when the submit button is pressed, I want it to go to another page where more fields are there along with the data given to the Firstname, Surname and Email address.
I know in php you use the echo function, is there a way you can do this just using javascript?
Hope ya can help…:beam: