Securtiy Settings- "Acrobrat is unable to distribute..."
Hello, my goal is this:To create a fillable form for users, but not allow them to save their field entries on original form. I don't care if they save it to their desktop with the entries they did OR I...
View ArticleHow do i check the amount of computers that my adobe is installed on?
How do i check the amount of computers that my adobe is installed on?
View ArticleRe: Submit by email with Mac OS
Thank you so very much for your reply. I think I actually got it working! I just resaved the file with reader rights again and it seems to work ok now in Mac and PC. Here is the form if anyone would...
View ArticleAdding Dynamic CC addresses
Hi everyone, I have a wonderful form that works great: http://www.kidsofcanada.com/test/test.html There is one thing I am unable to figure out. When the user clicks the "email form" button, I would...
View ArticleRe: How do i check the amount of computers that my adobe is installed on?
Can you clarify what you mean by "my adobe"?
View ArticleRe: Acrobat Reader
Phillip, I dont' see that the OP asked about predefined shapes. All of the various markup tools (line, circle/ellipse, rectangle, arrow, etc.) are available in Reader 11. They are also available in...
View ArticleRe: Submit by email with Mac OS
It’s a wonder you could understand what I meant and glad you got it figured out here is an improved version of what I tried to say: (May help others struggling with same issue....
View ArticleRe: Colunting Radio buttons in Forms
G'day Mike, Try something like this in a button script: //Check to see if a min of 5 check boxes are completed on page 1 var selectedFields = []; for (var i=0; i<this.numFields; i++) {...
View ArticleRe: Adding Dynamic CC addresses
See this previous thread: http://forums.adobe.com/message/5615207#5615207 Do a search on this forum, as there are several other threads on this topic.
View ArticleRe: Adding Dynamic CC addresses
Thanks Michael,I've been through the document and am using this code (variable names replaced). Unfortunately the button does nothing when clicked.... topmostSubform.Page1.Button1::mouseUp -...
View ArticleRe: Adding Dynamic CC addresses
When the button is clicked, does an error message appear in the JavaScript Console?
View ArticleRe: Adding Dynamic CC addresses
HI Michael,Thanks so much for the quick response. You are awesome!I'm a little embarassed to say I"m not 100% sure. How do I bring up the console? Is that something I do in preview mode?Thanks again
View ArticleRe: Adding Dynamic CC addresses
I have Acrobat 9 only. To open the console in Acrobat 9, choose Advanced > Document Processing > JavaScript Debugger. You can try pressing Control J (or Command J on a Mac). Once it is open,...
View ArticleRe: Adding Dynamic CC addresses
You are a good man! This is the error I get: TypeError: this.getField is not a function3:XFA:topmostSubform[0]:Page1[0]:Button1[0]:mouseUp EDIT: changed my code to this and the button still does...
View ArticleRe: Adding Dynamic CC addresses
How did you create this form? In LiveCycle Designer or in Acrobat Professional? The "XFA" tells me that it was LiveCycle.
View ArticleRe: Adding Dynamic CC addresses
Yes sir - LiveCycle. Is that bad? I created most of it in Acrobat but then needed an image field so had to bring it over to LiveCycle
View ArticleRe: Adding Dynamic CC addresses
Hi Marty, LiveCycle forms do not use the same JavaScript as Acrobat forms. In the link that you posted in post no. 1 http://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-ad dress...
View ArticleRe: Adding Dynamic CC addresses
My goodness. I apologize for wasting your time simply because i didn't read carefully enough. That worked like a charm. thank you so much Michael!!!
View ArticleRe: Adding Dynamic CC addresses
One thing though. If the fields are empty, it shows 'null' in cc field in email client. How can I jusy have it display nothing at all?
View ArticleRe: Adding Dynamic CC addresses
Sorry, I don't know much about LiveCycle forms. Try searching for "null" on the same Acrobat Users website.
View Article