Let's say I have a form with only one text box and one submit button.
Then let's say I copied that page so that I have 2 pages, each with one text box.
How can I write code so that when the first form is submitted, the other form opens and populates the text box with the information entered in the first?
Then let's say I copied that page so that I have 2 pages, each with one text box.
How can I write code so that when the first form is submitted, the other form opens and populates the text box with the information entered in the first?