Check both checkboxes to make text field visible
I have two checkboxes - Checkbox1 and Checkbox2. I also have a text field - TextField1. I would like TextField1 to become visible only if both Checkbox1 and Checkbox2 are checked. If either of the two checkboxes is unchecked, I would like TextField1 to remain hidden. Thanks for any assistance with either javascript or a calculation script.
