Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

kmurphy001
kmurphy001
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by kmurphy001
Customize the badges you want to showcase on your profile
Re: Create Email Subject from Text Field - Adobe LiveCycle 29-08-2012
Made some minor changes to your script to get what I needed:var myDoc = event.target;var address = "myemail@contoso.com, secondemail@contoso.com";var subject = [TargetFieldName1.rawValue, TargetFieldName2.rawValue, " Additional Static Text"];subject.toString();myDoc.mailDoc({bEmpty: true,cTo: address,cSubject: subject,csubmîtAs: "PDF"});Also, I found out I needed a normal button that calls this script when clicked. Otherwise, thank you for getting me pointed in the right direction.

Views

485

Likes

0

Replies

0
Re: Create Email Subject from Text Field - Adobe LiveCycle 10-08-2012
You'll have to forgive my ignorance, but I don't understand much about scripting. Right now, I'm using the 'Email Submit Button' and don't know where to put the suggestions above. Could someone provide an example please?

Views

487

Likes

0

Replies

0
Create Email Subject from Text Field - Adobe LiveCycle 09-08-2012
Is it possible to generate the email subject from a user-filled text field?For example:When the user enters 'John Doe' for their name in a form, the subject line would be 'John Doe'.

Views

3.5K

Like

1

Replies

8
Likes from