Skip to main content
All CollectionsEdit Your SiteAdd Custom Pages
Adding a Form to a Landing Page
Adding a Form to a Landing Page
Updated over a week ago

Forms can be a great way to collect feedback from your customers or provide an easy way for your customers to contact you. You can embed a form on any of your custom landing pages.

Note:

Keep in mind that advanced development is beyond the scope of our support. The information presented is as-is and for informational purposes only. We cannot guarantee that this code will always work, nor can we maintain your code.

There are several form/quiz providers including Online Quiz Creator, Typeform, GSuite for Quizzes, and Google Forms.

We'll use Google Forms in our example since it's free. In whatever platform you use, you will always need to copy the HTML code of the form.

For Google Forms, you will create or open your form, click on Send, in the top-right corner, and see an embed icon. Select the embed icon and click on copy to get the HTML code or keep the page open for quick access to the HTML code.

Adding HTML Code to your Landing Page

Now let's add it to a landing page.

Navigate to Website > Edit This Landing Page. You can create a new custom HTML block by clicking on the + sign button when you hover over the section.

Once the new block is created, you can then paste the Google Form embed code directly inside and save changes:

Preview your page and then you should have the Google Form appear in your page!:

It is possible to change the dimensions of the form within Google Forms if you want to have it fill the screen and appear more centered for example.

You can add HTML tags such as <center></center>

Did this answer your question?