I have created a booking form where a user creates their entry and presses the submit button. This works fine most of the time, but I get some users on slow connections who keep pressing the submit button looking for a response and then end up with multiple entries. I can limit the entries per user to one on the form, but actually there could be more than one entry per user as they may be booking for multiple events. Is there a way to increase the time between accepting a press on the submit button or another setting that can be tweaked?
Bob




October 1, 2012 at 10:41 am
The best way to prevent multiple submissions would be to add some javascript that disables the submit button after bing clicked once. THis functionality isn't currently built into our plugin but here are some google results that might point you in the right direction. https://www.google.com/search?q=disable+submit+button+after+one+click&aq=0&oq=disable+submit+button+a&sugexp=chrome,mod=6&sourceid=chrome&ie=UTF-8
Topic closed.