what script to use to automatically tick checkbox if 1 of 2 conditions are met?
Variable 1 = text field
variable 2 = checkbox 1
variable 3 = checkbox 2
Condition:
if variable 1 is completed, tick checkbox 2 and hide checkbox 1
if checkbox 1 is tick, tick checkbox 2 and text field is hidden
Either variable 1 or variable 2 is required to tick checkbox 2.
What script should I use?
Thanks a lot!
