Re: Newbie to using scripts
That script is for a particular application that has nothing to do with Acrobat. Do you have access to Adobe Bridge, which comes with Adobe Creative Suite/Cloud? If so, it can do this with the Batch...
View ArticleRe: Drop down list / combo or list box properties that would be useful
Don't expect any answers as to what Adobe is planning on doing. The people posting here are 99% users, just like you, not Adobe employees. And those who do know will probably not say so, anyway... 1)...
View ArticleRe: VB6 und Acrobat Forms
You say you need the SDK. It is on http://www.adobe.com/devnet/acrobat.html - be sure to download the correct version for your release of Acrobat. Please do not expect to find examples of what you want...
View ArticleMake either one or the other checkbox field required
Hi All, Quick question that I couldn't find in the search: How can I make one of two check boxes required? So one is required to select either yes or no. Up until now I can only make both or neither...
View ArticleRe: Make either one or the other checkbox field required
The required property doesn't really apply to check-boxes. You'll noticethat you can submit a file even if a "required" check-box is not ticked.
View ArticleRe: VB6 und Acrobat Forms
Copy and Paste is not the idea, but all what i have seen until now in the dokumentation ist for VB.Net! But I like to do something with VB6, and that is not the same, i Think? The example i would like...
View ArticleRe: Make either one or the other checkbox field required
Oh, well thats a bummer Any other options?
View ArticleRe: Make either one or the other checkbox field required
I like to use the following method:Add a hidden and required text field with the following defaut value: "Off".As its custom calculation script enter this code (adjust the name of the check-box field,...
View ArticleMy recipients must have an Adobe ID to fill out my form?
I am conducting research and have created an Adobe form. The problem is all of my reci[iants have to go through this long process to complete it, including signing up for an Adobe ID. Nobody is going...
View ArticleRe: My recipients must have an Adobe ID to fill out my form?
Why do you say they have to sign up for an Adobe ID? How are the users accessing the form?
View ArticleSelection locking/unlocking certain fields
Hey guys i have one more question. Im making an application easier to fill out as i fill out hundreds a week to send to my customers. This particular application has a section where it asks how...
View ArticleRe: Newbie to using scripts
Thank you. For some reason I can enter that code into the javascript box and click OK, it does seem to go. But when I open the box back up the code is gone? Any thoughts?
View ArticleRe: My recipients must have an Adobe ID to fill out my form?
When I tested the process out, everyone who I sent it to was required to sign into Adobe to download the form and fill it out. I used the "distribute" method straight off of the Adobe form area and it...
View ArticleRadio Button Group Not Showing / Printing Correctly
Using Acrobat XI Standard and built a form where I'm having trouble with radio buttons. The radio buttons have been grouped together with a different unique identifier (Choice1, Choice2, Choice3,...
View ArticleForm with text moving in between form fields
I am researching if this is even possible. I have this sentence: My name is FORM FIELD and I am your FORM FIELD. Is it possible to make the 'and I am your' flow with the form fields but cannot be...
View ArticleRe: Form with text moving in between form fields
Not unless that text is also included in a form field (either the same one,or a different one), and it would require quite a bit of scripting toachieve it.
View ArticleRestrict Form Based on Domain
I have a form which has a button that attaches the completed form to an email so it can be sent by the user. I am wondering if there is any way to restrict the form so it does not attach or send if...
View ArticleRe: How do I move a Page into a template?
Wow, that was easy...I just have to move the template so it is inline where it belongs...I think. What I -think- I want to do is.. page5page6page 6a (Hidden template)page 6b (Hidden template)page 7page...
View Article