Skip to content

Admin Custom Fields

At a glance

  • Routes: /admin/custom-fields, /admin/custom-fields/new. Extend RSVP forms with event-specific data capture.

Do this

  1. Add new field in /admin/custom-fields/new.
  2. Choose field type and scope.
  3. Configure required/optional behavior and options.
  4. Reorder fields from /admin/custom-fields.

Important inputs:

Custom field schema:

  • id, label, type
  • scope (rsvp or attendee)
  • required, placeholder, helpText
  • options for select/multiselect
  • sortOrder

When it fails

  • Validation failures: ensure required fields and option formats are correct.
  • Field not displayed: verify scope and visibility in current RSVP flow.
  • Data inconsistency after edits: communicate schema changes to organizers.
  • See Troubleshooting.

Released under the MIT License.