Skip to main content
All CollectionsForms & Inquiries
How To Add Contact Forms To Wix.com
How To Add Contact Forms To Wix.com

This article will cover how to either embed a form to the Wix.com platform or create a button to link to a form!

Jamie Martin avatar
Written by Jamie Martin
Updated over a week ago

Video Walkthrough of how to embed a form to a Wix.com website or create a button that will link to the form:

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 Wix 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 Wix, you only need the URL from the pop up screen:

Did this answer your question?