Using Ajax Requests to save data instead of Form Posts
Posted: 2017-07-23 09:28
I just had a customer who went to fill a large form in. They forgot to complete one of the required fields and when they clicked back on the error message, they lost all the data they had put in the other fields. Since it was a fairly large form there was quite a bit of work lost.
Would Ajax requests solve this issue, and if so, how can it be implemented? Isn't form posting a bit outdated now?
Would Ajax requests solve this issue, and if so, how can it be implemented? Isn't form posting a bit outdated now?