Webflow Form Alternative
Webflow native forms are basic and require higher-tier plans for file uploads. Riven lets you embed advanced branching forms straight into Webflow via an HTML Embed block.
How to integrate Riven with Webflow
1. Add an Embed Element in Webflow
Open your Webflow Designer, open the Add Elements panel (A), and drag an 'Embed' component into your layout.
2. Paste the Riven HTML
Copy the standard HTML iframe snippet from your Riven dashboard and paste it into the Webflow code editor.
3. Publish to preview
Webflow scripts (like custom height scaling) run on published sites, so hit Publish to see the form auto-resize correctly.
Implementation Code
Webflow Snippet
<!-- Drop this into your Webflow Embed Block -->
<iframe
src="https://rivenforms.in/form/YOUR_FORM_ID?embed=true"
width="100%"
height="460"
loading="lazy"
frameborder="0"
style="border:0;border-radius:16px;overflow:hidden;width:100%;min-height:460px;"
title="Riven Form">
</iframe>