Skip to main content

Embedding

Embed forms directly into your website or app using multiple embed modes.

Embed Modes

Embed the form directly in your page content. The form renders at the position of the embed code.
Slides the form in from the side of the screen.
Shows the form in a floating popover near the trigger element.
A persistent tab on the edge of your page that opens the form when clicked.

Output Formats

For each embed mode, Zevform generates:
  • JavaScript snippet — Lightweight script tag for any website.
  • Full HTML — Complete HTML embed for iframes.
  • React component — Copy-paste React code for React/Next.js apps.

Configuration

Customize embed dimensions:
  • Width — Set a fixed or responsive width.
  • Height — Set the embed height.

Getting the Code

  1. Open the Share tab in the form builder.
  2. Choose an embed mode.
  3. Copy the generated code.
  4. Paste it into your website.