Radio controls, submitting final radio button value only

Hi Teodor,

Ah, that’s probably my copy paste when I pasted that in here (as mentioned I was testing the Radio Group Properties Value thinking I had to bind some dynamic value there for the form group. I read your reply from an old post about it somewhere. It was empty though (as that didn’t work either) (I haven’t added any code Wappler hasn’t added, ie nothing custom).

Seems it’s something with this form. I added a completely default radio group and it still sends only the third radio button value (in this specific form).

A new form with only the multi radio button group, works ok though.

Although, I’m still getting the below, post submit in this default form with only the radio group.

image

This css is still active on the first 2 radio buttons.

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745; }

Any thoughts on why that isn’t being removed?

I’ll have to try rebuild the entire form then. And see if it fixes the other issue with the radio submission. Thanks for the help.