Forum Moderators: phranque
Is this normal? Do that many people out there in "average user land" not know how to work with web forms? Do those of you monitoring web forms that don't automatically detect duplicates see this many duplicates?
It's a pretty basic form that submits the results to me via email. Obviously throwing it into a database would be a much better option, and then I could check for duplicates before updating the database, but my organization refuses to understand that we need a new hosting plan with PHP/MySQL support. But that's a story for another forum.
Basically I want to make sure this is not something with the design of my form. Maybe there's something I need to work on with the initial focus point, so if people hit enter in the middle of typing, the form doesn't submit? Should I change the field that is initially focused? It seems to default to the "submit" button.
Usually dups happen because of slow servers. If a user clicked "submit" and "nothing happens" for a few seconds, they will click again.
You could use a little snippet of JS to disable the submit button [webmasterworld.com] once it's clicked.
It's quite normal that people go through a site until they finish an action (e.g. submit a contact form) and then clicks the back button as many times as necessary to leave the site at their starting point.