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

The Form object

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