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

crmulle2
crmulle2
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by crmulle2
Customize the badges you want to showcase on your profile
Re: Email Subject Field: Application Request for "ApplicantName" - Adobe LiveCycle 04-02-2010
Hi, Paste the following code in the preSubmit event of the EmailSubmit button control.var strSubject = "Access Request form for " + ApplicantName.rawValue;var strBody = "This is Body";var strToEmailAddress = "carolyn.r.mullenbach@wellsfargo.com";this.resolveNode("#event").submit.target= "mailto:" + strToEmailAddress + "?subject=" + strSubject + "&body=" + strBody;If you want to send the PDF file as an attachment in the email, you need to place a Button control on the form instead of Email Submit...

Views

213

Likes

0

Replies

0