Hi, i am trying to disable the next button until all radio buttons are selected (either yes or no) but im struggling to get this to work. in DisplayMode i have If(!IsBlank(Radio2.Selected.Value) &&!IsBlank(Radio3.Selected.Value) &&!IsBlank(Radio1.Selected.Value), Navigate(varTabSelected,1.1),Notify("Please ensure you answer all questions",NotificationType.Error))
what am i doing wrong? 😞