Embed Form
Get the embed code for "{{ form.title }}"
Preview Form
{{ form.submissions.count }}
Submissions
{{ form.structure.wizards|length|default:0 }}
Steps
{% if form.structure.wizards %}
{{ form.structure.wizards.0.fields|length|default:0 }}
{% else %}
0
{% endif %}
Fields
{{ form.created_at|date:"M d" }}
Created
iFrame Embed Code
Embed this form directly into your website using an iframe.
Responsive Options
Fixed Height: 600px
Best for most websites
Responsive: Auto height
Adjusts to content height
Full Screen: 100vh
Takes full viewport height
Inline Embed Code
Embed the form HTML directly into your page for maximum customization.
Note: This option requires more technical knowledge but offers the best integration.
Benefits of Inline Embed
- Full control over styling
- Better SEO integration
- Faster initial load
- Custom form handling