Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Install, Submission Pre-Parser Will not Trigger. #13

Open
john-m-adams opened this issue Jan 7, 2020 · 0 comments
Open

New Install, Submission Pre-Parser Will not Trigger. #13

john-m-adams opened this issue Jan 7, 2020 · 0 comments

Comments

@john-m-adams
Copy link

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"] == "[email protected]" ) {
  $_POST["form_tools_ignore_submission"] = true;
}

ftss1

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant