You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TEC admin area, it's possible to add and save custom fieldsets that can be used across multiple classes. An image of creating a fieldset from the admin area follows:
For each of the added custom ticket fieldsets, we need to obtain the following information:
From each of the types, we need to be able to get the key-value pairs available, such as Label, Description, and Options for a Checkbox. Any field with returned lines needs to be exposed in a way we can parse the data accurately.
A sample query for a custom ticket field could look like this:
In TEC admin area, it's possible to add and save custom fieldsets that can be used across multiple classes. An image of creating a fieldset from the admin area follows:
For each of the added custom ticket fieldsets, we need to obtain the following information:
A sample query for a custom ticket field could look like this:
With this information, we will be able to create the necessary fields for each of the tickets.
Plugins Needed
Event Tickets (for Custom Ticket Fieldsets)
Event Tickets Plus (for WooTickets integration)
The text was updated successfully, but these errors were encountered: