SecureForm: Protect Yourself from Form Post Failures Using AJAX
Thursday, December 22nd, 2011
Case in point — you have an important web-based form and a visitor has spent 30 minutes filling it out. The visitor presses the “submit form” button and the form post fails (because the visitor has lost Internet connectivity or for any number of other reasons). The visitor gets some error screen, gets very annoyed, and quits. Form post lost, data lost, customer feedback, potential sale … lost.
This situation can be prevented and these important form posts saved by using some JavaScript (AJAX) techniques in your web form page.
