How to save list of ticked checkboxes

I have a page where a user gets to select multiple checkboxes. I want to be able to save a list of all the checkboxes they selected when they click a submit button at the end.

Please how can I make this happen?

(Here’s what the page looks like…)

You will need to have a field type of list in a database.
You will need to use State to change the icon color and store the value temporarily.
Then create a workflow when “Submit” button is clicked save the “State’s Value” to the database.

You can check this to see how States works Using Custom States - Bubble Docs

Could you kindly clarify this part.

What icon color are you referring to?

I meant checkbox (icon) that would be used to select the current cell element as I can see you have already used in your screenshot.

When your user will check/select that checkbox you might want to change the color of the selected checkbox (or change to a new icon) to make the user to be able to understand that this item is selected.

Hello @Buddha ,

I have done these with multiple images. First, you need to create a custom state with the list as shown in the screenshot:

Screen Shot 2022-11-23 at 10.49.05 AM

Then start the workflow on the button when you want to add a list to the custom state.

Screen Shot 2022-11-23 at 10.45.54 AM

Afterward, save custom in your database as shown in the screenshot:

Screen Shot 2022-11-23 at 11.05.30 AM

There will be options like:

  1. Set-list: It will replace the old list with the new one.
  2. Add-list: It will add both lists but the repeating items will be added once.
  3. Add: It will simply add lists and repeating items.

I hope it will help you in resolving your issue.

If any further assistance is required please contact me on:
LinkedIn:- Karamjit Singh - Aprintaa - Rank First To Earn Fast! | LinkedIn
Gmail:- karamwise@gmail.com

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.