Answered
Today's Date in the Footer
How do I add a date field in a footer that will display the date as the date the form was opened / printed?
How do I add a date field in a footer that will display the date as the date the form was opened / printed?
Create a (read-only) text field, let's call it Today.
Then go to Tools - JavaScript - Document JavaScripts and create a new script (let's call it "load") with this code:
this.getField("Today").value = util.printd("mm/dd/yyyy", new Date());
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.