Empty field in collection

I recently tried setting up a multi-state box form on my website and for most of the questions it is YES/NO, therefore I tried using selection tags and using velo to make only one selectable at each question.

All was well until I tested it, the user input value of the tags in the collection field showed empty, when I tried to change the type of value in that certain field it would say this value doesn’t support that type of input which would indicate there is an invisible value in the Tag Field?

I’m really confused can someone help me cause I will need to create a multiple-choice type of input in the form and that would be impossible without the use of a Tag Field.

the values of the options in the selection tags are all set to No and Yes

The fields in your screenshot are Text. Instead of using Tags on your page, use ‘radio buttons’ or ‘dropdown’ elements.

Tags and checkboxes allow multiple selections, therefore creating an array instead of a text value (even if the person only selected 1).

The yellow exclamation mark error is simply telling you that the value inside of that field is not compatible as the field type has changed. (You probably had the field type as Tags and changed it to Text)

You will have to manually delete the entries of each cell to make the error message go away.

I know, the fields used to be as Tags, however they looked empty until I changed the field type and apparently they have a value but it’s just null or invisible?