Hello all:
I have a multi page form (4 pages all together) with back and next buttons. When you go to the next page and you’ve realized that you need to go back to the previous page or a few pages back, the data in the form fields is disappearing. I presently using:
<a href="javascript:history.back()"><img src="images/back_btn.jpg" width="82" height="27" border="0" class="back"/></a>
How can I get the data to stay in the fields? The URL is http://john.syndicateinteractive.com/event_quote/index.php.
Thanks!
JPearson311