Embedding in Wix
Add FavForm to your Wix website using the HTML embed element.
Using HTML embed
Open the Wix Editor
Go to your Wix dashboard and click "Edit Site" to open the editor.
Add an HTML iframe element
Click the + button → Embed Code → Embed HTML. Drag it to where you want the form.
Enter the code
Click "Enter Code" and paste:
<fav-form data-embedId="your-form-id"></fav-form>
<script src="https://favform.com/embed/v1.js" async></script>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:
Add an HTML iframe element
Click + → Embed Code → Embed HTML.
Choose 'Website Address'
Select "Website Address" and enter your form URL:
https://favform.com/f/your-form-idAdjust 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:
- Go to Settings → Custom Code
- Click "+ Add Custom Code"
- Paste the widget code
- Set placement to "Body - end"
- Apply to "All pages"
<fav-form data-embedId="your-widget-id"></fav-form>
<script src="https://favform.com/embed/v1.js" async></script>Embedding polls
<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.