Getting Started

Get your first form running in under a minute.

1

Create an account

Go to Sign up — free, no credit card required.

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

Set your HTML form's action attribute to your endpoint URL. Submit and see it in your dashboard.

FAQ

Is Rowen 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. Rowen works with any framework. Use our endpoint with fetch() — full CORS support included.

Is my data secure?

Yes. All data is transmitted over HTTPS. Your submissions are stored securely and only accessible by you.

Can I export my data?

Yes. 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.