I have a form that has a Request Date field that gets the current date
from the user's machine using the following Javascript in the calculate
event.$.rawValue= Concat(Num2Date(Date(), "MMMM DD, YYYY"), " ")This
works as expected, meaning it autopopulates the date each time the
document is opened. When my form is signed (using a Document Signature
field), the Request Date becomes read-only, however I need it to stop
the script and become read-only thereby getting the date that the form
was signe...