Java script Help!
I'm trying to create a format for a field in my PDF.
Custom Format Script:
event.value="/" +event.value + "/";
Custom Keystroke Script:
event.rc = /^[A-Z]*$/.test
(event.change);
I'm hoping the outcome that the what ever is entered in this field starts with "/" and ends "/". - when testing for e-sign, it did not warn the signor to use the "/" and "/" and they were able to move to hte next field and sign the document.
How can build this script to make it a requirement?
