Enable the user to select multiple icons on one page

Does someone know how to make multiple icons on one page selectable? The user should be able to select one or multiple options presented as icons/buttons in a registration flow and we want to be able to save the selections assigned to the user.

Thank you in advance for your help!

Hi @nike.oberemm,

Use a custom state that is a list for this. When icon is clicked > set state > state’s value (text?) = state’s value :plus item [this selection]. Then save the value of the custom state to wherever you need it in the database.

Another example and description here: Messaging System Question

1 Like