I need a Javascript created to save and restore form cookies as in this example: http://tdavisconsulting.com/formcookie/appointment.html The script needs be linked to my CheckOut page (see attached). The current validation method, step-by-step wizard and other web elements must be preserved. To view validation go to http://www.assistech.com/cgi-bin/shopper.cgi?add=action&key=YL57 , click “Secure Checkout” button, then “Checkout as a Guest” and “Next”. My current form only saves text data input (using formretain.js). I need a Javascript that saves not only text data but also other types of information (e.g., dropdown menu, checkbox and radio button). Ideally, the script should replace formretain.js and yet maintain the current validation method, as explained. Project requires no script installation. (No login access will be provided.) Thank you.
In addition, I also need the “Next” button on the form lined up with the “Previous” button. See attached formwizard files.
PLEASE NOTICE: This web site has a form cookies tutorial http://javascript.internet.com/cookies/save-and-restore-form-cookies.html