Are there any logs anywhere I can see for failed form fill-out attempts? I'm having an issue where a very small number of users are hitting submit and the form is reloading with all their info still filled out with no error. They all claim that they are filling out all the required fields (in the required format where necessary) and I and several others are able to fill out the form without problem each time. I'm stumped at this point
I'm still 90% certain these minor issues are user error but if I had a log of the reason the form was rejected it would be most useful in tracking down the issue.
The other thing I was thinking about is seeing if there was a way I could save the raw, unvalidated data in another table before the JS validation fires, but I'm not that advanced with programming or know if it is even possible.
I'm still 90% certain these minor issues are user error but if I had a log of the reason the form was rejected it would be most useful in tracking down the issue.
The other thing I was thinking about is seeing if there was a way I could save the raw, unvalidated data in another table before the JS validation fires, but I'm not that advanced with programming or know if it is even possible.