Skip to main content
How to Add a Form to a Website
Travis McCann avatar
Written by Travis McCann
Updated over 6 months ago

All you need to add a Form to a client’s website is their Embed Code for that specific Form. You can find that Embed Code by going to FORMS > SHOW FORMS > Click the Form that the client want’s to add > Click “Copy Embed Code”.

With that said, where to place the Embed Code is another question that is not so easy to answer. Reason being is that each website builder is a little different on where they want this added.

The main rule of thumb, no matter the website builder, is that the Form needs to be on it’s own blank page on the website, and it should be placed in a way where it shows up as soon as the page has loaded.

Usually, if you are in a website builder and create a new page for the website, there should be a text field with an HTML option, or a HTML widget for the page. This is where you would want to place the code.

The Embed Code should be placed in the HTML Section like this:

<body>

[ENTER EMBED CODE]

<body/>

Did this answer your question?