Form guides
Learn how to structure your markup, prevent spam, and send helpful confirmation messages without adding a backend.
Form structure
Keep things semantic with <label> elements, accessible copy, and a submit button. RizzForms saves every field you send, so feel free to include hidden metadata like a project ID or origin page.
Spam prevention
Add a hidden honeypot field—any submission that fills it will be ignored. You can also enable rate limiting in the dashboard for extra protection.
Autoresponders
Enable autoresponders to confirm receipt. Customize the subject, reply-to address, and Markdown body so customers know what happens next.
Need to trigger webhooks instead? Continue to the webhooks guide.