Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Stop date population when form is signed

Avatar

Level 1

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