This content has been marked as final.
Show 8 replies
-
1. Re: A few beginner questions
DVDmike Apr 29, 2005 7:05 AM (in response to DVDmike)I finally found the answer to my question #1, Use the Window<Paragraph to set the attributes for the text field paragraph.<br /><br />I'm still trying to figure out #2 though.<br /><br />I have a new question too<br /><br />b How do I add a note in my form like I can when creating a PDF document in Acrobat?<br /><br />I want to use the note as detailed instructions on how to fill out a particular field. Perhaps, AD7 has some other way of accomplishing this that is not called a "note"? -
2. Re: A few beginner questions
DVDmike May 2, 2005 7:14 AM (in response to DVDmike)I guess designer is not too popular or there are not too many experts out there who can help us newbies. If anyone can lend a hand, I would appreciate it.
Thanks in advance... -
3. Re: A few beginner questions
(jimmypham) May 2, 2005 11:07 AM (in response to DVDmike)Mike,
This script below will let you submit your form to recipient as PDF format.
var myDoc = event.target;
myDoc.mailDoc(
false,
"recipient@hotmail.com", "cc@hotmail.com", "bcc@hotmail.com",
"Your subject goes here...",
"Email body goes here..."
); -
4. Re: A few beginner questions
(bindu8975) May 10, 2005 5:12 PM (in response to DVDmike)Yes,that worked.
But its not capturing the data i filled in the form -
5. Re: A few beginner questions
(jimmypham) May 10, 2005 5:15 PM (in response to DVDmike)Are you using Acrobat Reader? -
6. Re: A few beginner questions
(bindu8975) May 10, 2005 5:25 PM (in response to DVDmike)I am using Acrobat Designer.Do i need to use different method to capture data -
7. Re: A few beginner questions
(jimmypham) May 10, 2005 5:41 PM (in response to DVDmike)If you have Acrobat installed on the machine, the data should be saved with the form. -
8. Re: A few beginner questions
DVDmike May 10, 2005 5:49 PM (in response to DVDmike)I was not sure where to put this code but I have not tried too hard to figure it out yet either. But if you wish to add any incite, I would appreciate it.

