![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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.. ? |
| Ads | |
|
#2
|
|||
|
|||
|
One tip that may be helpful is that IF fields in forms require REF fields to
reference form field bookmarks. So you might use something like this: { IF { REF age } 18 "" "{ FORMTEXT }" } where { FORMTEXT } is your text form field. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA http://word.mvps.org "Piyush Jain" wrote in message ... 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.. ? -- Piyush Jain |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using a conditional parameter within the LINK field | TishyMouse | Microsoft Word Help | 10 | March 23rd 10 10:09 AM |
| Using a conditional parameter within the LINK field | TishyMouse | Microsoft Word Help | 0 | March 19th 10 04:00 PM |
| conditional field layouts | Peter | Mailmerge | 2 | September 14th 09 04:15 AM |
| Form field in conditional statement | [email protected] | Microsoft Word Help | 4 | April 28th 09 06:17 AM |
| Conditional Wordart via Mailmerge-Field? | Lüko Willms | Mailmerge | 3 | October 13th 06 04:57 AM |