Skip to main content

Allowing multiple selections

Let's explore how you can enable multiple inputs for a component

Most components like drop-down menus, email inputs, user selections and file uploads can easily be configured to allow the user to enter multiple inputs. You can enable this by following the steps below:

  1. Open the settings for your component and navigate to the "data" tab

  2. Within the data tab click "Multiple Values". Your component will now allow multiple inputs

It's important to note that when allowing multiple, the data will now be stored as an array.

Example of multiple selections on a component

Did this answer your question?