Expand my Community achievements bar.

Stop date population when form is signed

Avatar

Former Community Member

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 signed. Is there a script that I can put on my document signature field to abort the date script?

Any help you have would be greatly appreciated!

0 Replies