Integrate WordPress Plugin with Entercheck Workflow
Enabling Workflow Processing
- Go to the Plugin Page.
- Find Processing Settings.
- From the dropdown, select "workflow" as the processing mode.
- Optionally add a Workflow ID if you have multiple workflows.
- 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:
-
Form Mapping Menu:
- The form mapping menu contains all items currently accepted by the API for processing purposes.
-
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.