Services Plugins FAQs

How to link Radio button choices to yes/no field values

Hi, I have created a form that uses a radio button to send the Yes/No answers.

The field type where I am storing the answer is a yes/no field.

To store the values I use a workflow that gets the answer and transform it in a yes/no result


Until here it works fine.
Now, If I want to update the values into the form for a single client, from the update page, I retrieve all the fields using the same form appearance. At this point, if I retrieve the yes/no value I am not able to associate with the corresponding Yes / No choices of the radio button

In order for Bubble to populate the radio button by retrieving its stored value, I have to change the text of the radio button choices to “yes/no”, so using only lowercases.

How do I manage to tell Bubble to select the choice “Yes” of the radio button when the stored value is “yes” or vice-versa when it is “No” - “no”?
Thank you

Hi @francesco,

Thanks for reaching out. Perhaps you can simply use the :formatted as text method in Bubble and then set the conditions with “Yes” or “No” texts you want.

In case you need help with Bubble development, please post your request here https://forum.bubble.io.

Best,
Alex

Hi Alexandru,
it worked, problem solved!
thank you

2 Likes