Forms Builder

Build forms that collect input from your platform's users.

Open Forms from your project's side menu to manage your forms.

Creating a Form

  1. Go to Forms.
  2. Click Add, enter a name, and click Create.
  3. The new form opens so you can configure its fields.

Form Details

Each form has:

Adding Fields

Forms use the same field editor as collections, so you have the full set of field types available. Under Fields, click Add Field to add a field, then set:

Click Add Section to group the fields that follow into a named section, and End Section to close it. Sections help organize longer forms.

Select and Multi-Select fields link to one of your collections. When you pick one of these types, a second list appears under the type to choose the collection, and the first collection is linked automatically. If your project has no collections yet, no list appears and the form can't be saved until you create a collection and link it.

Saving and Validation

Click Save to store the form. The builder checks your form before saving and will warn you if:

Showing a Form to Users

A form reaches your platform's users through a page. Add a Form block to a page and choose the form it shows. See Pages & Navigation.

Submissions

When a user submits a form on your generated platform, the submission is stored in that platform's own database, in a table dedicated to the form.

Using the CLI

Forms are managed from the CLI in two ways:

See the CLI Reference for every option.

Next Steps