Copy link to clipboard
Copied
Hello, please see attached pdf file. What I am trying to do is be able to "copy and paste" page 2 of 2 to include the paragraph AND text fields entered by the user in page 1 (page 2 makes it read only). I plan to copy and paste it into an email which will then be sent out - unless the copy and paste feature can be cut out all together and simply have the entire text in page 2 be emailed. Hope this makes sense? and thank you all for your help!
Moved from Using the Community (which is about the forums) to a better forum... Mod
To find a forum for your program please start at https://community.adobe.com/
Copy link to clipboard
Copied
The text on that page is not even real text. It's just an image.
You will need to hard code all of it into your script. Something like this:
var msgBody = "Good morning " + this.getField("name3").valueAsString + ",\n\nThis is a paragraph...";
this.mailDoc({cTo: "ezloves2smile@server.com", cMsg: msgBody})
Copy link to clipboard
Copied
++Edited link I made a mistake in the PDF, is corrected now
Here's the original file with the email field and button added with that script above:
https://documentcloud.adobe.com/link/track?uri=urn:aaid:scds:US:38b70663-a8c0-4f70-a688-f2529154c822
Copy link to clipboard
Copied
If that is the case, then most likely yuo want to create multi-line textfield and make it read-only.
And use the same script modified slightly as a custom calculation script in the multi-line textfield like this:
event.value = "Good morning " + this.getField("name3").valueAsString + ",\n\nThis is a paragraph that will continue. Add date here " + this.getField("date3").valueAsString +" and as it continues it will go on, enter identifying number of individual here "+ this.getField("identity3").valueAsString+" and finally enter the time here "+ this.getField("time3").valueAsString+" .";
The slide below shows the end result which can then be copied and pasted in an email draft:
Is this what you're asking?
Copy link to clipboard
Copied
YESSSSSSSSSSS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
You know the feeling people get when their team wins the superbowl? The feeling a person gets when their team wins the NBA Finals? When our presidential candidate wins???? Well that is the sensation right now for me! THANK YOU, THANK YOU, THANK YOU!!! - This was so stressful but yes, that will MORE THAN DO! I cant thank you and Try67 enough! I sincerely and wholeheartedly thank you! My 3 year old autistic son thanks you both as well! Thank you!