Skip to main content
Special fields start with _ and control form behavior. They are not stored in submission data.

_next - Redirect URL

Redirect users after successful submission:
This overrides the redirect URL set in form settings.

_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:
Or use a form field:
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:
If this field has a value, the submission is marked as spam.

_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