buckii / gravity-forms-duplicate-prevention

WordPress plugin that silently prevents duplicate Gravity Form submissions
30 stars 10 forks source link

All submissions appear to be rejected #1

Closed stevegrunwell closed 11 years ago

stevegrunwell commented 11 years ago

Ran into this on client site for which the plugin was originally developed - valid submissions aren't being saved while the plugin is active (deactivating the plugin restores saving). My suspicion is that valid entries are being given the honeypot treatment.

Step through the process and find where this might be happening and, you know, fix it.

Buckii team: see Redmine #2596

stevegrunwell commented 11 years ago

During development this was being tested on a single-page form, where it was working fine. As it turns out that Gravity Forms runs the gform_validation filters between page loads on multi-page forms (which makes sense, when you think about it). Patch forthcoming.