Get an event's registration form
event_registration_formList the custom questions an event asks at registration time (its registration form), in display order.
Public data — the question text is visible to anyone. Use this before
event_submit_registration_answers to know which form_field_ids exist
and which are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. | |
| page_size | No | Rows per page (max 100). | |
| event_slug | Yes | Slug of the event. |