WordPress / wordcamp.org

WordCamps are casual, locally-organized conferences covering everything related to WordPress.
https://wordcamp.org
130 stars 74 forks source link

WordCamp Organizer Application: Form occasionally gets submitted multiple times in a row #680

Open coreymckrill opened 3 years ago

coreymckrill commented 3 years ago

image

Sometimes the same WordCamp application will appear in the queue multiple times in a row, and the post IDs are sequential. One potential cause of this might be someone double-clicking the Submit button.

Ideally we'd have a check on the back end to ensure an application with the same info hasn't been submitted within a certain timeframe (5 minutes?). A JS solution on the front end, disabling the submit button after it has been clicked, might work too.

iandunn commented 3 years ago

I like the idea for checking on the backend 👍🏻