Submit data hook bug
-
I found a issue with your recapcha option.
If a third Plugin use your hook :ninja_forms_submit_data Hook:
add_filter(‘ninja_forms_submit_data’,array($this,’validate’), 10, 1);
.
The problem is that it trigger BEFORE submitting the ninjaform.So if the recapcha are wrong , other plugins that are use your hook , are running if the recapcha not resolved. So it isn a good Spam Protection.
Can you check that your hook trigger AFTER the recapcha is resolved ?
- The topic ‘Submit data hook bug’ is closed to new replies.