How do I prevent a Form from being Re-Submitted and/or Double-Submitted?
The more I read on this topic, the more complex it sounds.
I am trying to create a simple Comment form, however I don’t want users to be able to re-submit the Form by hitting F5 repeatedly or clicking Back-Forward-Back-Forward repeatedly.
There must be some solid strategies to implement on the Server to prevent this from happening?
Thanks,
Debbie