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. W...