Register Form
Configure the public sign-up form for your auth collection, selecting which fields appear and which related records can be created during registration.
Go to Studio → Collections → select an auth collection → Options → Register Form.
Register form settings are grouped into sections accessible from the FORM SECTIONS rail.
User registration
Turn on Allow self-service sign-up to enable the public registration form for this collection.
Registration fields
Turn on Fields on the sign-up form to customize which fields appear. The Fields Configuration table lists every field in the collection. Drag a field's handle to reorder.
| Column | Description |
|---|---|
| Field Name | The collection field. Required fields are marked with a star. |
| Column Span (0-12) | The number of grid columns the field spans on the form. |
| Visible | Whether the field appears in the registration form. Locked on for required fields. |
Required fields are always shown in the registration form, so their Visible toggle is locked on.
Related models
Turn on Linked records at sign-up to let users create linked records while they register. Select which incoming relations to include, then configure each:
| Setting | Description |
|---|---|
| Attributes | Choose which fields of the related model appear, and set Form Required, Column Span (0-12), and a static or dynamic Default Value for each. |
| Display Settings | Set the Layout (Inline or Grid), Place After (which parent field the subform follows), and Columns Per Row (1–4, in Grid mode). |
To include a relational field in the registration form, turn on Allow Public Access in the Select Data configuration of the related collection. The registration form loads before a visitor signs in, so without public access the related records cannot be fetched.
Related
- Roles — Define access conditions
- Profile & Session — Manage user profiles
- Auth Collections Overview — Back to auth collections overview