Email Button - To: line blank and Cc: line with names listed

I created an email button and I don't want the To: line filled with name(s) only the Cc: line this is what I have so far. What am I doing wrong?
var sub
sub = CTitle.rawValue;
var ebody
ebody = "The attached file is the filled-out form. Please open it to review the data."
event.target.submitForm({cURL
:"mailto: "";?&[email protected],[email protected];;&subject="+sub+"&body="+ebody,cSubmitAs:"PDF",cCharset:"utf-8"});

I receive an error message:
Microsoft Outlook does not recognize " "
This is what have I have in the "on click" event:
event.target.submitForm({cURL
:"mailto:
[email protected],[email protected];&subject=+sub+"&body="+ebody,cSubmitAs:"PDF",cCharset:"utf-8"});

Similar Messages

  • IPhone -When I open an email the screen goes blank and then goes to home screen

    When I try to pull an email my screen goes blank and then brings me back to home page. Any experience with that?

    Hi Fayed11,
    Welcome to Apple Support Communities.
    You may find this article useful for troubleshooting any apps on your iPad that aren't behaving as expected:
    iOS: Troubleshooting applications purchased from the App Store
    http://support.apple.com/kb/ts1702
    Have a great day,
    Jeremy

  • HT1267 I plugged my iPhone 4 into my computer with the USB charger cable, and the screen went blank and came up with a picture of the usb cable with an arrow pointing to iTunes....Can anyone help get this fixed????

    I plugged my iPhone 4 into my computer with the USB charger cable, and the screen went blank and came up with a picture of the usb cable with an arrow pointing to iTunes....Can anyone help get this fixed????

    Connect your iPhone to iTunes and restore or follow the prompts.

  • My contacts all got deleted from my phone, and was replaced with names and numbers of people I've never met before.

    My phone was working as normal, then all of a sudden when I checked my text messages all the names of my contacts got replaced by their actual phone numbers. When I checked my contacts, it looks like everyone got deleted from my phone, and was replaced with names and numbers of people I've never met before. Even when I check my icloud for a backup it has the same issue. I don't know how this is possible and not certain as to how to rectify and get my contacts back.

    Hi Also iPhone, need update to ios 8.1.2 do this over WiFi Use same Apple ID & Password. Cheers Brian

  • PDF form with one submit button that prints form and sanves PDF with data with a unique file name

    We have a long medical form that patients can fill out at kiosks as they wait to see a doctor. We want one button so that the patient can print out the form with one click (and finish filling it out by hand if it's not finished already) and the same button click will save the form with a unique file name (using last name, first name, date, and/or email address so that the identity of the person who filled out the form will be readily apparent to anyone who wants to grab the user's responses later). Is Acrobat capable of doing something like this? LiveCycle Designer maybe? And if we continue with the PDF form and add a submit button, is there a way to program the button click to print and to save?
    Thank you in advance of any suggestions that might accomplish this task.

    I am not sure about the print, but it can probably be done -- possibly with a bit of JavaScript. As to the saving of the form, that is not reasonable at a kiosk. You would want the data submitted to a server (particularly with patient data), no e-mail or accessible drive. You can collect the data and put it in a database or import it to the form for printing yourself.

  • How to edit email message suject line?

    I am wondering how to edit the incoming email's suject line with javamail api?
    and which api defines the subject line of an email?
    regards
    Gaz

    The simple answer is "you can't".
    Mail servers don't allow you to change messages.
    What you can do is make a copy of the message and change the copy.
    Of course, the copy won't be stored anywhere permanently so if you want
    to keep it you'll need to store it in a folder yourself.
    In your second question are you asking about the getSubject method?
    Since that's such an obvious answer to your question I'm sure you would've
    found that yourself so I'm assuming you're asking something else, but I don't
    understand what.

  • How to create a submit by email button that emails the FORM AND DATA

    I have Adobe Acrobat Pro 8.  I've created a fillable form that can be fillable and saved in Adobe reader.  How do I add a submit by email button that will send me the form with the data?  Right now I am only getting the data.  I need the form with the data.
    Thank you in advance, Rob

    When you set up a submit form action, you have the option of choosing the form data (FDF, XFDF, HTML) or the complete PDF. Choose the latter. For this to work with Reader (prior to 11), the document has to be Reader-enabled, which you do by selecting: Advanced > Enable Usage Rights in Adobe Reader

  • Setup Email Button for Multiple Emails

    Is there a way to setup an email button or link within a form that with each click it sends to a different email address or when you click it allows you to pick an email address from a pre-approved list to send it to?

    Open the "Properties" for the drop down field. On the "Options" tab enter the name in the "Item" option and the email address in the 'Export Value'. Now the value of the field will be the 'export value' for the selected item.
    i assume you know how to write the code for creating an email.

  • "Send email" button in Captivate 5.5 quiz

    I am trying to get the results of a completed Captivate 5.5 quiz emailed to me from other people's computers, after they complete the quiz. The Send email button does nothing (no error message and no email). The quiz has been published in each of: PDF, Flash and HTML and the email button does not work in any of them.
    After looking at postings on several forums, it appears that the problem may be a bug in Captivate or possibly a setting that needs to be changed in Flash player. The problem is that if it is necessary to change the Flash player settings, I can't do this on another user's computer, so this will never work.
    In another project, I have used the send email button in Acrobat LiveCycle and that works perfectly well (opens an email message and attaches the information from the current Acrobat file as an XML attachment) - what's the problem with Captivate?
    Steve

    The problem isn't Captivate.  It's the whole concept of using email as a 'reliable' reporting mechanism.
    You are correct that this 'feature' will not work if you're trying to use it from published content in a folder on your local drive or a LAN server unless that folder has been added as a trusted location in your Flash Global Security settings.
    You are also correct that it would be either impossible or impractical to try and change these settings on each end user's PC.  To have any chance of success, your best output format for this would be HTM/SWF/JS and you should be considering delivering the content only from a web server, not a LAN or other type of drive.
    However, even if you do everything right, email reporting (as you found with LiveCycle forms) still has many limitations and should be considered unreliable.  There are too many ways it can fail, and most of those ways are outside your control.  Added to this is the fact that since the solution requires the user to send the email message and not change any data first, it's really NOT all that secure.  You could not hope to use it for courses where serious certification was a must.
    The only times I have used it successfully with Captivate required a custom-coded web page (PHP) on a web server (Apache or IIS) that was used to dynamically send the email after receiving data in an encoded URL.  Basically, the Captivate module would call this web page and the page would add the data from the URL variables to build the email.  However, this is NOT standard Captivate functionality.  I went this route because the client's LMS was only a few weeks away and they needed a very temporary solution.  I would avoid doing something similar again unless there were no other available solution.

  • HT204266 My qvc app only opens in one direction and does not have wish list?

    Why does my qvc app only open in one direction north south when I open the app but when I open qvc through an email it opens east west and has add to wish list also?

    On your iMac
    Contacts > iCloud (upper left) > All Contacts??

  • Can I script an email button to put one of the form fields in the subject line and to name the form?

    This is a fillable form on a website.  We want people to complete the form, then click on the email button to send it to us.  Prefer to have the "name" field populate in the "subject line" of the email, and also rename the form that same field name.  Is that possible?

    In the sample I used the below syntax to send an email..
    event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF"});
    The highlighted ones are local variables which will hold the value from the form fields.
    If you want to get the Subject from Name field in the form, use some thing like this.
         var strSubject = name.rawValue;
         //and then pass the value to the code.
         event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF"});
    Hope this helps..
    Thanks
    Srini

  • Textfield Title to populate in the subject line of a email button

    I need for the a textfield title to automatically populate in the subject line of the email button
    What code goes in sub = ?
      var sub
    sub =
    var ebody
    Thanks

    I created two buttons - one named "Real Email Button"(submit) and one named "Submit Button (regular)"
    Real Email button has the addresses listed and the "Submit As" set to PDF:
    Submit Button has the following code:
    Button2.event__click.submit.target
    = "mailto:[email protected],?cc=[email protected]; [email protected]?subject= " +
    CTitle.rawValue;Button2.execEvent("click");
    I would like the textfield title (CTitle) to automatically populate in the subject line - what is missing in my code?
    Thanks

  • When I click on "Save Image As" the "Save AS Type" line is blank and I can't save a downloaded image.

    On Fox, when I right click on an image I get the option "Save Image As" then on the next window the "save as Type" line is blank, and the image can't be saved.
    I copy the www. address and paste it on internet Explorer, and the save process goes routinely.

    Hey cor-el, that was the next in the list
    1-14-22 3PM JAG to Firefox
    The next step in the "Unable to download or save files" section of help states:
    Reset download actions for all file types
    To reset how all file types are handled by Firefox back to default:
    1. Open your profile folder:
    1. At the top of the Firefox window, click on the Firefox button, go over to the Help menu (on Windows XP, click on the Help menu) and select Troubleshooting Information. The Troubleshooting Information tab will open.
    2. Under the Application Basics section, click on Open Containing Folder. A window with your profile files will open.
    Note: If you are unable to open or use Firefox, follow the instructions in Finding your profile without opening Firefox.
    2. At the top of the Firefox window, click on the Firefox button (File menu in Windows XP) and then click Exit.
    3. Rename the mimeTypes.rdf file to mimeTypes.rdf.old .
    4. Restart Firefox.
    Steps 2+3 are in reverse order
    I did this and now there are 2 files. The old one has a “date modified” of 12-27-11 a couple weeks before the problem, and the new one modified today.
    No change in the problem.

  • When I try to fill out forms on line my I cannot send as it says my email isn't valid. I ve tried with my gmail and my work email and no luck. It will recognise my partners email with no problem. Please advise

    When I try to fill out forms on line my I cannot send as it says my email isn't valid. I ve tried with my gmail and my work email and no luck. It will recognise my partners email with no problem. Please advise

    Assuming that you can send email on the iPad, Maybe something is corrupt in Safari that is causing this. Try clearing Safari and see if the sites will accept your email address.
    Go to Settings>Safari>Clear History, Cookies and Data. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • I opened my iPod Touch up to fix my home button. When i closed it back up it had a white screen. I tried pressing lock and home button for 10 seconds and it worked but while i'm using it it goes white with lines on the screen. Help please

    I opened my iPod Touch up to fix my home button. When i closed it back up it had a white screen. I tried pressing lock and home button for 10 seconds and it worked but while i'm using it it goes white with lines on the screen. Help please. This has been happening for a while and i've tried everything but it doesn't work.

    Try:
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

