Forums

Users not able to submit form

doulfe 02 Dec, 2015
Hi,

I've been having for quite a while this problem with chronoforms. I set up a multi-page form. About 15% percent of the submissions were incomplete (showing only the data from the last or last & second to last form pages). I implemented JS validation and serverside validation, I am checking if the user is not getting to the 2nd, 3rd, etc pages via direct link (as suggested here), I am even blocking the access to the form for the users that have no cookies enabled (checking with JS). Whenever I test the form everything works perfect; but there are still users that cannot submit the form on the last page because the form is not remembering all the required data they filled in in the previous pages. It doesn't seem to be browser-version-related or device-related.

Does anyone have an idea what might have happened? Please! It's starting to drive me crazy.
Many thanks.
GreyHead 03 Dec, 2015
Hi doulfe,

Nothing obvious comes to mind. I assume that you are using the Multi-Page action to pass the data between pages?

I'd suggest that you set the form up to save the submitted data after each page submission and update the same record after each page. That should prevent any data loss and give you more reliable results.

Bob
This topic is locked and no more replies can be posted.