Integration Guide

Choose your framework and copy the code.

<form action="https://rowen.in/api/f/YOUR_FORM_ID" method="POST">
<input type="text" name="name" placeholder="Name" required>
<input type="email" name="email" placeholder="Email" required>
<textarea name="message" placeholder="Message"></textarea>
<!-- Spam protection (hidden) -->
<input type="text" name="_gotcha" style="display:none">
<button type="submit">Send</button>
</form>

Replace YOUR_FORM_ID with the actual ID from your dashboard endpoint URL.

Use cases

Contact Forms

Add a contact form to any website in 30 seconds. No backend code needed.

Portfolio sites, business websites, agency landing pages

Newsletter Signups

Collect emails on your landing page. Pair with auto-reply for a welcome message.

Startup waitlists, blog subscriptions, product launches

Feedback Forms

Embed in your app to collect user feedback. Works with any frontend framework.

SaaS apps, mobile web apps, internal tools