These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

JavaScript question

mgoedde
Registered: Mar 5 2007
Posts: 14

I have a form that I would like to email to people as an attachment, have them click on the attachment, check a box on the form and then email the form back to a specified email address.
I think I would need a button that would make sure the box is checked and display a message if not checked, then email the modified file. (Do I also need to save the file first?).
I think it is a basic script that I need in order to do this, however, I am not familiar with JavaScripting.
Is there anyone I could hire to coach me or to write the script for me?
email: [link=mailto:mgoedde [at] one [dot] net]mgoedde [at] one [dot] net[/link]
Thanks for your help!

My Product Information:
Acrobat Pro 8, Windows
tedpadova
ExpertTeam
Registered: Dec 31 2005
Posts: 848
All of what you want to accomplish is poissible using Acrobat Professional and JavaScript. You need an if/else statement on the Submit Form button. If the check box is not checked have an app alert dialog open. Else submit the form to the emaial address you specify.

To help you out, take a look at the JavaScript Specification manual on Adobe's Web site. (http://www.adobe.com/devnet/acrobat/pdfs/js_api_reference.pdf)

ted

The author of numerous books on Acrobat, Photoshop, Illustrator and the Adobe Creative Suite, and an international speaker on Adobe Acrobat, Ted Padova is a well-known PDF guru.