RizzForms documentation
Welcome to RizzForms
RizzForms is a form backend as a service. Point any HTML form at our endpoint and we handle storage, spam filtering, and delivery — email alerts, webhooks, Slack, and more. No backend code required.
How it works
- Create a form. Sign in, create a new form in the dashboard, and copy your unique endpoint URL.
-
Point your HTML form at us. Set the
actionattribute to your RizzForms endpoint and submit any fields you need.<form action="https://forms.rizzness.com/f/your-token" method="POST"> <input type="email" name="email" required> <textarea name="message"></textarea> <button type="submit">Send</button> </form> - Receive submissions. Every submission is stored instantly. Forward data to webhooks, get email alerts, push to Slack, or pull via our API — whatever fits your workflow.
Static site? Single-page app? WordPress? It all works. No server-side code or serverless functions required.
Next steps
- Getting Started — collect your first submission in under five minutes.
- Form Guides — submission methods, spam prevention, special fields, and delivery options.
- API Reference — manage forms, read submissions, and configure plugins programmatically.
- Spam Prevention — honeypots, Turnstile CAPTCHA, and rate limiting.
- Address Autocomplete — add Google Places autocomplete to any form with one script tag.