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
Do the following.1) Place a button control on the form and change the Control Type to Submit.2) Copy the below code and paste it in the preSubmit event of the button.3) You do not need to call the click event. So I commented it out.if (Program.rawValue != null) { var strEmail = ""; if(Program.rawValue == Division.rawValue){ strEmail = "mailto:" + Program.rawValue + "?subject=Email Subject"; } else{ strEmail = "mailto:" + Program.rawValue + "?cc=" + Division.rawValue + "&subject=Email Subject"; }...

Views

84

Likes

0

Replies

0