LiveCycle ES2 - How to Add Cc Addresses to "Submit via E-mail" Button

I have an existing form with a "submit via email" button that functions perfectly. I have now been asked to add two names as Cc for the submittal. I cannot figure out the correct way to edit this script.
I can add the two new names in the "mailto:" - but they prefer to be Cced. How do I set this up?
Any help would be greatly appreciated.
Thank you,
Jayne Morley

My sincere thanks Srini!  Your shared information allowed me to get this one figured out. I have tested my form and it now works exactly as needed.
I cannot see a way to mark the question as “answered” on the forum. But it certainly should be.
I appreciate your time and attention in assisting me. You ROCK!

Similar Messages

  • CUOM - How to add IP address with hostname (device name)

    Hello all,
    I have a quick question regarding CUOM(Operation Manager).
    How I could add devices' hostname to CUOM for monitoring?
    I could add IP address as below ,  if I only add IP address, then it looks NO "device name' field which I could add.
    Devices ->Device Management->Add  Devices
    Thank you for your help in advance.
    Howard

    It is resolved by updating host file on CUOM server.

  • How to add an address book field into a Numbers spreadsheet?

    In Pages, I can add an address book field so I can drag & drop a contact from my address book into the actual document without having to type out the address, city, state, zip etc.
    Is this possible in Numbers? I use spreadsheets to create invoices and I really miss the drag and drop features that I have gotten used to in Pages.
    Any help would be greatly appreciated!

    Hello,
    It seems that all the same Functions are available for calculations in a table within Pages as in Numbers. Perhaps you could keep working in Pages and do your invoice calculations there.
    Highlight the table cell into which you want to place a calculation and select Insert - Function from the Command Menu.
    Jerry

  • How to add ability to insert Annotations via Reader to an existing PDF form

    I have an existing PDF form created in LiveCycle ES2/Acrobat X, with fillable text boxes and all that stuff.  I want to add the ability for Reader users to insert items from the Annotations menu, but can't seem to figure out how to add that permission.  When I look at the Document Restrictions Summary in the PDF properties, it has "Commenting: Not Allowed".
    So how can I keep the existing form working as is, but add the ability for anyone to insert Annotations through Reader?

    You have two choices
    1) You can use JavaScript in your AIR application to communicate with the JavaScript in the PDF to fill in the form directly. This can all be done inside of your AIR app. This is certainly the best route to go and there is (IIRC) a sample in the AIR SDK.
    2) You can create an XFDF file from your XML data and then have Acrobat/Reader open the XFDF file to fill in the data.
    Both methods will work with Acrobat and Reader - HOWEVER, Reader users won't be able to save the PDF unless it has been Reader Enabled.
    Leonard

  • How to add an outside url link to a navagation button in Dreamweaver Cs5.5

    How or can I add an outside url link to a navagation button in Dreamweaver Cs5.5. If I try the properties/link it says that the link is an html and not a css.....
    Thank you

    Linking is done in HTML, not CSS (with the exception of a link to a background picture)
    So, if your navigation is a list, you'd have the following in your HTML:
    <nav>
         <ul>
              <li><a href="index.html">Home</a></li>
              <li><a href="about.html">About</a></li>
              <li><a href="books.html">Books</a></li>
              <li><a href="http://www.myexternalwebsitelink.com/inboundfromotherwebsite.html">External Link</a></li>
              <li><a href="contact.php">Contact</a></li>
            </ul>
    </nav>
    Here, in the example above, I'm using the HTML5 <nav>, but that could be an HTML4 <div class="nav"> and you will see a link to an internal page on the same website server for Home, About, Books and Contact with "External Link" pointing to another website external to the one we're on.
    Make sense?

  • Add to Address Book not working in mail.app

    On all my computers : MacBook Air and Mac Mini, the Add to Address Book (command + Shift + Y) is not working in Mail.app.
    It doesn't add the email and name in the Address Book (now called Contact).
    Is this a broken link ?
    Best. StG

    Hey Saint-Georges -
    I've got the same issue in the console.  I didn't notice the keyboard shortcut not working but that's happening to me as well.  
    I've gone gone through and repaired the disk and disk permissions.  Still no luck.
    Hopefully someone has a fix.
    Rob
    From the Console:
    6/3/13 5:27:53.922 PM assistantd[4667]: <Error>: Daemon - Sync chunk denied! Canceling sync. [SASyncChunkDenied
      aceId: "26234165-b039-4219-af4d-8f4fa5561ebd"
      properties:
        callbacks: <empty array>
        errorCode: 0
      group: "com.apple.ace.sync"
      refId: "3274A842-6638-4E54-AFB3-F669BCCED462"
      v: "1.2"
      class: "ChunkDenied"]

  • How to add multiple passbooks cards to a single mail

    im trying to add multiple passbook cards to a single mail on iphone
    how can i do that....
    the upload or share tab in passbook card only allows one card at a time on my iphone...
    pls help...

    its still not happening
    i did that way and pasted all multiple passbook cards in a single message
    then i copied all and pasted it in mail...
    its coming as attachment .pk in mail body but no attachment is there ...
    so the receiver of the mail is not able to get the picture of the passbook card...
    its not working...

  • How to add to and cc fields via email

    I have created a form which needs to be pdf format. I need the form to submit via email but need the option to change the to: and add a cc: field as well. Please provide any information available as I am new to livecycle and am not very familiar with writing script or code.
    Thank you

    Hi Kellie,
    I guess you are asking question about Livecycle, suggest you post this to Livecycle forum to get answers.
    Here is the link of Livecycle forum: http://forums.adobe.com/community/livecycle
    Thanks.

  • How to add a custom PL/SQL code for a button event handler

    Hi All,
    I am a toddler in using Oracle Portal. So please forgive me for my ignorance.
    Q : How do I add a custom PL/SQL code for a button event handler?
    Basically, I would like to write MY PL/SQL function and call it. I could see that we can write "CUSTOM" code as "PL/SQL button event handler" in the form design window. But the question is that it expects only a "call" to procedure. But where do I define the procedure then? If I insert the procedure from the backend, it gets flushed the next time I compile my form.
    Hope I am able to explain my point.
    Thanks in advance,
    Abbas.

    Hi All,
    I am a toddler in using Oracle Portal. So please forgive me for my ignorance.
    Q : How do I add a custom PL/SQL code for a button event handler?
    Basically, I would like to write MY PL/SQL function and call it. I could see that we can write "CUSTOM" code as "PL/SQL button event handler" in the form design window. But the question is that it expects only a "call" to procedure. But where do I define the procedure then? If I insert the procedure from the backend, it gets flushed the next time I compile my form.
    Hope I am able to explain my point.
    Thanks in advance,
    Abbas.

  • How to add to and cc fields via email submit button

    I have created a form which requires pdf format. I need the form to submit via email with the option to change/select the to: and also add a cc: field with selection as well. Please provide any information available as I am new to livecycle and am not very familiar with script or code.
    Thanks!

    The name if you don't understand is only a name for the variable and is an combination from english and german.
    Subject is the english word for Betreff
    Message is the english word for Nachricht.
    You could use this:
    //fill in e-mail
    var Mailto = Formular1.s1.email.rawValue;
    //var Mailto = "[email protected]";
    //fill in subject
    var SubjectEmail = Formular1.s1.betreff.rawValue;
    //var SubjectEmail = "Test-Subject";
    //fill in message
    var MessageEmail = "Content PDF:\r" + "Field content: " + Formular1.s1.inhalt.rawValue + "\rName: "
    + Formular1.s1.name.rawValue + "\rDate: " + Formular1.s1.dateEmail.formattedValue;
    //var MessageEmail = "This is a test message.\r2.row start here.\r3.row here.";
    //fill in e-mail cc
    var CC = Formular1.s1.emailcc.rawValue;
    //var CC = "[email protected]";
    //fill in e-mail bcc
    var BCC = Formular1.s1.emailbcc.rawValue;
    //var BCC = "[email protected]";
    var Mail = "mailto:" + Mailto + "?Subject=" + SubjectEmail + "&Body=" + MessageEmail + "&cc=" + CC + "&bcc=" + BCC;
    //cSubmitAs: "PDF" send the pdf as attachment
    //cSubmitAs: "XML" send the pdf as xml-attachment
    event.target.submitForm({
    cURL: Mail,
    bEmpty: true,
    cSubmitAs: "XML"
    I come from Germany and this is my script (therefore in german) I have try to change the german words in english words...
    Here you will find an example: https://workspaces.acrobat.com/?d=4adT3ExjCSsr7HpoDuKq7Q
    Helpful?
    Mandy

  • How to add a normal attachment in my apple mail?

    Apple mail is so slow when I want to add attachment to my message. I think the reason is that when I add eps file or other files, apple mail does not simply add it, but integrating it into my context. But I don't need it to do that. And because the process is so slow(my eps file is kind of large...), it wastes a great amount of my time doing it. So far I'm satisfied with other functionalities of this software so I really don't want to give it up easily.
    So, any one know if there is a simple way to add a normal attachment into apple mail message? Like what we usually do in any other email client? Thanks.

    Try turning them into a zip file before attaching. From Finder Help:
    Compress and uncompress files and folders
    Compressed files take up less disk space than uncompressed files, so compressing is useful for making backup copies of your data or for sending information over the Internet.
    To compress a file or folder, Control-click it or tap it using two fingers, and then choose Compress from the shortcut menu.If you compress a single item, the compressed file has the name of the original item with the .zip extension. If you compress multiple items at once, the compressed file is called Archive.zip.
    To uncompress (expand) an item, double-click the .zip file.

  • How to add Custom Address Book Application?

    I need add my custom address book application, so I has reading docs and wikis about convergence customization but no see clear how to.
    I take a dojo tutorial for change event from addres book buttons but may be are not the best practice.
    Somebody know information source for solve this please.
    Thanks.

    JCV_ wrote:
    I need add my custom address book application, so I has reading docs and wikis about convergence customization but no see clear how to.The "YahooABSPlugin" code in the c11n_sample directory may provides some guidance.
    If this still doesn't help then you could contact Sun to get help from Sun Professional Services. Writing a custom Convergence application is far from trivial.
    Regards,
    Shane.

  • How to add email address to contacts

    Running Miuntain Lion. How do I add an email address to the contacts. When I add a contact I can add the name and address but there is no place to add an email address only a home or work address. I tried adding the email address in both of those columns with no luck.

    Open Contacts' Preferences (under Contacts in the menu bar).  Choose Templates at the top.  You should see something like this:
    The field I circled says "email" in there.  If you don't see one of these fields, use "Add Field" in the upper left.

  • How to add email address based on email alias? Get-Mailbox | Set-Mailbox -EmailAddresses @{add= $_.Alias + "@TEST"}

    I can't get this to work via the pipeline, but if I type in someones specific email address to get, it works fine.  Any help on the syntax?
    Thanks!
    Get-Mailbox [email protected] | Set-Mailbox -EmailAddresses @{add= $_.Alias + "@TEST"}                                        
    : NOT WORKING.  This just adds "@TEST" to the email addresses
    $test = Get-Mailbox [email protected]
    Get-Mailbox [email protected] | Set-Mailbox -EmailAddresses @{add= $test.Alias + "@TEST"}            : WORKING.  This adds "me@TEST" to the email addresses

    Wow, lots to try!  Thanks for the help.
    Can you help me understand what this is doing?
    @{Add="$($_.Alias)@TEST"}
    I understand $_ is the current object in the pipeline, but how do I interpret the $($_.Alias)?
    Sure, the extra $() surrounding $_.Alias is known as the subexpression operator:
    http://ss64.com/ps/syntax-operators.html
    Basically this allows you to use a property directly inside of a string. It's important to use double quotes in this instance, so the string can expand.
    EDIT: Here's an example you can run with Get-Mailbox:
    Get-Mailbox |
    ForEach { Write-Host "This will append @TEST to the username: $($_.SamAccountName)@TEST" }
    Don't retire TechNet! -
    (Don't give up yet - 12,700+ strong and growing)

  • How to add email addresses to my address book?

    I want to add important email addresses to my address book but I do not know how to do this. How can I do this?

    Wow. Do you really have Firefox 3.0b5? It's ancient. You should update Firefox by downloading the current version from http://mozilla.org/firefox and running the installer.
    Firefox doesn't have an address book - it's a Web browser. You'll need to visit the support site for whatever e-mail application you are using. If it's Mozilla Thunderbird, visit http://support.mozillamessaging.com/

Maybe you are looking for

  • 8800 follow up to first post..

    My scroll ball stopped scrolling upwards after i tried to transfer a media file, via desktop manager, to the expansion sd card on the 8800. I draged the file onto the sd card, then disconnected the 8800 from my pc after shutting down Desktop Manager.

  • Lightroom 4 email problem

    Looking for help with problem with trying to email a photo from lightroom 4.  I have validated the email address in the manager.  Testing by trying to send one photo via "export" with a preset as per info on a you tube video from reliable source of p

  • Image Capture doesn't recognize iPhone and Camera anymore

    Image Capture doesn't recognize my iPhone or my Fujifilm camera. I am pretty sure this happened after updating to Safari 4.0.2 and having to restart which I did today. Yesterday I was able to to browse through my devices.

  • Consignment Sales scenario from CRM?????

    Hello Expertise I am facing a problem of handling the consignment sales scenario using SAP, how can I use the consignment scenario using CRM? If this function is not supported in CRM so I can create it from SAP ERP but can I display and change this E

  • SUS email notification.

    Hi, I am changing the email text message in SE61 for the document BBP_SUS_SUP_NOTIFICATION”.  And in the text message I am printing the &DOCTYPE& &DOCNO&.  When I am receiving the email, <b>I am not getting any value of this (&DOCTYPE& &DOCNO&) two f