Hi all,
I’m working to create my APP in Bubble.
On the registration page, I have the different consents created by the Radio button(Privacy, Marketing, and profiling), how do I collect the value of the radio button in the DB?
Hi @LucaP,
You would create different fields in a database type for this, then store it as a text
Thanks @johnny , I created the fields in the DB(Yes/No), but how I can save the value of each radio button:
Hi @luca.percuoco ,
You would create them as text values, if you want them as Boolean values you’ll need to probably do some work with custom states where if a radio button option is ____, then set a state of the Boolean value as ______, then when the button is pressed store the values of the states
Thanks @johnny
This topic was automatically closed after 70 days. New replies are no longer allowed.