Avatar

Level 2

Try it with out the "If "statement since radio buttons are either one or the other.

form1.#subform[0].Table7.Row1.#subform[0].WoundRadio.WoundRadio1::click: - (JavaScript, client)

CleanseRadio.mandatory="disabled";


form1.#subform[0].Table7.Row1.#subform[0].WoundRadio.WoundRadio2::click: - (JavaScript, client)

CleanseRadio.mandatory="error";

Also, make sure you reference CleanseRadio if it's not in the same place as WoundRadio. (ex: Table6.Row1.#subform[0].CleanseRadio)