Skip to main content
All CollectionsGetting Started in TáveIntegrating Táve With Your Website
Embedding a Contact Form or Public Questionnaire Using the Legacy Táve HTML
Embedding a Contact Form or Public Questionnaire Using the Legacy Táve HTML
Nicole avatar
Written by Nicole
Updated over a week ago

Legacy Code for Contact Forms

When embedding your contact form using our legacy contact form iframe code, you'll need to grab your brand's Fallback URL from your Branding at Settings › Branding here:

You'll then want to drop that Fallback URL into the example code below, before the -inline/ part. This will embed your Root Contact Form assigned as your default for that brand.

Example Code:

<iframe src=”https://tave.com/nicoleklym-inline/” width=”100%” height=”900″></iframe>

If you would like to embed a different, secondary contact form you have created, you'll head to Settings › Contact Forms and copy the tail end of that form's Direct URL to add to the -inline/ part of the embed code.

Since this legacy code isn't automatically responsive to your screen size, you'll want to be sure that the height of your form looks good on both desktop and mobile. If the full form isn't showing on either, including the submit button at the bottom, you'll want to make the height a larger value until things fit.


Legacy Code for Public Questionnaires

If you're looking to embed a questionnaire, it's very similar to the process for embedding a contact form above. The key here is to head to the questionnaire template, and ensure that it is checked off as a Public Form.

You'll drop your brand's Fallback URL from Settings › Branding into the example code below, before the -inline/ part, followed by /questionnaire/[Pretty URL].

Example Code:

<iframe src=”https://tave.com/nicoleklym-inline/questionnaire/nkp-wedding-lead/” width=”100%” height=”1200″></iframe>

Since this legacy code isn't automatically responsive to your screen size, you'll want to be sure that the height of your form looks good on both desktop and mobile. If the full form isn't showing on either, including the submit button at the bottom, you'll want to make the height a larger value until things fit.

Did this answer your question?