Instant setup
Point your form action to our endpoint. Done.
Drop a simple <form> on any site. We collect submissions securely and deliver them to your stack.
<form action="https://forms.rizzness.com/f/your-token" method="POST">
<input type="email" name="email" placeholder="Your email" required />
<input type="hidden" name="form" value="newsletter" />
<button type="submit">Send</button>
</form>
Production endpoint: https://forms.rizzness.com/
Trusted by Contractors, Service Providers, and Indie Developers
No dashboards to babysit. Just forms that deliver.
Point your form action to our endpoint. Done.
Use your domain or white‑label subpaths for clients.
Encrypted transport and storage. Optional reCAPTCHA.
Forward to Zapier, Slack, or your API. Get alerts instantly.
Honeypots, rate limiting, and signature checks.
CSV exports, REST API, and per-form keys.
Start free. Scale when it pays.
For personal or portfolio sites
$10/mo
For freelancers and startups
$20/mo
For organizations and agencies
$60/mo
For high volume campaigns
Custom
Straightforward routes and examples for HTML, fetch, and curl. Ship in minutes.
# cURL example
curl -X POST https://forms.rizzness.com/f/your-token \
-H "Content-Type: application/json" \
-d '{
"form": "contact",
"email": "[email protected]",
"message": "Hi from RizzForms!"
}'