Re: Why are my mandatory fields not working?
Just add a Submit button to your file and ask the users to use it in orderto return the files to you... On Fri, Jul 12, 2013 at 5:10 PM, Heather_Pennington <
View ArticleRe: Why are my mandatory fields not working?
Does that involve JavaScript? I know how to add a button, but how do i make it work?
View ArticleRe: Why are my mandatory fields not working?
No JS required. After adding a button go to the Actions tab and add a MouseUp action with the "Submit a form" command. If you want the files to be emaild, as the URL you can enter something...
View ArticleRe: Multi Selection from a List Box to a Text Box
Gilad, Thank you! This works great and even on mobile which I really needed. Thanks again. -Zach
View ArticleRe: How do I make custom app alert buttons?
Worked perfectly, thank you! By the way, if i want to run calculations based upon the pop up, I'd create an if statement against the oDLG == 2 (for OK) and then some nexted if statments for sub1 ==...
View ArticleRe: How do I make custom app alert buttons?
Not quite. The dialog object doesn't return a number, like app.alert() does. It returns a string, "ok" if OK was clicked, "cancel" if Cancel, etc.
View ArticleProblem exporting Response File data as csv or excel file
I have compiled 646 Adobe PDF Form files as one 'Reponse' file, and can clearly see that all data fields are populated. But when I go to export the data as either a Excel or CSV file, I get all empty...
View ArticleRe: Lost data in PDF form Help!
The app came up in chrome that is where I completed it at. Then I saved it on my local pc.
View Articleconverting (locking) form upon submission.
HI All. I have a product sample submission form for my laboratory. The form has multiple fields that are filled out by the requestor and a Submit button that will mail a copy to a domain. When I...
View ArticleRe: InDesign to Acrobat forms: checkbox that activates other areas..
Thank you so much for your reply! can you be more descriptive about HOW I do this?! I'm assuming I go into Properties in the PDF, Tasks>other Tasks?.. I've not much experience with Javascript, or...
View ArticleRe: How do I make custom app alert buttons?
Thanks very much, again! I seem to be having trouble running any sort of calculations as a result of the selection. Here is some rough sample code I have so far: // Dialog Definitionvar oDlg = {...
View ArticleRe: How do I make custom app alert buttons?
You can't access dialog elements from outside the dialog. You have toassign the values you want to keep to a variable that you defined beforethe dialog itself. Also, the buttons in the dialog do not...
View ArticleTransfer Excel if statement to PDF form Adobe Pro X
Hi, I am working on a staff evaluation form that was created in Excel and converted to pdf. I am struggling with an if statement used in Excel and how that would translate into Adobe. I have a rating...
View ArticleRe: Validate text field is not blank
The validate event is triggered when the field value changes, so the code really doesn't belong there. If you use the doc.submitForm JavaScript method, you cna first check the relevent fields and only...
View ArticleRe: Arc changes when Scaling objects in AI CC?
Why did you post this in the forum for Acrobat Forms?
View ArticleRe: Arc changes when Scaling objects in AI CC?
But still, yes, everyone notices that the quality of characters suffers if you convert to paths. That's why it is done only as the final step, and only for print, NEVER NEVER for making a PDF or online...
View ArticleRe: Validate text field is not blank
George's comment is correct, but just wanted to point out that the problem in your original code is that your logic your reversed.You set event.rc as true (ie accepting the value) if event.value was...
View Article