Options in Dropdown

I am trying to create an option when a player fills out profile they can choose 1 of 2 options.

Shoot Right

Shoot Left.

How do i create this for their edit profile screen and make it work in the database.

It seems like it is right in front of my face…but I can’t seem to figure it out.

Loving learning Bubble!

Thanks

Scott

You can use the dropdown element with static options and just type “shoot right” and “shoot left” into the options field on different lines.

You could use a checkbox element and set checked=right and unchecked=left.

You could have two different buttons. If they click on the button labeled “left” it sets their profile to left; “right” sets to right.

Thank you!

Any knowledge of building brackets for tournaments?