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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Can\'t get add blind copy address to submit button

Avatar

Level 2

I am not a coder so studied this page for how to add a bcc to the form's submit button:

http://acrobatusers.com/tutorials/modifying-livecycle-designer-form-submit-button

I added the bcc only (not the rest of the code -- that was generated in Livecycle) below (see red text) as per the information provided in the above link.

<event activity="click">
               <submit format="xml" target="mailto:louise.bachman@ucr.edu?subject=Final CONACYT Narrative Report&bcc=andrea.kaus@ucr.edu" textEncoding="UTF-8"/>
            </event>

It's not working. I actually need to add two bcc addresses. A disclaimer: The first address: mailto:louise.bachman@ucr.edu, was generated in the design preview. That worked fine. I added the bcc code under the xml tab. However, again, not being a coder, if someone could please tell me how to properly add the bcc addresses.

Thank you.

2 Replies

Avatar

Level 2

I've worked on this some more, but LiveCycle won't let me save the document. This is the code:

<event activity="click">
               <submit format="xml" target="mailto:david.kropf@ucr.edu?subject=Final CONACYT Narrative Report&bcc=andrea.kaus@ucr.edu&bcc=martha.ponce@ucr.edu" textEncoding="UTF-8"/>
            </event>

This is the error message I get:

Untitled-2.jpg

Avatar

Level 10

There shoudl ony be one mailto command in the string and the addresses shoudl be separated by a comma. The string shoudl be like this:

<submit format="xml" target="mailto:david.kropf@ucr.edu?subject=Final CONACYT Narrative Report&bcc=andrea.kaus@ucr.edu,martha.ponce@ucr.edu" textEncoding="UTF-8"/>
            </event>

Hope that helps

Paul

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now