Posts

Showing posts with the label page-refresh

Browser(s) Erase(s) Form Data Before User Submits The Form

Browser(s) Erase(s) Form Data Before User Submits The Form I have a website contact form that erases the user's entries before they get a chance to submit the form. Is there a way to programmatically disable the browser refresh on this web page? Maybe starting from the time the user inputs the first byte of feedback, disable the refresh? I have searched several sites for answers, but I don't see one specific to this question. Most are wanting to see the form data still in the contact form after the Submit button has been clicked. Or they are telling me how to disable the refresh in my specific browser. I need the form data to stay entered until the user clicks Submit and not be erased with every refresh, which seems to happen every 10-15 seconds. To see what is happening, please visit my Contact Us form at www.thecarpenterstribute.com/contact.html. Any suggestions are greatly appreciated. Thank you! In general, I would like to stop the auto-refresh of all pages on my website. ...