I have created a radio type field "Route" with the choices A and B (with default set as B)
IF another field in this case, city is filled with "Gotham", then I want the Route field to be filled by A
I have tried multiple variants for the Conditional State settings, but none work.
It would seem this should work ...
States: This field "is filled by" "A" "#form#"
WHEN
Triggers: City "is filled by" "Gotham" <-- also tried "is Equal / In"
Any one have the right settings that should make the radio field change to an "A"?
Shouldn't this happen onBlur, ie after exiting the city field?