How to prevent duplicate form submission (all form fields with same values, not a single field only)?
How to prevent duplicate form submission (all form fields with same values, not a single field only)?
The only option would be to enable the "No Duplicates" for each field. Keep in mind, that enabling "No Duplicates" for even a single field would prevent duplicate form submissions because they would at least have to change that field.
What scenario are you trying to prevent?
Hi imidevelopers,
We just tackled this problem and abstracted our solution to a plugin: http://wordpress.org/extend/plugins/gravity-forms-duplicate-prevention/
Please let us know if this helps!
Thank you for sharing that.