Flowqen Documentation

Everything you need to collect form submissions, send notifications, and route data to 18+ services — without writing backend code.

Quick Start

Get your first form running in under a minute.

1

Create an account

Go to Sign up — free, no credit card required. You get 10 forms and 1,000 submissions/month on the free plan.

2

Create a form endpoint

In your dashboard, click "+ New Form". You'll get a unique endpoint URL instantly.

3

Add it to your website

Point your HTML form's action to your endpoint URL and submit:

contact.html
<form action="https://flowqen.com/api/f/YOUR-FORM-SLUG" method="POST">
<input type="text" name="name" placeholder="Name" required>
<input type="email" name="email" placeholder="Email" required>
<textarea name="message" placeholder="Message"></textarea>
<button type="submit">Send</button>
</form>

Works with any framework

Use fetch() from React, Vue, Next.js, or vanilla JS. Full CORS support is included — see the Integration Guide.

Features

Integrations

Route submissions to 18+ third-party services automatically.

Multi-Step Forms

The form builder supports multi-step forms. Click "+ Add Step" to create additional steps. The hosted form shows a progress bar, Next/Back navigation, and validates each step before advancing. Data is submitted together on the final step.

FAQ

Is Flowqen really free?
Yes! You get 10 forms and 1,000 submissions per month completely free. No credit card required.
Do I need backend programming?
No. Just add our endpoint URL to your HTML form and it works. No server, no database, no API code.
What happens when someone submits?
The submission is saved to your dashboard. You get an email notification. The submitter gets an auto-reply (if enabled). All automatic.
Can I use this with React / Next.js / Vue?
Yes. Flowqen works with any framework. Use our endpoint with fetch() — full CORS support included.
Is my data secure?
All data is transmitted over HTTPS. Your submissions are stored securely and only accessible by you.
Can I export my data?
Export all submissions as JSON from your dashboard at any time.
What is the _gotcha field?
It's a honeypot for spam protection. Add a hidden input with name="_gotcha". Bots fill it in, but real users won't see it.

© 2026 Flowqen. All rights reserved.