Input field visibility based on a condition from another input field.
I have a PDF form with several input fields. I want to have a particular field made visible, only when preceding field provides a specific response. Here's the layout:
Input Field1: A list box with three possible choices. The values of the three choices are 0, 1, and 2, respectively. If the selected value is > 0, I want another input text box, Field2, to newly appear adjacent to Field1
Input Field2: How many units of Field1 did you use?
Basically, I want User to simply move on to Field3, Field4, etc. if they are selecting the 0 response in Field1. I do not want them to type a number in Field2 unless the proper conditions are present from Field1. More importantly, I want their attention drawn to Field2 because of its abrupt appearance when answering Field1 with 1 or 2.
I do understand that if Field1 = 0, then any number typed in Field2 would be meaningless, mathematically. That's not the point. I want to draw attention to Field2 because that response is critical to the whole project if Field1 = 1 or 2.
Thanks!
