[Solved] Radio button selection is not working as expected


If you want all the radio button working together you should have the same name for each in your template.
Check that.
Edit:
If several radio button can be selected it is because their name are differents. Your radio’ name must not depend of the rowNumber. Set a hard name, not a variable name.
Check that.

1

solved Radio button selection is not working as expected