Skip to content

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

@john-m-adams

Description

@john-m-adams

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;
}

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions