I have here a radio button.
Next I think saving it to DB is working well.
My question is why/how can I display if the selected option is “No”.
here’s my workflow (make changes to…):
What my app do. I have a form then I add the details and save it. The a table list dispalys all the records added/saved.
Next is I can edit/modify the entries.
My problem is on modifying their entry, I don’t know why the radio button is not selecting “No” even if it is “No” is submitted initially.
It always displays “yes”. What am I missing here?