I have a Radio button control with 4 options.
["Submitted","In Progress","Awaiting Reply","Completed"]
The radio buttons are independent of the form
I have a form with a textbox.
Card Title = "Submitted"
DataCardValue13
What I need:
if the value in the Textbox is "Completed" then I need to make sure the Correct radio button is selected ?
and so forth for the other values.
Thanks
Dave