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…)
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:
Then start the workflow on the button when you want to add a list to the custom state.
Afterward, save custom in your database as shown in the screenshot:
There will be options like:
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
This topic was automatically closed after 70 days. New replies are no longer allowed.