Skip to main content
All CollectionsForms & Inquiries
How To Add Contact Forms To Wordpress
How To Add Contact Forms To Wordpress
Jamie Martin avatar
Written by Jamie Martin
Updated this week

Video Walkthrough of how to embed a form to a Wordpress website:

Here's the code snippet that I referred to in the video.

<iframe src="Enter URL Here" onload='javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"px";}(this));' style="height:1000px;width:100%;border:none;overflow:hidden;"></iframe>

The code snippet above is what's required for the form to be displayed on Wordpress website. Please use the instructions given during the video and replace the portion that states Enter URL Here with the URL from your own form. The URL is unique to each form, so it must be copied from the form you're looking to share with clients.

To locate the form URL, go to the forms page, click the form name to load its contents and click the Share button on the top right of the screen:

For the video walkthrough and Wordpress, you only need the URL from the pop up screen:

Did this answer your question?