mailDoc/Form and cSubLine += "-" + currentTime;
i have 3 questions.
1. i found an old forum post that said "mailForm" dosnt work with acrobat XI, i did sometesting and it works with pro and not acrobat reader DC, is there a way to make it work for the free version? tought i might test my luck since the post is 10 years old, and surely they fixed it by now. :,)
2. i get the same problem with this scipt
var cSubLine = "Test " + cDate;
var currentTime = getCurrentTime();
cSubLine += "-" + currentTime;
it works when submiting on the pro version but not the free one. any suggestions?
3. and is there away to change the title of the pdf or fdf when subiting the form?
iv tried this
// Customize the filename with the desired format
var customFileName = "CustomPrefix";
// Set the document title this.info.Title = customFileName;
