Hello,I am trying to setup a system where I flag a hidden variable if the signature field is signed.So basically, once a user clicks on the signature field and signs it, a hidden variable should be set to true.I am using the change event to capture, this.Am I using the correct event to capture the a...