Hi guys,
Currently struggling to get items that I have marked as hidden (exclude from layout) to become visible. At this point I am trying to get different objects to become visible depending upon which radio box they select. I have tried adding the Javascript for one of the radio boxes as follows:
if (form.main.status1.sessionwaitlisted.rawValue == 2)
{
form.main.email.presence = "visible";
}
This has continuously failed... And since then I have download the most recent version of LC, where I can select to add an action as per screen shot..
![766914_pastedImage_1.png 766914_pastedImage_1.png](/t5/image/serverpage/image-id/4491iFFC3EC4BCEA52B8E/image-size/large?v=v2&px=999)
However, I am still unable to get the action to work when I am in preview mode. I achieve nothing..
![766915_pastedImage_3.png 766915_pastedImage_3.png](/t5/image/serverpage/image-id/4492iE5E291E702BDD27F/image-size/large?v=v2&px=999)
Any help would be greatly appreciated.