Skip to main content
A Form object contains all the information about a form, including its fields, settings, and metadata.

The Form object

string
required
The unique identifier for the form.
string
required
The internal name of the form.
string
required
The unique slug for the form, used for public access.
string
The public title of the form.
string
A description of the form.
string
required
The status of the form. Can be draft or published.
array
required
An array of field objects that define the structure of the form.
object
An object containing settings for the form, such as success messages and redirect URLs.
array
A list of email addresses to notify upon new submissions.
string
The ID of the user who created the form.
string
required
The date and time the form was created, in ISO 8601 format.
string
required
The date and time the form was last updated, in ISO 8601 format.