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

cpruitt32
cpruitt32
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by cpruitt32
Customize the badges you want to showcase on your profile
Re: Filtering Duplicate Email Addresses - Adobe LiveCycle 26-01-2012
Thanks for the reply Srini. I tried entering that in a few different spots in the script but I can't seem to make it work. Here's the the entire event script, maybe this will be more helpful than the one line I entered in my original post.if (Program.rawValue != null) { RealEmailButton.event__click.submit.target= "mailto:" + Program.rawValue + "?cc=" + Division.rawValue + "&subject=Email Subject" //app.alert(RealEmailButton.event__click.submit.target); RealEmailButton.execEvent ("click");} else ...

Views

76

Likes

0

Replies

0
Filtering Duplicate Email Addresses - Adobe LiveCycle 25-01-2012
I created a form using LiveCycle Designer, the first and hopefully only form I'll ever have to create. I am in no way, shape, or form a programmer. These forums are the only way I was able to put together a functional form. So now to the question at hand....I have two dropdown boxes: Division & ProgramEach selection in both dropdown boxes has an email address assigned to it.Then I have a submit event that sends an email which addresses to the Program and CCs the Division."mailto:" + Program.rawV...

Views

608

Likes

0

Replies

3