Hi Everyone,
I have used these parameters to code a simple button that emails the PDF form as an attachment. cURL bEmpty cSubmitAs cCharset
My question is...what is the reference for these parameters? Where do "bEmpty" and "cSubmitAs" come from? Are they part of the mailto protocol? Are they just Javascript? Are there other parameters that I could use? How can I find out all of the arguments/parameters that I can use with event.target.submitForm?
I just want to know what this thing is. I have already (successfully) used it.
Thanks,
Sorry for the odd question,
Joe
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Joe,
submitForm is part of the Acrobat SDK, which is why you use event.target to access it.
If you check out the Acrobat documents on the DevNet site: http://www.adobe.com/devnet/acrobat.html that will show you the full syntax.
Good luck,
Niall
Views
Replies
Total Likes
Hi Joe,
submitForm is part of the Acrobat SDK, which is why you use event.target to access it.
If you check out the Acrobat documents on the DevNet site: http://www.adobe.com/devnet/acrobat.html that will show you the full syntax.
Good luck,
Niall
Views
Replies
Total Likes
Thanks Niall,
Excellent, as always.
Joe
Views
Replies
Total Likes