Maybe you are looking for

  • Captivate project takes long time to load on LMS

    So I developed a bunch of Captivate 7 modules for a course I'd been working on for some time. When I finally loaded these up on the LMS, I notice that when the modules are launched, a pop-up window opens with a grey background and just stays like tha

  • PDF opens with areas highligthed (bright blue, yellow, red)

    Since my last upgrade, I have noted my PDF documents not opening properly - the areas of the form that I am opening - PDF - are highlighted, as you would with a highlighter...very strange.  Our IT has looked into the issue, but no one can help me, so

  • Mounting an Apple disk image (Intel Mac) under other Unixes/Linux

    Hello, I have started my MacBook in HDD Mode and connected it via Firewire-Cable to my "Main-Server" (Slackware Linux 11.0). From there i created a "Disk-Image" from my MacBooks HDD using "dd" I can mount the disk image within OS X without any proble

  • Decimal in reports

    Hi, I have a column "unit price" in a table with precision (number), it is rouding 0 whenever price in 0.nn, is there any way to call the values in decimals in report or in query. Thanks in advance Ahon

  • What will SQL execution Time of the information fatching and cost to Oralce

    Hi I would like to this information from oracle EBS and also know the process of fatching the information 1) Product and invoice No 1.     01 – Asia 2.     02 – India 3.     03 –West Zone 4.     04 – Maharashtra 5.     05 –Customer Group X 6.     06