Article Content:
Short Answer
Overview
Embed a Financing Page
Tips & Troubleshooting
Short Answer
Yes. Add a Custom Code section in the Site Editor and embed your financing page with an <iframe>
.
If you prefer, contact Support and we’ll do it for you.
Overview
Many lenders provide a hosted financing page (URL) you can showcase on your site. In Rebolt, you can embed that page directly so it’s visible without leaving your site.
Embed a Financing Page
Open the target page in Website → Site Editor (or create a new page like “Financing”).
Click Add Section → Custom Code.
Paste your lender’s URL into an iframe, e.g.:
<iframe src="INSERT YOUR URL HERE"></iframe>
Save/Publish, then Visit Page to confirm it renders on desktop and mobile.
Need help? Message Support with your lender URL and the page where you want it embedded; we’ll handle it.
Tips & Troubleshooting
Use HTTPS: Make sure the financing URL starts with
https://
so browsers allow the embed.Make it full-width: Keep
width="100%"
for a clean, responsive layout; adjustheight
as needed.If the page won’t embed: Some providers block iframe embeds. In that case, use the Custom code section and add a CTA linking to the page.