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