In Acrobat, I wrote a script to turn fields gray if a checkbox was checked. How can I get it to reset to white (or clear) when the reset form button is clicked?
The checkbox should have an "if" ... "else" statement, something like: if checkbox is ticked{ make field gray } else { make field transparent } This previous thread has an example:…
