Skip to Content
0
Former Member
Apr 14, 2010 at 09:31 AM

Hiding a field in Adobe form

43 Views

Hi All,

My requirement is to hide the input field when it is initial.I am using the form calc scriptiong to do the same but i am unable to hide the field.

For example: My form has only one field

User Name Developer

when it is developer nothing should display

I am using the belwo written code:

If($record.VALUE == "Developer")

$record.VALUE = "HIDDEN"

Endif.

Can anybody help me resolving this issue.

Regards

Lalit