I've got a simple form, and plan to distribute it. I want the responses returned to Acrobat.com for processing and storage.
At the very top right of the distributed form, there is an instruction for the recipient to click a button to submit the form. It's not very visible, so I want to embed a SUBMIT FORM button in the form itself, at a couple of locations (top and end).
My question is: which buttons from the Object library do I use, and what settings do I have to have for them? There are three types of buttons in the library: an Email Submit Button, an HTTP Submit Button, and then a plain generic Button. For the generic Button, there are 3 settings under Control Type - Regular, Execute, and Submit. I've tried several of these and nothing has worked.
Can anyone help with this? Muchas gracias.
Dave
Fortunatly though, you don't have to worry about it. Just place an HTTP submit button on your form. Don't put an URL onit. When you distribute the form using Acrobat.com, Acrobat will automatically setup this button to do the submit to Acrobat.com.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script