Skip to main content
Skip table of contents

Checkbox-group

To populate the Exhibitor using the Checkbox Group field, it is necessary to gather the name and the corresponding option for each item, as shown in the image below:

Exhibitor Set - Custom Fields - Checkbox Group Example.png

For updating an exhibitor, the endpoint used is: api/v2/exhibitor/set

As this is an update for an exhibitor’s information, the mandatory fields are as follows:

  • event_id

  • exhibitor_id

Additionally, it is necessary to use the field gathered from the registration pipeline panel:

  • checkbox-group-{uniqueID}

The value will be set either by the platform or the organizer.

Since this is a checkbox, multiple values can be set. In the example below, the values were automatically generated by the platform, corresponding to option-1 and option-2

To select multiple values, it is necessary to separate each value using || (double pipes).

image-20240318-164910.png

After a successful request, you can view the results by navigating to Management → Exhibitor and clicking on the updated exhibitor:

Exhibitor Set - Custom Fields - Checkbox Group Result.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.