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

Deirdre_Perry
Deirdre_Perry
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Deirdre_Perry
Customize the badges you want to showcase on your profile
Re: script to read name, convert to email address & add to To field on email message - Adobe LiveCycle 02-02-2012
I’m not getting it. Here’s my code://Construct email to return completed request to Requestor and Gatekeepers.var vEmail;var vCC = "&cc=john.grener@philips.com; johnathan.nichols@philips.com; mike.invivo.smith@philips.com";//Check email address field and build error message.if (emailAddress.rawValue ==null){ errorMessage = errorMessage + "\n - please provide an email address.";}else{ vEmail = emailAddress.rawValue;}//Send email.event.target.submitForm(;I get a Microsoft Office Outlook does not r...

Views

135

Likes

0

Replies

0
Re: script to read name, convert to email address & add to To field on email message - Adobe LiveCycle 01-02-2012
Thank you Niall! I have added an email address field and wrote the script so that when the Requestor selects their name, their email is automatically entered into the Email address field. And it works! I am now working on the other script to create an email using the email address in the Email Address field. This is going to take time, it is very involved. I have a Submit button that the Requestor will click when he is ready to send his request to the “Gatekeepers”. The Gatekeepers are a group o...

Views

135

Likes

0

Replies

0
script to read name, convert to email address & add to To field on email message - Adobe LiveCycle 30-01-2012
This is my first experience with LiveCycle and Javascript. I am learning along the way. I have a Return to Requestor submit button and need to write a script that on the mouseUp event, reads the name in the requestor field, converts the name to an email address and puts that address in the To field of the email to be returned to the requestor. The Requestor field and Submit button in in the same subform. Any help will be greatly appreciated.

Views

999

Likes

0

Replies

6