Reserved Fields
Web3Forms-compatible hidden fields and captcha tokens supported by the public endpoint.
Reserved Fields
FormsFort forwards custom fields and handles reserved fields separately. Routing uses access_key or apikey. Email behavior can be controlled with email, subject, from_name, replyto, and paid/manual ccemail.
When from_name is omitted, new forms use the Web3Forms-compatible default sender name Notifications.
Blank subject, from_name, and replyto values are ignored so empty hidden fields do not replace safe form defaults.
Form control fields
Form posts can include redirect for a validated success redirect, botcheck for honeypot spam rejection, attachment for uploads, and webhook for paid/manual per-submit webhook delivery.
Captcha tokens
Captcha providers use the Web3Forms-compatible token names:
| Provider | Token field name |
|---|---|
| hCaptcha | h-captcha-response |
| Google reCAPTCHA v3 | recaptcha_response |
| Cloudflare Turnstile | cf-turnstile-response |
Complete field list
| Field | Behavior |
|---|---|
access_key | Required public form key, or use POST /submit/YOUR_ACCESS_KEY. |
apikey | Legacy alias for access_key. |
email | Included as reply-to and forwarded with custom fields. |
ccemail | Semicolon- or comma-separated CC recipients. Requires a paid/manual entitlement. |
webhook | HTTPS webhook URL for a queued JSON POST. Requires a paid/manual entitlement. |
subject | Overrides the form default subject when nonblank. |
from_name | Overrides the form default sender name when nonblank. |
replyto | Explicit reply-to override when nonblank. |
redirect | HTTPS redirect URL for browser form posts. Cross-domain redirects require a paid/manual entitlement. |
botcheck | Honeypot checkbox; filled values reject as spam. |
attachment | Conventional file upload field. |
h-captcha-response | hCaptcha verification token. |
recaptcha_response | Google reCAPTCHA v3 verification token. |
cf-turnstile-response | Cloudflare Turnstile verification token. |
Any non-reserved input name is forwarded as submitted data.