hi
I have a radio field on the form. Basically I want to make another field
mandatory if the value in radio field = yes. By default the value = no. This
is the code I have below but it doenst work,.
Any help would be appreciated
if (crmForm.all.radio.DataValue == true;)
{
crmForm.all.SetFieldReqLevel("address1_line1",1);
}
Kind Regards
Snow White