Hoping someone can help please. I've searched the forum but suprisingly cannot find anyone asking this question before. Bascially, I have a multipage form (3 pages.) At page 2, I provide the user with an option to go back to the beginning of the form (it's a course registration form). My problem is, I need the form to 'forget' any questions asked. Bascially, I would like to know a way to clear the form (and any questions answered on previous pages) in Javascript.
So if I understand your question correctly if a user clicks the 'back to the beginning' button on page two (takes them back to the start) it clears all form fields?
NickyP - Yes, the user has answered questions on page 1. I direct them back to beginning so they can start again however because they have already answered the questions on page 1, the website skips it and lands on page 2. I'm assuming I just need some one to "reset" the whole form but am not sure how.