View Single Post
  #1   Report Post  
Piyush Jain Piyush Jain is offline
Junior Member
 
Posts: 0
Default IF Conditional Form Field - Possible?

Greeting Everyone,

I have a document with multiple Legacy Form Elements.
I am using this form for capturing multiple information about an employee.
I am mostly using Text Form Field in Legacy Form Elements.
Pressing Alt+F9 gives me the view for conditional elements. whereas Ctrl+F9 gives me a {} element for IF Conditional statements which could be used for conditional statements.

Query :
If the employee is above 24 years of age he should get an option to enter his Pan card number (via Text Form Field) if not then this field would be hidden.

Status till now :
{If{age}"18""Age is greater then 18"}
PS: age is the bookmark

This works fine but i want a form text field keyed in instead of "Age is greater then 18"

Can anyone work this out for me.. ?