Create a List

Prev Next

There are three types of lists that can be created:

  • Custom: Allows you to configure your own lists, similar to creating an option set in a form. You can either manually add your own options or you can upload a CSV.

  • HCMS Categories: Allows you to create a list based on the categories configured in your HCMS integration.

  • SharePoint List Column: Allows you to map radio buttons to SharePoint list elements by pulling in the option lists from your SharePoint integration.

The benefit of adding a list is that it can be added to any form. If the list needs to be changed, that change only needs to be made once, and the forms will automatically update to use the new list.

View the Create a Dynamic List article for information on how to call external services using an API.

Create a Custom List

  1. Sign in to your site

  2. Navigate to Advanced Tools, then select Lists The Lists option under the Advanced Tools menu in the left navigation menu.

  3. Click Add List (plus-sign icon) in the bottom-right corner of the screen The green, circular Add List button with a white, plus-sign icon in the center.

  4. On the Custom tab, add a Label The Label field.

    Note:

    This is the name the user building the form will see when they add it to a form so we recommend keeping this short but descriptive.

  5. Select the environment you wish to add the list to Environment options.

  6. Click Upload CSV to import a file or click Add Option as many times as needed to manually add options to the list Upload csv or add option buttons.

    Note:

    View an example CSV file.

  7. Add or edit the label for an option in the Label field An example option label.

  8. The Value field will automatically populate, but you can click the value of an option to update it if desired An example option label.

  9. In the style column, click the color picker to select a color for an option or click the camera icon to upload an image that will be displayed for the option The color and image buttons in the Style column.

  10. Click and hold the order handle (horizontal-lines icon) to the left of an option to drag and drop it into the desired order The order handle to the left of an example option.

  11. Click Delete Option (black trash-can icon) to the right of an option to remove it from the list The Delete Option button for an example option.

  12. If needed, toggle on Show Always Display Options and check the options that should always display in the list The Always Display Options toggle and checkboxes.

    Note:

    Enabling this option will add an "Always Display" column to the list. Checking "Always Display" for an associated option will ensure that the option is always visible to the user and cannot be filtered out by user input.

  13. If applicable, select Copy to Environment to copy the list to another environment The white, rectangular Copy to Environment button to the right of the Upload CSV button.

  14. Click Save The green, rectangular Save button in the bottom-right corner of the New List modal.

  15. You can now add the list to a form Option set in form.

Create an HCMS Categories List

  1. You will first need an active HCMS Integration

  2. Sign in to your site

  3. Navigate to Advanced Tools, then select Lists The Lists option under the Advanced Tools menu in the left navigation menu.

  4. Click Add List (plus-sign icon) in the bottom-right corner of the screen Add List plus sign icon in the bottom right corner of the Lists page.

  5. Select the HCMS Categories tab and add a Label The HCMS Categories label.

  6. Select the environment you wish to add the list to Environments List.

  7. Click Add All Categories to add all categories from your HCMS instance or select individual categories using the Available Categories dropdown Add Categories button.

  8. Click a Category name to update its label, if desired An example category name.

  9. In the Color column, click the color picker to select a color for an option A teal color button to the left of an example option.

  10. Click and hold the order handle (horizontal-lines icon) to the left of an option to drag and drop it into the desired order The order handle to the left of an example option.

  11. Click Delete Option (black trash-can icon) to the right of a category to remove it from the list The Delete Option button for an example category.

  12. If needed, toggle on Show Always Display Options and check the options that should always display in the list The Always Display Options toggle and checkboxes.

    Note:

    Checking "Always Display" for an associated option will ensure that the option is always visible to the user and cannot be filtered out by user input.

  13. Click Save The green, rectangular Save button in the bottom-right corner of the New List modal.

  14. You can now add the list to a user-select element (checkbox, radio button, select, or autocomplete) on a form HCMS Submission Event Categories.

  15. If you have an HCMS workflow event configured then this will automatically pull in any selected categories and add them to the category of the content being created HCMS Submission Event Categories.

Create a SharePoint List Column

  1. You will first need an active SharePoint Integration

  2. Sign in to your site

  3. Navigate to Advanced Tools, then select ListsAdvanced Tools menu with Lists selected.

  4. Click Add List (plus-sign icon) in the bottom-right corner of the screen Add List plus sign icon in the bottom right corner of the Lists page.

  5. Select the SharePoint List Column tab and add a LabelSharePoint List Column Label.

  6. Select the environment you wish to add the list to SharePoint environment.

  7. Fill out the SharePoint fields:SharePoint fields.

    • SharePoint Site: Select the SharePoint site you would like to use for the list

    • SharePoint List: Select the applicable list

    • SharePoint Column: Choose the column you wish to populate the list with. Click the arrow to make sure the list is pulling in all of the available options.

  8. Click SaveSave button.

  9. You can now add the list to a form SharePoint list on form.

  10. The list can also now be selected under the SharePoint: Create List Item Submission Event

Resources