Avatar

Level 1

Hello All - I am very new to FormCalc and am having difficulty finding answers within the help menu of Adobe Pro.  The form I am creating is long and based on option requirements.  Therefore, if an option is not required (checkbox) the subsequent data fields will not show up for the user.

1st: Can I do this?

2nd: Is this the correct script:

if(Temp.rawValue ==True)

then(LowTempLOFF.Presence = = Visible)

else

LowTempLOFF.Presence="Hidden";

endif

in the example above my check box is named "Temp"

the object to be hidden, a numeric field is named "LowTempLOFF"

In place of "True" I've also tried "1" and "on" to no avail.

To add, I want the object visible screen only - not print.

my current error states: accessor 'Temp.rawValue' is unknown

Greatly Appreciate any help!