Re: Getting both date and time fields to autopopulate upon opening PDF
It's exactly the same, only you use a different date format string. Something like this should work: var dateField = this.getField("CurrentDate");var timeField = this.getField("CurrentTime"); if...
View ArticleRe: "Phantom" field cannot be deleted; preventing submission of form
First, thank you for the response! I can click on it in Forms Edit with no problem, but it can't be deleted. I click on the field and it is highlighted in blue to show I have it selected, and I can...
View ArticleLinking Multiple Form Fields
So, I've found some discussion about this online, but most of it not very helpfull. What I am trying to do is have two separate text fields be connected so when one of them is full, the text...
View ArticleRe: Acrobat form field that allows Reader user to browse and insert a picture...
Is there a way to have the picture take the whole space of the button rather than just put it in the middle?
View ArticleRe: Acrobat form field that allows Reader user to browse and insert a picture...
Yes, go to the button's Properties, Options, Advanced, and select the Fit to Bounds option.
View ArticleValidate multiple signatures on one document
I want to send out meeting minutes to be signed by 3 different people. I made a digital signed validation signature account for myself many ago -- so mine is set up. But I'm at a loss as to how to...
View ArticleRe: Getting both date and time fields to autopopulate upon opening PDF
Thank you. One question as I don't know much about javascript at all.When go to Tools > Javascript > Document Javascript, the dialog box asks me to name the script, which I did--called it...
View ArticleRe: Getting both date and time fields to autopopulate upon opening PDF
Remove everything in the window that opens (the function definition) andpaste my code instead of it.
View Articlehow do i edit an imputable form in Acrobat XI
how do i edit an imputable form in Acrobat XI
View ArticleRe: how do i edit an imputable form in Acrobat XI
right hand side-> (Tools |sign| comment) choose toolsyou will then see: content editing|pages|interactive objects|forms|action wizard| Etc etc choose formsUnder forms choose Edit If rights were...
View ArticleDigital Signatures- either disable reader abilities or any other work around
I am fairly new to acrobat I have designed a form that uses a JavaScript that looks at individual fields to verify if the information is good. I also require two signatures along with these correctly...
View ArticleRe: Getting both date and time fields to autopopulate upon opening PDF
Sorry, one more thing. I tested and it works, but it looks like I will actually need the date and time to populate the fields each time the generic file is opened, otherwise, it only works once. Can...
View ArticleRe: Getting both date and time fields to autopopulate upon opening PDF
var dateField = this.getField("CurrentDate");var timeField = this.getField("CurrentTime");dateField.value = util.printd("mm/dd/yyyy", new Date());timeField.value = util.printd("HH:MM", new Date());
View ArticleRe: Getting both date and time fields to autopopulate upon opening PDF
See Example Acrobat JavaScripts by Chris Dahl. It includes sample files. Note that the sample code only runs once when the PDF is opened.
View ArticleRe: Getting both date and time fields to autopopulate upon opening PDF
Thanks, this works just fine as long as they don't come back to me wanting AM and PM.
View ArticleRe: Getting both date and time fields to autopopulate upon opening PDF
That's easily done, by the way...
View ArticleCaptions - Is there a way to add form field captions in Acrobat Pro XI...
I lost LiveCycle in the CreativeCloud transition and form field captions were easy. Is there an easy way to make form field captions in Acrobat Pro XI? Or do I just need to create separate caption...
View ArticleRe: Getting both date and time fields to autopopulate upon opening PDF
good to know. I'll let you know if I need that.Thanks again for all your help.
View ArticleRe: Validate multiple signatures on one document
Okay, I give up on creating digital signatures. People can simply enter their name in the form field and return it to me -- these are all interoffice communiques. I sent the form to myself, opened it,...
View ArticleRe: Validate multiple signatures on one document
Question:Before the upgrade to Acrobat 10, we had to "enable" a form to allow people to fill out the fields and then hit the submit button. "Enable" is what allowed the end user to fill out the form...
View Article