Default Selection in Radio Group on Reload

cre8tivemedia 05 Jan, 2019
When I make a selection in a dropdown it reloads a set of radio groups and each of these radio groups has a default selection set to "None". This works as I intended it to. The problem is that if a user makes a selection in one of the loaded radio groups and then makes a new selection in the dropdown it reloads the radio groups and does not reset the default selection to "None". It leaves all the selections blank. Is there a way to get it to return to the default whenever it reloads?

Default Selection in Radio Group on Reload image 1

Default Selection in Radio Group on Reload image 2

Default Selection in Radio Group on Reload image 3

Default Selection in Radio Group on Reload image 4

Front End - Form
healyhatman 05 Jan, 2019
Selected value should be the VALUE, not the LABEL. Try putting 0 in there.
healyhatman 06 Jan, 2019
Works for me on load but not on field reload. I think not doing default selection on reload is a bug but you should definitely be using the value and not the label in the default selection field
This topic is locked and no more replies can be posted.