Embedding Levitate Features on Your Site
Embedding your meeting scheduler using iFrame
The basic code is <iframe src="{meetingLink}" frameBorder="0" width/height>. The width and height can be altered to your preference. The meetingLink will be whichever Levitate meeting link you'd like to share, but looks like this: https://go.levitate.ai/yourMeetingLink.
The code below has preset width and height values that look good on most websites.
<iframe src="https://go.levitate.ai/yourMeetingLink" frameborder="0" width="100%" height="900" style="display:block; border:0;"> </iframe>
Here's an example of a meeting link embedded via HTML on a website:

Embedding a survey on your site using iFrame
All types of surveys — satisfaction, custom, donation, and event — can be embedded.
The basic code is <iframe src="{surveyLink}" frameBorder="0" width/height>. The width and height can be altered to your preference. The surveyLink will be whichever Levitate survey link you'd like to share, but looks like this: https://go.levitate.ai/yourSurveyLink.
The code below has preset width and height values that look good on most websites.
<iframe src="https://go.levitate.ai/yourSurveyLink" frameborder="0" width="100%" height="900" style="display:block; border:0;"> </iframe>
Here's an example of a survey embedded via HTML on a website:

Verifying your setup
When someone submits a Levitate survey or subscription form embedded on your website, their contact details are recorded in Levitate automatically. Levitate either creates a new contact or updates an existing matching contact based on the submitted email address.
To confirm the integration is working, submit a test entry using your own name and email address, then open your Contacts list in Levitate and search for that contact. If it appears, new form submissions are flowing correctly. You can also review recent responses by opening the survey the embedded form is based on and checking its responses list — each submission is logged there with the contact information and answers provided.
FAQs
Q: Do website form submissions automatically create contacts in Levitate?
A: Yes. Each submission from a Levitate-powered embedded form creates or updates a matching contact in Levitate. To verify this is working, submit a test entry with your own details and confirm that the contact appears in your Contacts list shortly after.
Q: How do I migrate existing website newsletter subscribers into Levitate?
A: Export your subscriber list as a CSV file from your current newsletter platform or website, then use Levitate's contact import feature to bring those contacts in. If you need help mapping your export fields to Levitate's contact fields, contact Levitate support before starting the import.
Q: Will any subscriber data be lost while I am switching to Levitate?
A: Submissions received through a live Levitate form are recorded as soon as they arrive. Keep your existing form or platform active until you have confirmed the Levitate form is receiving new submissions, then export any remaining contacts from the old platform and import them into Levitate before retiring it.
Q: Does a subscriber receive a confirmation email when they sign up via an embedded Levitate form?
A: A confirmation email can be enabled on the underlying Levitate survey. When it is turned on, Levitate sends a "Survey Response Confirmation" email to the address the subscriber provided after they submit the form. Check the survey's settings in Levitate to see whether confirmation emails are enabled for your form.