Skip to main content

Register Form

Configure which fields appear in the user registration form.

Accessing Register Form Settings

  1. Navigate to your auth collection
  2. Go to Options tab
  3. Click the Register Form sub-tab

Configuration

The Register Form tab lets you control:

  • Which fields are visible during registration
  • Field order in the form
  • Which fields are required

Best Practices

Include:

  • Email/username
  • Password
  • Name
  • Any required profile fields

Exclude:

  • System fields (createdAt, updatedAt)
  • Admin-only fields
  • Fields populated after registration

Next Steps