Hello all,
I am very new to Bubble and am having some trouble…
When a user comes to my page I want the option for them to sign up as a student or as a teacher. Each role will have unique functionalities. For example, a teacher will create a class and the student will join.
I was hoping to put a radio button on my sign up popup where the new user would specify which class they would fall under; student or teacher. I would then put a new field, Is Student, under the user type. When the user clicks the sign up button, whatever state the radio button is in will modify my Is Student field. This is how I thought it would work in my head anyway.
My questions are…
1.) should my Is Student data field be yes/no? Is a yes/no field able to ‘connect’ to a radio button with only two options?
2.) How can I add this functionality to the “Button SIGN UP is clicked” event?
Thank you!