GET

Get Form


Retrieves an event registration form (both the draft and published versions).

Permissions
Manage Bookings Services and Settings
Manage Events - all permissions
Read Events - all read permissions
Read Events
Manage Events
Access Verticals by Automations
Set Up Automations
Manage Guest List
Manage Portfolio
Manage Restaurants - all permissions
Manage Events
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/events/v1/events/{eventId}/form

Path Params
eventIdstringRequired

Event ID.

Response Object
formForm

Currently published event form. Published form is visible to site visitors.


draftFormDraftForm

Draft event form. Not available to visitors unless published.

Get Form Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?