Embed guide

Embed a YeetForm in Wix

Wix's Embed a Widget element can drop a plain iframe onto any page, which is the simplest way to add a YeetForm form since Wix already sandboxes the element for you. You get a live, interactive form without browsing the Wix App Market for a forms app, and it keeps working across Wix's Editor and Studio site types.

Steps

1

Add an Embed element

In the Wix Editor, click Add Elements, choose Embed, then Custom Embeds, and select HTML iframe.

2

Paste the iframe code

Choose Enter Code and paste the snippet below, then resize the element on the page to roughly match your form's height.

<iframe
  src="https://yeetform.io/f/your-form-slug?embed=true"
  width="100%"
  height="600"
  frameborder="0"
  style="border:none;border-radius:8px;"
></iframe>
3

Publish the site

Preview mode shows the iframe, but click Publish to make sure the embed loads correctly for visitors on the live site.

Tips

  • This iframe uses a fixed height rather than the SDK's auto-resize, since Wix's HTML iframe element already runs your embed inside its own frame — set a height with a little extra room for longer forms.
  • The ?embed=true URL strips YeetForm's own header and background so the form matches the compact look expected inside a Wix embed box.
  • Add a hidden field and prefill it from the page URL (?utm_source=... or ?field_id=value) to see which Wix page or campaign drove a response.

Build your form with AI in seconds

Free plan includes AI generation, logic and embedding.

Build your form with AI in seconds

FAQ

Do I need an app from the Wix App Market to embed a form?+
No. Wix's built-in Embed a Widget element handles it with a plain iframe — no app install needed.
Does this work on Wix's free plan?+
Yes, the Embed element is available on Wix's free plan, though free Wix sites show Wix-branded ads that are unrelated to the form itself.
Will the form resize automatically in Wix?+
Not with the plain iframe method — set a fixed height on the element. For auto-resizing you'd need a Custom Embed via Wix Velo (Wix's code layer), which is more setup than most forms need.
Can I embed the same form on multiple Wix pages?+
Yes. Add the Embed element to as many pages as you like — each one points at the same form URL and shares the same responses.