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...