A link opens up the agreement contents. I add a javascript button on the form:
<button id="goback" onclick="window.history.go(-1);">go back</button>
but the form data will be lost when the button is clicked. Some say to save form data on server (php). Is there a way javascript can save the data on client side?

New Topic/Question
Reply


MultiQuote







|