Forums

Form attempt logs?

critter42 20 Nov, 2011
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.
GreyHead 24 Nov, 2011
Hi critter24,

There is no log of failed attmepts. I guess that you could create one by putting a DB Save action in the On Submit event before any validation.

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