Embed a URL or iFrame within a Healthie Form
You can embed external content directly inside a Healthie form using the Embed External Website field type. This works for intake forms, charting templates, and Programs.
Available for Enterprise customers with a full white-label. Contact your Customer Success Manager or email hello@gethealthie.com to get started with the subject line "Embed External Website"
This functionality is separate from embedding a Healthie form externally on your own website.
Adding the iFrame to a Form
Once enabled for your account, follow the steps below to add your iFrame:
- Navigate to Forms > Form Builder and open the form you want to edit
- Drag and drop "Embed External Website" from the Agreement Question Bank into your form

- Add your iFrame URL in the following format:
https://your-app.com?width=100&width_type=percent&height=100&height_type=vh
Width and height are controlled via URL parameters. Supported units are percent , vh , and px . Healthie generates the iFrame HTML automatically -- you supply only the URL.
The iFrame will automatically receive the client's Healthie User ID and the parent URL as parameters. You can use the Healthie API to look up additional client information from there.

FAQs
Can a client's email or other personal information be passed outside of Healthie through the iFrame?
Healthie does not pass client email addresses or other PII directly. The iFrame receives the client's Healthie User ID and the parent URL. You can use the Healthie API to retrieve additional client information as needed.
Do I need to supply HTML for the iFrame field?
No. You supply only the URL -- Healthie generates the appropriate <iframe> tag automatically.