Overview #
Automatically create or update GHL contacts when a Contact Form 7 form is submitted. This is a free feature.
Setting Up CF7 Integration #
- Edit any Contact Form 7 form.
- Click the GHL CRM tab in the CF7 editor.
- Enable the integration toggle.
- Map CF7 fields to GHL fields (e.g.,
[your-name]→firstName). - Select tags to apply to the contact.
- Enable “Update if exists” to update existing contacts by email match.
- Save the form.
How It Works #
When a form is submitted, the plugin hooks into wpcf7_before_send_mail, extracts the form field values, maps them to GHL fields, and queues a contact creation or update via the sync engine.
