Avatar

Correct answer by
Level 7

try this:

if (RadioQ2.rawValue=="2"){

Q2.validate.nullTest = "error";

}

else {Q2.validate.nullTest = "disabled";

}

View solution in original post