In a document there are 2 dropdown formfields, DD1 containing 3 items and DD2 containing 4 or 5 items. Depending on the user’s choices, next to each DD the appropriate text must be displayed. Example for DD1 (helptext 1/2 = max 50 chars):
Item1 => “” (empty string)
Item2 => “helptext 1”
Item2 => “helptext 2”
Is there a way to do this with (nested) IF fields, so there is no need to use VBA code? One of our users wants to use this in a series of documents. He has no knowledge of programming at all and wants to keep it that way…