-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I cannot seem to get the submission pre-parser to trigger.
FT Version: 3.0.20
Submission Pre-Parser Version: 2.0.5
Form Builder Version: 2.0.10
The form is published by Form Builder. I'm just trying to set up a filter to kick repeat spammers by entered email. the screenshot shows the most basic form of the test I've tried:
if ( $_POST["email"] == "bob@example.com" ) {
$_POST["form_tools_ignore_submission"] = true;
}
Some things I've tried:
- Using the field ID and the db ID ("client_email" field ID, vs "email" db ID).
- Using a different field type (Textbox) and test value.
- PHP Equal ('==') and Identical ('===') comparison operators.
- Variations of each execution option alone, first two checked, and all checked.
- Disable and Enable the pre-parser rule.
- Tried the Debugging Suggestion in Documentation:
print_r($_POST); exit; - Uninstall and Reinstall Submission Pre-Processor Module.
- Re-create the rule from scratch (uninstalling deleted the original rule).
Any thoughts?
Thank you,
John
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
