LiveCycle Designer 8.2.
How do you set up an e-mail button such that user-entered information, referenced from a text field perhaps, appears in either the subject or the body when you click the button, instead of a pre-programmed message? Is this possible?
Solved! Go to Solution.
Views
Replies
Total Likes
Here is the modified sample.. In this sample, I am setting the To Email and CC Email directly in the preSubmit event code..
User will enter the Subject and Message in the form..
I am using the preSubmit event code to send the email..
https://acrobat.com/#d=HouRLov3lOntSbqAfsr5Hg
Let me know if you need any help..
Thanks
Srini
Views
Replies
Total Likes
Yes it can be done and there are many examples posted throughout this forum. I suggest that you do a search in the forum (I am not at my computer so I do not have access to the samples that I have).
Paul
Views
Replies
Total Likes
I did try a forum search prior to posting this, and most of the references to this question are either inconclusive or 4 years outdated, neither of which is very helpful. I'm sure a new, updated answer would be highly appreciated by many forum users.
Got anything a bit more useful?
Views
Replies
Total Likes
Srini Dhulipalla posted a sample in May that shows how to do this. You can find the sample here:
I have a sampel at the office ...when i get back I will post it for you.
Paul
Views
Replies
Total Likes
Thanks so much, I'm sure I would have found this eventually but there were so many to look through and I got tired after checking the first 10 or so .
Views
Replies
Total Likes
This almost works but not quite.
I actually want only the subject and message to be user-defined, and not the e-mail addresses or the CC (I have pre-defined e-mail addresses to which I want the pdf to be sent, not the end-users to define where it is sent).
I'm having trouble adjusting the code to remove the strAddress and strCC variables, and entering the single, specific e-mail address that I want it sent to.
Views
Replies
Total Likes
Here is the modified sample.. In this sample, I am setting the To Email and CC Email directly in the preSubmit event code..
User will enter the Subject and Message in the form..
I am using the preSubmit event code to send the email..
https://acrobat.com/#d=HouRLov3lOntSbqAfsr5Hg
Let me know if you need any help..
Thanks
Srini
Views
Replies
Total Likes
This is exactly what I needed! Thanks for helping someone who is still mostly javascript ignorant...:)
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies