Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

Form Field Types and Submission

UpdatedApr 3, 2026Reading time1 min read

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.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →