Expand my Community achievements bar.

SOLVED

cURL bEmpty cSubmitAs cCharset

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

Assure Dynamics

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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

Assure Dynamics

Avatar

Level 3

Thanks Niall,

Excellent, as always.

Joe