Field types
Form fields support these types: string, number, boolean, select, textarea, file, array, datetime, date, time, model, json, resource_select, team_members. Each field has a key used in the submission data object.
Required fields
Required fields are enforced on submit. Missing required values return an error.
Submission
Submit the form via the provided form URL or embed; the submission payload uses a data object with keys matching field keys. File fields and other complex types follow the form's configuration.
Public form
Form metadata and structure are available when you open or embed the form. Password-protected forms require an access step before submission.