Email button presets

Hello,
I need some help adapting the script below to my form:
https://acrobat.com/#d=Nm2jjpCvBeW9w-T4mXtuWA.
I took a stab at placing the submission script below in the submit button of my form and when it's done and saved and re-opened as a PDF, if you click submit, it does pop up with the javascript window asking you if you want to use your default mail client (in our case outlook) but if i hit ok in that window nothing else happens. The goal is that the person clicks submit and an outlook new message pops up with the filled form attached and the to field pre-populates with my email.
I really like the idea they suggest here, to have the option of saving a "flattened" copy of the filled in form to your computer.
I used LiveCycle ES2
Your help is unimaginably appreciated.
Ioana
Re: Saving Fillable Form as non-fillable PDF
Another very simple (less advance) approach would be to make the ENTIRE form protected, readOnly, nonInteractive, etc. by using the following script:
xfa.form.form1.access = "protected";
In my situation (if this helps anyone), all I wanted to do was enable my user to click an email button to auto-attach a copy of his/her form to an outgoing email, BUT prior to sending the email, I wanted the form to be flattened (i.e. protected). After the email was sent, I wanted it return back to it's open state. So what I did was create a custom email submit button, and added very simple scripts for the preSubmit and postSubmit events. NOTE: This assumes your user is using an email client which will auto-generate an outgoing email (vs. using an Internet email service like GMAIL). If you're using an interent email service, the follwoing scripts will work.
1. Email button: This custom email button script allows me to set the subject, body message, to/cc fields, etc. and email the entire form (wth proper Rights) to a given recipient(s).
Placed on a standard button's click event:
var choice = xfa.host.messageBox("Press OK to submit this form using your default email client (e.g. Microsoft Outlook, Outlook Express, Eudora, Mail, etc.). Note: A copy of this form will be automatically attached to your email. \n\nPress Cancel if you currently use an Internet email service such as Gmail, Hotmail, or Yahoo to send email. You will need save this form on your computer and then manually attach it to an outgoing email (using your Internet email service) addressed to: [email protected]", " ", 3, 1);
// Note: the above text was taken directly from the typical email submit button text. This gives you a way to modify the text if you want.
if (choice == 1){
var mail;
var address = "[email protected]";
var ccadd = ccAdd.rawValue; //taken from a field placed on the form
var sub = "Subject goes here";
var body = "See attatched file.";
mail = "mailto: " + address + "?cc=" + ccadd + "&subject=" + sub + "&body=" + body;
event.target.submitForm({
cURL: mail,
bEmpty: true,
cSubmitAs: "PDF",
cCharset: "utf-8"
else{
ProcessManager.terminateAction();
2. Script added to same email button (created above) to "Protect" ALL form fields PRIOR to the form being emailed. Place on preSubmit event:
xfa.form.form1.access = "protected";
3. Script added to same email button (created above) to "reopen" ALL form fields AFTER it the form has been submitted. Place on postSubmit event:
xfa.form.form1.access = "open";
From there, the user can save/SaveAs the original file (currently opened on-screen, with active fields), knowing that he's sent a protected copy. Please note that you've sent a "form" with protect fields...it's still a form, vs a truly "flattened copy".  So if security is a major concern, you'd probably want to use a different approach: for example, a digital signature to track from integrity, or print to PDF. Also, this assumes you;re not concerned with tracking "mandatory fields" etc.
As an alternate Step 3, you could interject a SaveAs script on the postSubmit event [app.execMenuItem("SaveAs") ] to allow your user to save a copy of the protected file somewhere on his/her computer after emailing it. Then he/she could simply cancel the current form (on-screen) - without saving it. This assumes you are not concerned with saving an "open field" version with completed data.
Hopes this helps someone!
S

Anyone else having this issue or able to reproduce it?

Similar Messages

  • When I try to forward a PDF file by using the email button on the toolbar, it won't send.

    I cannot always forward a PDF using the email button on the toolbar.  For example, I get a report forwarded to me as a link.  When I open the link, the document opens as a PDF.  I use the email button on the toolbar to forward the document as an attachment.  Outlook pops up as a new message with the attachment.  I finish writing my email and hit the "send" button and I get an error saying the doucment couldn't be sent.  If I close the email and save it as a draft, I can open the draft copy and it will send.  Is there someway to fix this so I can eliminate these extra steps?  This has happened on a computer with Adobe Reader as well as a computer with Adobe Acrobate 9 Standard. 

    teresah7680 wrote:
    the doucment couldn't be sent.
    Is that the exact message that Outlooks gives you?
    Anyway, why don't you just forward the original link to the document, instead of the PDF itself?

  • How do I add the email button to the toolbar when I open PDF files in Mozilla ver. 19?

    I just updated to Mozilla ver 19 and now when I open a PDF file in Mozilla the email button is no longer on the toolbar how do I add it?

    hello, firefox 19 has introduced its own integrated pdf viewer - if you want to switch back to the plugin you've used before to view pdfs just go to firefox options > applications & define the default action for the ''portable document format (pdf)''.
    [[View PDF files in Firefox without downloading them]]

  • How do i add an email button to an editable pdf

    how do i add an email button to an editable pdf

    Hi Rocco290,
    You will need Acrobat to add an email button to that PDF. Here are instructions from the Acrobat X Help: http://help.adobe.com/en_US/acrobat/X/pro/using/WSBB6EF75F-BC3D-4094-B787-FB76DAE1EBDC.w.h tml
    If you have a different version of Acrobat, you'll find a link to both the Acrobat 9 and Acrobat XI Help in the bottom-right corner of the page I've linked you to.
    Please let us know how it goes!
    Best,
    Sara

  • New to Adobe Forms and need help with Submit Email button

    I am new to Adobe Forms in Windows.  I created a form with a submit email button.  When users try to click the button, the message is operation cannot be completed.  My test user has Adobe Reader 9 installed.  I'm at a loss as to how to resolve the issue.  Please assist.  TIA!

    Three different aspects
    1. Set the form up to submit the data (XML or FDF), not the full PDF. You can import the data to the PDF on your end.
    2. You can turn on Extended Reader Rights, but then limit the use/users to 500 by the EULA. The applicability of this option depends on your intended application. In a small office, it would be fine. For general web use you would likely exceed the limit and be in violation of the EULA.
    3. There may be an e-mail problem, one reason that e-mail is not recommended for form submission (even if the manual discusses it). Again, in a controlled environment like an office it will probably work fine, but in a web setup it is best to use a web script. There are 2 problems with e-mail that both depend on the client system (YOU have no control, but will be blamed in any case). First, the client machine has to be set up as an active MAPI client. Many folks do not have this on. Second, some e-mail clients treat PDFs like text and the result is a corrupt e-mail submission, even if it makes to you.
    If you have the possibility of web submission, do it. I suggest only having the form data submitted and not the form.

  • Email button created in InDesign won't work on Interactive PDF. Anyone know a fix?

    Hello there, I am trying to make a e-mail button work after its .swf file is imported into a new iD document and exported as a interactive PDF. I have tried various things and work around but I can not seem to be able top make it wrong. I ask iD twiter for help and after a conversation with them I was told to try here.
    OS: Windows 7, iD Version 9.2.1 x64
    This is my process (Will include images and document files)
    1. Create simple solid color box object. Add a text title to the box and otline the text.
    2. Group the objects and make it into a button. Add a roll over appearance.
    3. Add "go to URL" action. One sample button URL is: mailto:test@email(dot)com, Second sample URL is: mailto://test@email(dot)com (the forum editor kept making links to this fake emails)
    4. Export iD document to .swf (Settings where default)
        NOTE* Here the .swf open in chrome and the email buttons work fine as a .swf alone
    5. Import the SWF into a new iD file. Export this second iD file to an Interactive PDF (Seetings where default)
    After doing this I click on the email buttons inside the interactive PDF but they dont start my email app (Outlook 2013) However every time I click either button a new empty Google Chrome window opens.
    Here is a dropbox link to the files themselves, the type is outlines so no need to worry for missing fonts. https://www.dropbox.com/sh/fp76buzt98td8fy/4DD6tqImd9
    I hope someone can help me getting this fixed. Http:// Link buttons work fine on interactive PDF's following this process. For soem reason the email ones are the only ones that wont work. I have to use this process because I am working with an interactive PDF that has an animated roll over menue that does not work with ePub so the only way for my project to work the way I want it too is by exporting .swf of the finished file, importing on a new iD file and re-exporting to a interactive PDF.
    It was really hard finding anyhting related to this issue im having. Here is the only similar  issue I could find and it is from 2008! http://forums.adobe.com/thread/324167 I do hope I am the one doing something wrong here and not that Adobe has not fixed this .swf email links issue.
    Thanks for the help!
    -Sebastian

    Alright thanks! Ok this is what happens in my end:
    - The interactive PDF you sent me works fine. The iD file opens fine as well and is exactly the same process so that checks.
    -I exported your iD file to .swf, created a new iD document and imported the exported .swf file from the file you created. I exported this new document to interactive PDF. I open it and again I click the links and only google chrome windows open
    This is the link it probably works fine on your end
    https://www.dropbox.com/s/on5tun0v0eunjhu/buttons%20email%20text%20swf%20imported%20to%20i nteractive%20pdf.pdf
    I think there is something going on in my end. "Google Chrome" or "Flash" might be intersecting email links or something becuase I cannot get these .swf + interactive pdf combo to open the email client not even after I used your iD file, exported .swf, imported it and export again to interactive pdf.
    Again the interactive pdf you sent works fine and when I export my file to interactive pdf it works on my end as well, its only after i export to swf and then I use the file inside iD and export to interactive pdf that it does causes me trouble. I will see what I can do to fix this. At least it was working for you so if its only in my end then its not that bad but it will bugg me forever haha!
    Thanks again for your help!! Sorry to take your time Salah!
    -Sebastian

  • Submit By Email button not working in FireFox 25.0.1

    If the form is saved to desktop or opened in IE, we are not seeing any issues. However, when clicking on the submit by email button in in FireFox 25.0.1, a pop-up appears to choose the default email program or a web email program. We use Outlook and it is set by default. After checking the Outlook option, the form freezes for about a minute and the email window with the PDF attached never appears.
    I'm using the built-in Submit By Email button in Livecycle Designer 9.
    <event name="event__click" activity="click">
    <submit format="pdf" textEncoding="UTF-8" target="mailto:[email protected]?subject=EBSS User Renewal Request- Approval Needed Request"/>
    </event>

    If the PDF submits to a server-side script URL it can bypass client-side email software.
    Try the online PDF submission examples and see if it works for you in Mozilla FireFox:
    http://www.pdfemail.net/examples/
    You should also make sure the browser is using the Adobe Reader plugin as the default PDF reader.
    http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html

  • Email button works in preview mode but not when published to PDF

    I thought I had cracked everything but -  I have set preferences to email results to a specific address. In preview mode this works and outlook is opened with all the details. Once I have published to Acrobat 9 pdf - there is no response to the email button. If I play the SWF file I have the same problem. What am I doing wrong? Using Captivate 5 trial and Acrobat 9.3 Pro.

    HI there
    You might try adding the location to the trusted locations list as described below:
    Click here to view
    But i'm guessing you didn't see the link below.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Making 'attach to email' button as a hyperlink has disappeared in acrobat X pro

    hi
    I have upgraded to Acobat X pro from Acrobat 8 (CS3). I make brochures in indesign and then add some buttons in acrobat that can't be done in indesign. One button I nake is a 'attach to email' button. I can no longer see this option in create a link/custom link/actions/add
    can someone please advise how I can still do this as my client still wants this button on the back page of all their brochures so they customers can easily pass the brochure onto someone else

    no, this is not what I need
    Your screen dumps are to show where you can attach a pdf to an email from the file menu in a pdf. This is not what I want
    I use the draw a button using the 'link' tool in acrobat
    this tool opens a dialogue box called create a link and I choose
    custom link which opens another dialogue box and I choose
    the action tab, selct an action 'add' and choose from the options here except pro x has had the 'attach to email' action removed
    I need to get this in order to make a button on the pdf that a customer can click and then send the pdf to an email address that they enter

  • 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

  • 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

  • Is there a way to alter the file name given to the attachments in an email button?

    When ever I click the standard email button, I get an attachement with random alfa and numeric characters for the file name.  Is there any way to change the files names to match a data field in the form or start with something I choose?
    Thanks,
    Judy

    Hi RudyLou36,
    While viewing the form in Preview TAB of LC Designer you will always get the junk characters as the name of the file. Save the file and open it in Acrobat or Reader.
    You won't be able to change the filename unless you save the file first. Here (http://forums.adobe.com/thread/462681) is an example of a number of ways to deal with parts of the email programatically.
    Regards,
    ratnesh

  • Email button doesn't work with Adobe Reader, only Acrobat

    Hi,
    I'm new to Adobe products and don't have much experience. Here's my problem.
    I used LiveCycle Designer ES2 to create a fillable PDF form, with an email submit button. (uses mailto: to open users Outlook and attaches the pdf automatically)
    The form is viewable by all, but the email button only works if opened with Acrobat.
    Is there a way to have this work with Reader? We obviously don't have Acrobat licenses for every user.
    Any support or assistance would be greatly appreciated.
    Thanks

    The problem is deeper than that. It's not reader. Now the same form I was creating in LifeCycle Designer ES2 yesterday, with the actions working perfectly, no longer work. None of the actions are working.
    Could it be realted to me trying to set the default version compatibility to Adobe 7. It gave me warnings, so I set it back to 9.
    Any help would be appreciated.

  • Submit by email button not working

    I have a simple form which has worked fine for the past couple of years, but since updating it with Livecycle Designer ES8.2 recently, the 'submit by email' button is not working for many who have downloaded it.
    Works fine when I try it here and it worked fine last year, but not with this latest version of the pdf apparently.
    If anyone has a moment could they have a look and see if there's anything obviously wrong? (It has a couple of required fields before the button will work) It's at http://www.mogsport.net/series/2009-SeriesAppForm.pdf
    Thanks
    Chris
    XP Pro SP3, LC ES8.2, Acrobat 9

    i have had this problem too. it looks like you are getting the xml data file because the pdf opens as read only in acrobat reader and cannot be saved. one thing that solved the problem for me was to open the file in acrobat pro and use the distribute form wizard. this may just be a roundabout way of doing the reader extension paul mentioned, but in my case it worked.
    open the file in acrobat pro (if you have it)
    go to forms > distribute form...
    when you get to "how do you want to collect responses.." select "manually collect responses in my inbox" from the dropdown menu and click next
    then you will get to "how do you want to save your form"... click save a local copy and send it later the click the browse button and select where you want to save the document.
    then click finish
    go to where you saved the file and it should have the file name with "distributed" after it. send out that file and it should be able to save and return a pdf when the recipient clicks the submit by email button.
    from what i remember the first time you go through the dist form process you have to fill in contact info, email etc. whatever email you put for this will be the email the form is returned to when you hit the submit by email button. from what i remember it even overrides the email address programmed into the sumbit by email button. if you want to change the contact info later you can change it in Edit > preferences > identity
    hope this works for you

  • Submit by Email Button Trouble

    I have created a form fillable pdf with a Submit by Email button. The problem I am having is that some people I send this to fill out the form, click on the Submit by Email button and nothing happens. It doesn't work at all. Others have no problem with it working. Have you experienced this problem, or can you offer any suggestions how to correct this? I really need for this to work 100% of the time, or I will just need to remove this feature. Any advice is greatly appreciated.

    When it doesn't work, do you know what PDF viewer is being used? It won't work with certain non-Adobe PDF viewers, such as the Preview application on the Mac or Google Chrome browser's built-in PDF viewer. It also may not work even if using Adobe Reader if the client doesn't have a propertly set up email client or the email client is otherwise not compatible. It will never work 100% of the time when sending by email.
    If you want to increase the reliablility significantly, you should look into setting it up so the form submits to a web server. This has the added benefit of being able to be secure without too much trouble, unlike email.

Maybe you are looking for