Hi
I want to make fileds only mandatory when they are visible
I thought this code would work but it doesnt seem to do anything?
Here is my code currently - any ideas guys?
if (form1.Page1.DropDownList1.presence == "visible") {
form1.Page1.DropDownList1.mandatory = "error";
}
if (form1.Page1.DropDownList1.presence == "hidden") {
form1.Page1.DropDownList1.mandatory = "disabled";
}
Thanks in annnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnticipation!
Ellis