Not java savvy (unless it comes hot
with foam) I
have a submit button with mailto: address's. how do I get the CC to come from a field text box?
Solved! Go to Solution.
Views
Replies
Total Likes
I put in a sample file for your reference on sending the CC Email from a text box.
You can download the sample from the below link..
https://acrobat.com/#d=pFyQRZ*C1TYAlU*8VOpV8A
Thanks
Srini
Views
Replies
Total Likes
I put in a sample file for your reference on sending the CC Email from a text box.
You can download the sample from the below link..
https://acrobat.com/#d=pFyQRZ*C1TYAlU*8VOpV8A
Thanks
Srini
Views
Replies
Total Likes
Great!
thanks Srini, that just what I wanted
Views
Replies
Total Likes
Okay, so the email script works well, but....... everytime I
actually submit it, the PDF brings up a box that says "Submit Cancelled" even though it goes through? Any Ideas how to fix that?
Views
Replies
Total Likes
You can use this command to fix it.
this.resolveNode("#event").submit.target
= "mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage;
Thanks
Srini
Thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies