Is it possible to make it so that if a check is put in a check box that certain fields of the form are made so that the user cannot add data?
Form is asking for address, city, state, zip
Checkbox asks if the person is homeless
So wanting to make it so that if there is a check in the box that address info cannot be entered.
Else... if there is data in the address fields AND the box is checked that an error appears on the screen.
Help.