Gravity Forms is a third-party form builder for WordPress websites. These forms can integrate into Lead Gen & CRM.
This article will detail how to integrate Gravity Forms.
Article Contents
Trial | ✓ | |
Essential | ✓ | |
Advanced | ✓ | |
Ultimate | ✓ |
Administrators | ✓ | |
Company Managers | ||
Marketing Managers | ||
Sales Managers | ||
Salespersons | ||
Jr. Salespersons |
Important Information Regarding Connection
Refer instead to Connecting Gravity Forms if you have not yet connected Gravity Forms with this tool. Continue reading this document only if you have previously connected Gravity Forms with this tool.
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: Constant Contact offers Professional Services to assist with custom coding.
|
This integration tool is provided as-is to assist with the setup of integrating Gravity Forms, but this may run into complications due to the configuration within Gravity Forms. This includes, but is not limited to:
- A non-standard Gravity Forms configuration
- Other plugins that interfere
- Additional parameters outside of Lead Gen & CRM's control
If native form code has been placed on the page already, it should be removed. This .PHP code replaces its function.
Be aware that this process will ultimately replace the Native Form embed code provided by Lead Gen & CRM. Because of this, Lead Gen & CRM's Native Form code should not be added to the page.
The .PHP code added through this process will cause Gravity Forms to send the data to Lead Gen & CRM instead. If Lead Gen & CRM Native Form code is present on the page, it will cause conflicts.
Generating Form Codes
To integrate Gravity Forms, you will need access to your Lead Gen & CRM and Wordpress accounts. Also, you must be using Gravity Forms on your site in order for this integration to work. Refer to For Developers: Integrating Gravity Forms for developer instructions.
To obtain a form code from Gravity Forms, do the following:
|
Important: Some themes may hide access to the functions.php file. It can also be accessed using FTP. Contact your website administrator if you do not see the functions.php file.
Additionally, FTP access is recommended in case the functions.php file needs to be reverted, as incorrect code here can make the site inaccessible except from FTP. Pay close attention to the code that you add to functions.php. If you add incorrect code, you may be locked out of your Wordpress account. Create a backup of your current functions.php before making these changes and be prepared to replace it via FTP if needed. |
|||||||||||||||||||
Note: Field labels should not contain special characters or accented numbers.
Labels should contain only the following: • Capital letters (A-Z) • Lowercase letters (a-z) • Numbers (0-9) • Spaces • Dashes • Underscores Also, field names here do not need to match the field names within Gravity Forms. |
Adding Gravity Forms to Wordpress
Once you have generated a Gravity Form code, you can add the form to Wordpress. To add a Gravity Form to Wordpress, do the following:
|
1: Denotes the Editor menu location. |
|
Important: Changes to the functions.php file in Wordpress can result in your site crashing. Be sure you have FTP access in order to backup and revert to your old functions.php file if needed.
|