Form Definition Reference

Form Configuration Reference

This page provides a detailed look at the fields and options available when defining a form in the site settings. See Forms and Submissions for a general guide.

Supported Field Types

When building a form in the Create and Manage Sites dashboard, you can add fields with the following types:

TypeDescription
TextA single-line text input.
EmailValidates email format. See Email Accounts and Notifications.
TextareaA multi-line text input.
SelectA dropdown list.
CheckboxA single toggle.
RadioA set of options.

Validation Rules

Each field can have one or more validation rules applied. See Pages and Markdown Content for how these display.

RuleDescription
RequiredThe field must not be empty.
Min/Max LengthRestricts the number of characters.
RegexValidates against a custom expression.
Custom MessageThe error shown if validation fails.

Notification Options

Configure what happens after submission to the Public Endpoints Reference:

OptionDescription
Recipient EmailWho receives the notification.
Email SubjectCustom subject line.
Email AccountSelect an Email Accounts and Notifications account.
Success MessageShown to the visitor via Components and Liquid Templates.

Security Settings

OptionDescription
Enable CaptchaProtect with Captcha Setup.
Rate LimitingRestrict submissions per IP per hour.

Next Steps

Always test your form definitions in Preview Workflows before you publish. All changes are tracked in Versioning and History. For path verification, see the Directory Reference and Site Config Reference. If issues persist, consult Troubleshooting TailStatic and check Analytics and Logs.

See Also