Dashboard

Embedding in Wix

Add FavForm to your Wix website using the HTML embed element.

Wix requires a Premium plan to add custom code. The iframe method works on all plans.

Using HTML embed

1

Open the Wix Editor

Go to your Wix dashboard and click "Edit Site" to open the editor.

2

Add an HTML iframe element

Click the + button → Embed Code → Embed HTML. Drag it to where you want the form.

3

Enter the code

Click "Enter Code" and paste:

HTML
<fav-form data-embedId="your-form-id"></fav-form>
<script src="https://favform.com/embed/v1.js" async></script>
4

Resize and publish

Drag the corners to resize the embed area, then publish your site.

Using iframe (all plans)

The iframe method works on all Wix plans, including free:

1

Add an HTML iframe element

Click + → Embed Code → Embed HTML.

2

Choose 'Website Address'

Select "Website Address" and enter your form URL:

Text
https://favform.com/f/your-form-id
3

Adjust size

Resize the element to fit your form. A height of 600-800px usually works well.

Site-wide widgets

To add a feedback widget to every page:

  1. Go to Settings → Custom Code
  2. Click "+ Add Custom Code"
  3. Paste the widget code
  4. Set placement to "Body - end"
  5. Apply to "All pages"
HTML
<fav-form data-embedId="your-widget-id"></fav-form>
<script src="https://favform.com/embed/v1.js" async></script>
Custom Code requires a Wix Premium plan.

Embedding polls

HTML
<fav-form data-embedId="your-poll-id"></fav-form>
<script src="https://favform.com/embed/v1.js" async></script>

Or use the iframe URL: https://favform.com/p/your-poll-id

Troubleshooting

Embed not showing

Make sure you've published your site after adding the embed. Changes only appear on the live site after publishing.

Form cut off

Increase the height of the HTML embed element. Click the element and drag the bottom edge down.

Script not loading

Try the iframe method instead — it doesn't require custom code permissions.