- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi all
I have been using Adobe LiveCycle Designer E4 where I work on forms.
For one of the functions on that form, I need to be able to send an email to a designated person with the form as an attachment. This works without any problem.
The real issue comes when I want to add cc recipients to it. When implementing my code (XML), i have them in the desired cc, but I can not remove them from the to box.
I am using following code:
<submit format="pdf" textEncoding="UTF-16" target="mailto:abc@gmail.com; ?cc= cba@gmail.com ?subject=BLABLA" xdpContent="pdf datasets">
And this is the output I get:
When i do it with following code (emails are recognized):
<submit format="pdf" textEncoding="UTF-16" target="mailto:kristoff_XXX@tuifly.be; ?cc= nicolas_XXX@tuifly.be ?subject=BLABLA" xdpContent="pdf datasets">
I get:
Can somebody help me out?
Thank you!
NC
Views
Replies
Total Likes