_ and control form behavior. They are not stored in submission data.
_next - Redirect URL
Redirect users after successful submission:
_subject - Email Subject
Customize the notification email subject:
With Variables
Include form data in the subject:_replyto - Reply-To Address
Set the Reply-To header for notification emails:
If you have a field named
email, itβs automatically used as Reply-To. Use _replyto to override this._gotcha - Honeypot
Built-in honeypot field for spam protection:
_cc - Carbon Copy
Send a copy of the notification to additional emails:
Example: Complete Form
Field Reference
Notes
- Special fields are not stored in submission data
- They only affect form behavior
- Field names are case-sensitive
- You can use hidden inputs or regular inputs