Skip to main content

Integrate WordPress Plugin with Entercheck Workflow

Enabling Workflow Processing

  1. Go to the Plugin Page.
  2. Find Processing Settings.
  3. From the dropdown, select "workflow" as the processing mode.
  4. Optionally add a Workflow ID if you have multiple workflows.
  5. Click Save Settings.

After saving, the form mapping menu item should become visible.

Setting Up Form Fields

To ensure that all the correct information flows from WordPress to Entercheck, follow these steps:

  1. Form Mapping Menu:

    • The form mapping menu contains all items currently accepted by the API for processing purposes.
  2. Adding Fields:

    • To send the value in a certain field, add the form's HTML field name to the provided text field.

Example

If the form has a field with the name first_name which you want to forward:

<input type="text" name="first_name" />

You would add the text first_name to the text box next to First Name in the form mapping menu.

tip

Double-check the field names to ensure accurate data mapping.

By following these steps, you'll successfully integrate workflows within your WordPress site, ensuring proper data flow to Entercheck.