Re: Adding More than One Function in Form JavaScript
That will do it, but you do have to call each function as appropriate. I can't tell from your description if that's the case.
View ArticleRe: Adding More than One Function in Form JavaScript
All of my text box names are set exactly as they state in the code, if that's what you mean. No matter what I do, when I select a customer from the "Billing" drop down menu, it fills the information in...
View ArticleRe: Adding More than One Function in Form JavaScript
It's probably doing that because you have the Origin dropdown set up to call the BillingValues function, not the OriginValues function..
View ArticleRe: date and time format
That should be fine. In reading your original question again I see you make reference to "the response form". What does this mean exactly? Are you using FormsCentral or Tracker to collect the form...
View ArticleRadio button 'Names' and grouping
Ok, I am still working on my Monster form... Probably pushing the envelope for what Forms can do...but hey... My "buttons" are all named "Button.section.number" (ex. Button.1.13) so that my validate...
View ArticleHelp "translating" an Excel calculation formula to PDF Form
Hey everyone, I've been trying to figure out a calculation formula that will work on a PDF form. The original line from Excel is: =IF(D8="HOLD", 15, IF(D8="APPROACH", 15, IF(D8="", "", 60*H8/G8))) D8...
View ArticleRe: Help "translating" an Excel calculation formula to PDF Form
It could be something like: // Custom calculation script for a text field(function () { // Get the field values var D8 = getField("MAGNETIC TRACK").valueAsString; // As string var H8 =...
View ArticleRe: Insert editable picture into PDF form?
Thanks - this was helpful but how do I get the form to be blank - it wants to keep the last picture I put up....is there a way to clear it so that I can save it as a cleared document?
View ArticleRe: Insert editable picture into PDF form?
Here's a sample PDF that shows how you can do this: https://workspaces.acrobat.com/?d=Y8yNh5pIkMTlreBhZ5CUHQ
View ArticleiPhone users unable to view PDF fillable form data?
I've created a form that my staff use to send quotes to our customers. The form is sent via email using the submit a form button as 'PDF The complete document'. I spent several days testing the form to...
View ArticleRe: Help "translating" an Excel calculation formula to PDF Form
Thanks for the taking the time George, it seems to be working.
View ArticleRe: Highlight tool does not function
Hi, George -- Thanks for the rapid response. I am trying to highlight text (in yellow). But, when I tried Control + E, I bring up a small Properties box, but a messaage in it that says "no current...
View ArticleRe: Enable Sign features - Adobe reader
George, I did not include any signature field in the form. I created an ID using Acrobat and now I am trying to apply the same to the interactive document. unfortunately, the sign options are disabled...
View ArticleRe: Enable Sign features - Adobe reader
In order for digital signing to be allowed in Reader with a Reader-enabled XFA form, there needs to be existing blank digital signature fields.
View ArticleMultiple text boxes on a page
Hi there, I've been given a PDF and have to edit some of the text. It appears however each line of the text is in a separate text box. Therefore if I add a lot of text to one line I end up having to...
View ArticleRe: Multiple text boxes on a page
PDF files are not suitable for this kind of editing. You need to edit theoriginal file format (Word, InDesign, whatever) and then generate a newPDF. Trying to do this kind of task in the PDF file will...
View ArticleRe: How to mirror a text field
Is there some way to troubleshoot this not happening? "Sure. Just copy&paste the fields and they'll all have the same valueautomatically (since they have the same name)." I copied and pasted two...
View ArticleRe: I need help to insert a field or a button in a form that shows me a...
I'm not the world's foremost Javascript expert, but the following may help.Assuming you have a button and a text field. Give the text field a meaningful name, in the example below, it's called...
View Article