Formidable Forms is a third-party form builder that can easily into SharpSpring. This article will detail how to integrate Formidable Forms.
|
Available with: | ||||
Marketing Automation | ✓ | ||||
CRM Ultimate | ✓ | ||||
CRM PRO | ✓ | ||||
CRM Free | ✓ | ||||
Toolbar: | |||||
![]() |
|||||
Users: | |||||
Administrators | ✓ | ||||
Company Managers | |||||
Marketing Managers | |||||
Sales Managers | |||||
Salespersons | |||||
Jr. Salespersons | |||||
Regarding Integrated Code
Running the following generated code or your entire functions.php file through a .PHP validator will decrease the risk of a crash, but it will not catch everything. For more information on .PHP validation, refer to https://phpcodechecker.com/ |
Note: SharpSpring offers Professional Services to assist with custom coding.
|
This integration tool is provided as-is to assist with the setup of integrating Formidable Forms, but this may run into complications due to the configuration within Formidable Forms. This includes, but is not limited to:
- A non-standard Formidable Forms configuration
- Other plugins that interfere
- Additional parameters outside of SharpSpring's control
If native form code has been placed on the page already, it should be removed. This .PHP code replaces its function.
Adding Generated Code to Wordpress
To add the generated Formidable Forms code to Wordpress and integrate the form, do the following:
- In another browser tab, log in to Wordpress.
- Open your functions.php file in Wordpress.
- Add the following code snippet:
add_action('frm_after_create_entry', 'submitSharpSpring', 30, 2);function submitSharpSpring($entry, $form_id){
// Paste the above code snippet here
} - Add the generated code where it says "Paste the above code snippet here."
- Delete the two backslashes //.
- Place the edited code on your page.
Once integrated, your page will collect form submissions from your Formidable Form and pass them to SharpSpring.