Event Registration
An event registration form with ticket selection, workshop add-ons, and attendee details.
Features demonstrated:
- VIP ticket selection makes the workshops CheckboxGroup read-only and shows an info banner via
DynamicFragment - Computed total price field via
$fn.computeEventTotal()reflecting ticket type, guest count, and workshops - Conditional dietary section (restrictions CheckboxGroup + notes) shown when the dietary toggle is enabled
- Conditional accessibility section shown and required when the accessibility toggle is enabled
- Optional billing address section (street, city, ZIP with
patternvalidation) toggled by a separate switch