This content has been marked as final.
Show 2 replies
-
1. Re: radio button script for Livecycle static form
sonya1 Sep 16, 2014 1:26 AM (in response to msbhma)Hi,
Please try the below code
if(this.rawValue == "2")
{
T_shirt.presence = "visible";
T_shirt.mandatory = "error";
}
else
{
T_shirt.presence = "hidden";
}
Regards,
Sony
-
2. Re: radio button script for Livecycle static form
msbhma Sep 16, 2014 3:27 PM (in response to msbhma)Thanks Sonya. I still could not get the script working but I appreciate your suggestion. I think I will try another tack. Regards Maggie

