Forms & Shortcodes
8 articles
- 1 Embedding Syncly Forms: Overview Overview GoHighLevel forms can be embedded on any WordPress page using three methods. All three embed the form as an iframe that loads directly from GHL, so form submissions go directly into your GHL account. Three embedding methods [ syncly_form] shortcode: Works in any page builder or classic editor. Most flexible. Gutenberg block: The... Read article
- 2 [syncly_form] Shortcode Basic usage [ syncly_form id="your-form-id"] Parameters Parameter Default Description id — Required. The GHL form ID. width 100% Iframe width. Accepts px, %, vw, em, rem. height auto (800px) Iframe height. Accepts px, %, vh, em, rem. Examples [ syncly_form id="abc123"] [ syncly_form id="abc123" width="600px" height="500px"] [ syncly_form id="abc123" width="80%"] Per-form settings Each form can... Read article
- 3 [syncly_user_meta] Shortcode Overview The [ syncly_user_meta] shortcode displays a GHL contact field value inline on any page. It reads from WordPress user meta (populated by field mapping sync), so no live API call is made on each page load. Basic usage [ syncly_user_meta field="first_name"] Parameters Parameter Default Description field — Required. WordPress user meta key or core... Read article
- 4 Syncly Form Gutenberg Block Overview The syncly/form Gutenberg block embeds a GoHighLevel form in any Gutenberg page. Adding the block In the Gutenberg editor, click the block inserter (+). Search for GHL Form. Add the block to your page. Block settings Form ID: Enter your GHL form ID. Width: Set the iframe width (px or %). Height: Set the... Read article
- 5 Syncly Form Elementor Widget Overview The GHL Form Elementor widget embeds GoHighLevel forms in Elementor-built pages with full responsive size and spacing control. Adding the widget Open the Elementor editor. Search for GHL Form in the widget panel. Drag it onto your page. Widget settings Form: Dropdown populated from your GHL account showing all available forms by name. Width... Read article
- 6 Per-Form Submission Limits (Pro) What this feature does Prevents a logged-in user from submitting the same GHL form more than once. After submission, the form is hidden and replaced with a custom message. How to enable it Go to Syncly > Forms. Click the settings icon on the form you want to limit. Set Submission Limit to Once per... Read article
- 7 Form Autofill and Logged-In-Only Mode Form autofill When autofill is enabled for a form, the plugin injects the logged-in user’s GHL contact data into the form URL as parameters. GHL forms support pre-filling via URL parameters, so the form loads with the user’s known data already filled in. Enable per form from Syncly > Forms > Form Settings > Autofill... Read article
- 8 Contact Form 7 Integration Overview The CF7 integration syncs form submissions directly to GoHighLevel. When a user submits a CF7 form, the plugin maps field values to GHL contact fields and creates or updates the contact. Enabling for a form Open a Contact Form 7 form in WordPress admin. Go to the GHL CRM tab in the form editor.... Read article