Thanks for the great demonstration. Would be even nicer if there's the last step: eventually need to store the availabilities ( custom states ) in the database for future references.
@@planetnocode Yes! In reference to this tutorial, I have a couple of questions. Firstly, how can I make this function behave like radio buttons, allowing only one option from the repeating groups to be selected at a time? Additionally, how can I ensure that these selections load based on my data when the page is initially loaded? For instance, if my data only contains "mornings," how can I set "mornings" as the default selected option, as would be the case on an edit page? Thank you in advance for your assistance!
Does this answer your question: www.planetnocode.com/tutorial/design/radio-inputs/better-radio-buttons-in-bubble-io/ You can either set a default custom state or set the custom state on page load.
thank you so much, that second one i needed to think thrice to get my head around it, I think I'm just dumb, anyways just to be sure, the availability on around 10:12 of the video is a field on the user db right? then what we are doing is changing the value of that to the current selected availability? thank you
Brother your exceptionally good in explaining with no nonsense. Thanks for sharing.
Thanks for the great demonstration.
Would be even nicer if there's the last step: eventually need to store the availabilities ( custom states ) in the database for future references.
Thanks for the suggestion. We do address saving the selected availabilities to the database, in this case Current User, at 10:12.
Exactly what I needed. Thank you!
You're welcome! Are there any topics you'd like to see tutorials on that you can't already find?
@@planetnocode Yes! In reference to this tutorial, I have a couple of questions. Firstly, how can I make this function behave like radio buttons, allowing only one option from the repeating groups to be selected at a time? Additionally, how can I ensure that these selections load based on my data when the page is initially loaded? For instance, if my data only contains "mornings," how can I set "mornings" as the default selected option, as would be the case on an edit page? Thank you in advance for your assistance!
Does this answer your question: www.planetnocode.com/tutorial/design/radio-inputs/better-radio-buttons-in-bubble-io/
You can either set a default custom state or set the custom state on page load.
thank you so much, that second one i needed to think thrice to get my head around it, I think I'm just dumb, anyways just to be sure, the availability on around 10:12 of the video is a field on the user db right? then what we are doing is changing the value of that to the current selected availability? thank you
The availability field is part of a data type in the database yes, though Availability itself is an Option Set.
Thank you so much!🥲
Super helpful and clear, thank you.