Article Content:
Short Answer
Overview
Option A: Embed With Custom Code (Any Page)
Option B: Booking Page Goal (Opens Your GHL Form)
Tips & Troubleshooting
Short Answer
Yes. Grab your GoHighLevel (GHL) form embed code and paste it into a Custom Code section in the Site Editor. If you’d like us to do it, send the code and target page to Support and we’ll plug it in for you.
Overview
Rebolt supports third-party embeds (iframe/script). That means your GHL lead form can display directly on your Rebolt site so submissions go straight into your GoHighLevel account.
Option A: Embed With Custom Code (Any Page)
Open Website → Site Editor and navigate to the page where you want the form.
Click Add Section → Custom Code.
Paste your GHL embed snippet (from GoHighLevel), e.g.:
<iframe src="https://YOUR-GHL-FORM-URL" width="100%" height="900" style="border:0;" loading="lazy"></iframe>
(If GHL gives a script tag, paste that instead.)
Save/Publish, then Visit Page to verify on desktop and mobile.
Option B: Booking Page Goal (Opens Your GHL Form)
Go to Website → Goals → Booking Page → Edit.
Paste your GHL form URL or embed code.
Save and test the “Book” CTA.
Use this if your primary “Book Now” button should open the GHL form.
Tips & Troubleshooting
Use HTTPS: Your GHL form URL must start with
https://
to embed cleanly.Full-Width Container: Keep
width="100%"
; adjustheight
as needed so the whole form shows.