Field Mapping
6 articles
- 1 How Field Mapping Works Overview Field mapping defines which WordPress user fields sync to which GoHighLevel contact fields, and in which direction. Without field mapping, only basic contact data (email, first name, last name) flows through. The three sync directions To GHL: WordPress is the source of truth. Profile updates push to GHL. From GHL: GHL is the source... Read article
- 2 Setting Up Field Mapping The full field mapping interface showing multiple mapped rows. Accessing field mapping Go to Syncly > Field Mapping. Adding a mapping row Click Add Mapping. Left dropdown: select the WordPress field. Middle: set the sync direction (To GHL, From GHL, or Both). Right dropdown: select the GHL field. WordPress field on the left, direction toggle... Read article
- 3 Sync Direction: To GHL, From GHL, Both Ways To GHL Data flows from WordPress to GHL only. Use for fields WordPress owns: profile fields users fill in on your site, fields from forms or integrations. Example: a user updates their phone number on your site, it is pushed to the GHL contact record. From GHL Data flows from GHL to WordPress only. Use... Read article
- 4 Computed and Virtual Fields What are computed fields? Computed fields let you send a dynamically calculated value to GHL instead of a raw field value. You define a custom key in the field mapping and implement the ghl_crm_resolve_field_value filter in your theme or a custom plugin. Example use cases Combining first and last name into a single “Full Name”... Read article
- 5 Extended Field Mapping (Pro) WooCommerce billing and shipping fields as a separate group in the WordPress field dropdown. Overview With Pro active, the WordPress field dropdown gains additional field groups beyond core user fields and user meta. WooCommerce fields Billing: billing_first_name, billing_last_name, billing_email, billing_phone, billing_address_1, billing_city, billing_state, billing_postcode, billing_country, billing_company. Shipping: equivalent shipping_* fields. BuddyBoss XProfile fields All XProfile... Read article
- 6 AI-Assisted Field Suggestions (Pro) Auto-Suggest is a Pro feature. Shows a Pro badge in the free plugin. What this feature does Clicking Auto-Suggest analyzes your WordPress field names and GHL field names and suggests likely matches using name similarity (Levenshtein distance) and semantic synonym matching. For example: billing_phone in WordPress to phone in GHL, or dob to date_of_birth. How... Read article