Hi,
Experianced users I suppose won't see the problem, but why all the fuss about the email submit button.
Add a 'Print Form' or 'Reset' button and bingo, it's done, but the 'Submit' button is a different story.
When I click 'Submit' I get a popup to select, 'Desktop Application' or 'Internet Email'. Why the necessity to make this choice?
All I want is for the end user who only has the reader to simply press submit, and off it goes.
My end user might have an email address of 'name [at] isp [dot] com' or 'name [at] live [dot] com' or 'name [at] gmail [dot] com'.
I suspect when confronted by this popup some end users wouldn't know which to select.
What are the ramifications of selecting the wrong one?
As a less than new user of Acrobat 9, I'd like a tutorial to explain the 'Submit' button in detailed plain english,
specially designed for the rank novice.
I'd like questions like when and how to use the 'Submit' or when and how to use a button and configure that as an email button using 'mailto:'.
Why would one be prefered over the other?
As I said, all I want is for the end user is to click the button and immediately send the pdf without having to make furthe selections.
Is there a tutorial, specific?
I've tried looking through the forum but it is so immense that I can't find an answer/queston specific to my need.
Plese assist.
.
http://www.acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address
http://www.acrobatusers.com/tutorials/url-encoding-strings-acrobat
http://www.acrobatusers.com/tutorials/2006/submitting_data
And Lori wrote this great tutorial:
http://www.acrobatusers.com/tutorials/how-do-i-make-pdf-form-and-capture-data
I've written about how to use the native features, the different email options and how they're used, how to set email addresses dynamically, how to encode email data into an URL, and other geeky minutia. I've answered numerous forum questions about how to perform various types of data submission tasks. But what I've always neglected to mention, is the significance of the submit button;)
So thanks for the idea!! That'll be one of my next articles.
BTW: the reason the email button is so different from a print or reset button is because it touches the outside world in a big way. Sending an email depends on the user having an active internet connection, an email account, special software for sending an email, and knowing what these things are. Acrobat doesn't always know what the deal is with the user's system setup. Really, this is one of those things that Acrobat should ask the user once, and then just remember it.
The easy way around this issue is to submit to a server script. That makes it real easy on the user, but means you have to do the server side work. Or you could purchase a service like www.formrouter.com, which takes care of the details for you.
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