Embedding
Embed forms directly into your website or app using multiple embed modes.Embed Modes
Inline
Inline
Embed the form directly in your page content. The form renders at the position of the embed code.
Popup
Popup
Opens the form in a centered modal overlay triggered by a button click.
Slider
Slider
Slides the form in from the side of the screen.
Popover
Popover
Shows the form in a floating popover near the trigger element.
Side Tab
Side Tab
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
- Open the Share tab in the form builder.
- Choose an embed mode.
- Copy the generated code.
- Paste it into your website.