Your First Form in 3 Minutes
Follow this step-by-step guide to go from zero to collecting live submissions. No credit card required.
Create Your Account
Navigate to the FormsIntel authentication page and sign up with your email and password. You can also use the Google SSO Simulator to test a premium OAuth login flow.
After registration, you'll be automatically redirected to the Dashboard. Your account starts on the Free plan which includes 3 active forms and 500 responses/month.
Go to Sign UpCreate Your First Form
Click the "New Form" button in the Dashboard. Use the drag-and-drop Form Builder to add fields like text inputs, email fields, dropdowns, and more.
Each field supports custom labels, placeholders, required validation, and Conditional Logic (e.g., "Show Company Name if Role = Business"). Rearrange fields by dragging them into your preferred order.
Learn about the Form BuilderShare Your Form
Once saved, your form gets a unique public URL that you can share directly. You can also embed the form using an iFrame snippet or integrate it via the React SDK.
Public URLs follow the pattern /form/:shareUrl. The form renders with FormsIntel's responsive UI and includes built-in spam protection automatically.
Integrate with React SDKMonitor Submissions & Analytics
Head to the Analytics dashboard for any form. View real-time conversion rates, field-level drop-off funnels, geographic heatmaps, and time-series submission charts.
The spam dashboard automatically isolates bot submissions detected by the Sub-Second Velocity Shield. You can export raw response data as CSV with a single click.
Explore Analytics FeaturesSet Up API Keys & Webhooks
Visit your Profile page to generate a developer API key (prefixed ff_live_ or ff_test_). Use it to query analytics, fetch responses, or submit data programmatically via the REST API.
Configure webhook URLs in the form settings to receive real-time POST notifications the moment a clean submission arrives. Payloads include full response data plus telemetry metadata.
Manage API Keys