Form widget demo
See how the form widget works and learn how to integrate it into your website.
About form widgets
Form widgets allow you to collect structured data from your users with custom forms. Unlike surveys, forms display all questions at once on a single page.
• Multiple question types: text, email, phone, URL, rating, checkboxes, and more
• Built-in validation for email, phone, and URL fields
• Fully customizable with your own branding
• Mobile responsive and accessible
• Single-page display (no steps or progress indicators)
Live preview
Loading form widget...
Integration code
HTML Embed Code
<!-- Include widget scripts in your <head> -->
<script src="https://askusers.org/widget/widget-common.js"></script>
<script src="https://askusers.org/widget/form-widget.js?api-key=YOUR_API_KEY"></script>
<!-- Place this where you want the form to appear -->
<div class="askusers-form-widget"
data-form-id="YOUR_FORM_ID"
data-context-id="your-page-id"
data-context-type="page">
</div>Setup instructions
- 1Sign up and get your API key from the integration page
- 2Create a form in your dashboard and copy the form ID
- 3Replace
YOUR_API_KEYandYOUR_FORM_IDin the code above - 4Add the code to your website and start collecting submissions!
Supported question types
• Text input
• Email (validated)
• Phone (validated)
• URL (validated)
• Long text (textarea)
• Multiple choice (radio)
• Checkboxes
• Dropdown (select)
• Rating scale
• Yes/No
Ready to create your first form?
Start collecting submissions in minutes with our easy-to-use form builder