Help with making an Email Submit button on a form!

Im making a form using livecycle for the first time.
Im trying to put on it a email submit button - i used email submit field and made the button. Then in the Objects Palette, in the box that says email address i put in the email address that i want it to be sent to. I then tried to email the form, and i received an email, but the attachment was just a bunch of codes, not the form. I want the email to come through with the PDF form.
I searched on help and this is what i found:
3.
In the Control Type area, select Submit. Data will be submitted according to the settings in the Submit tab.
4.
Click the Submit tab and type the URL protocol in the Submit to URL box.
To
Use this URL protocol
Example
Submit the package to an ftp site
ftp
ftp://ftp.gnu.org/gnu/GPL
Submit the package to a web server
http
http://myserver/cgi-bin/
Submit the package to a secure web server
https
https://myserver/cgi-bin/
Submit the package to an email address
mailto
mailto:[email protected]
5.
Select PDF from the Submit As list.
I cant find where to change these options - can someone help?
Thanks!

Hi,
The issue is that if the form is not Reader Enabled, then users with Reader cannot submit the form as a PDF.
They can submit it as an XML file and then you would re-import this back into the form on receipt. It is an extra step, but it does have the advantage that the data being submitted as an XML file is very small.
If you really need/want the form to be submitted as a PDF AND your users have Reader, then the form will have to be Reader Enabled.
There are two options:
Reader Enable using Acrobat Standard (version 9) or Acrobat Professional (version 8). This will give certain rights, like the ability for users with Reader to save the form and for the form to be submitted as a PDF. However there are licensing restrictions, see EULA.
The other option is to Reader Enable the form using LiveCycle Reader Extensions ES2. This is a server product, which entails additional cost and a cost to Reader Enable each form. It is intended for processing large volumes of forms/large volumes of data.
There is a summary here:
http://assure.ly/gYyYc2
So there are a couple of options.
Form NOT Reader Enabled:
Users cannot save the data they input.
Data must be submitted as an XML file and processed on receipt.
Form IS Reader Enabled:
Users can save the data they input.
Data can be submitted as a PDF (or XML file).
Hope that helps,
Niall
Assure Dynamics

Similar Messages

  • Help with a JavaScript email submit button taking word null out if blank

         First of all I dont know much about java, but I wanted to create a submit button and I did alot of research.  I want a button that will email some pdf files I have created in LiveCycle.  So far everyting works but my code needs help.
         There are a few fields I want to be place in the body of the e-mail, but if left blank I dont want null to apear on the email subject or body.
    Here is what I have so far *this is a work around, but it not very good.
    strSubject= "Account "+DropDownList1.rawValue+" For: " +last.rawValue +", " +first.rawValue +" " +mi.rawValue;
    if (mi.rawValue ==null || mi.rawValue =="")strSubject = "Account "+DropDownList1.rawValue+" For: " +last.rawValue +", " +first.rawValue;
         The 4 fields am working on are First name, last name, Mi and comments.  First and last are alwasy used, but if MI is not I dont want Null in there, with what I have above it works but its messy.  I wanted to do the same with Comments if its left blank I like for it to read "Comments: None" not null
    On the If statement I just re did the whole deal with out the  mi.rawvalue but i now that is not right way... any help would be great.
    Thanks

    May be you can try like below..
    var strDropDownListValue,strFirstName, strLastName, strMI
    if(DropDownList1.rawValue == null || DropDownList1.rawValue == "")
           strDropDownListValue = "";
    else
         strDropDownListValue = DropDownList1.rawValue;
    if(first.rawValue == null || first.rawValue == "")
    strFirstName = "";
    else
         strFirstName = first.rawValue;
    if(mi.rawValue == null || mi.rawValue == "")
         strMI = "";
    else
         strMI = mi.rawValue;
    if(last.rawValue == null || last.rawValue == "")
         strLastName = "";
    else
         strLastName = last.rawValue;
    strSubject = "Account "+ strDropDownListValue +" For: " + strLastName +", " + strFirstName +" " + strMI;
    Thanks
    Srini

  • Problem with Email Submit Button in  Interactive Form

    Hi All,
    I am using EMail Submit Button in InteractiveForm.
    At run time when i click on this button then it is sending this pdf file in the form of .xml file at given Email address but i want to send pdf format only.
    Can anyone help me how to solve the issue.
    Thanks & Regards
    Dinesh Kumar

    Hi,
    Try doing the following
    try using the simple 'Button'. In the button's object properties, in the tab named 'field', select 'Control Type: submit'.
    Then, in the 'submit' tab in the object properties, choose PDF in the 'submit format' dropdown field.
    In the 'submit to URL field' type:
    mailto:nameataddress.com?subject=mySubject&body=Done
    You may need to adjust the e-mail address, subject and body text.
    Regards
    Ayyapparaj

  • Email submit Button issues on form

    I am having an issue with attempting to generate email with a button in my form.  I had created one some time ago (using Acrobat PRO 9-Live Cycle) and the button generating email to a specific person seemed to be functioning properly.  I now had a person tell me that the usual person was not receiving his email.  When taking a closer look (I am now using Acrobat X) at the same form, the email function worked appropriately for me and went to the appropriate person.
    Now, however, when  I took that same form into designer to make some additions and continue looking at the button, I wrote out a new version of the form and the very same button does not function the same way.  Previously, a pop-up would appear and you could choose your normal e-mail or internet email and then, when choosing your normal method of email, a new email message would appear(which you could edit) and it would be directed to the person that was specified on your button properties SUBMIT tab as the SUBMIT TO URL.  
    Now when I look at my new form at the same button(generated from the original), I can't even locate a SUBMIT tab for the same exact button.  What happens when I click it is a pop-up that says it is sending the form to a totally different e-mail address (that I experimented with at some time in the past.   When I look at all the event scripts associated with that button, I now see a java script associated with it that refers to this other email.  Even when I change this email inside the code, the button still comes up with a pop-up that announces it will be sent to the original address (which I changed in the script).
    I tried to creat a brand new "email submit" button using that new object type, but it is still defaulting to that erroneous address and I am not seeing where to change it?
    I know there must be some behnd the scenes goings on that I just am not familiar with.......Would this email be stored elsewhere?....have the tabs changed for buttons, but then why can I still see that property on my original form?.......is there a better approach?.......help?!!!
    May or not be related.....I also added a print button and that does not function either, but no pop-up or warning there. I did not have one on this form previously.
    Thanks in advance!

    I discovered George Johnson's post on changing identity at EDIT->PREF->ID->EMAIL ADDRESS which answered one of my questions, but I still not sure about the other behaviours that I mentioned.

  • Little help with making an email form.

    can any of you lovely, lovely people point me in the
    direction of a good Dreamweaver CS3 tutorial on how to make an
    email form. Preferably one with a "conform email address" text
    field.
    Thanks all!
    P.S. I have tried looking.

    There is god general training available at www.lynda.com .
    Its $25 a month for online video viewing. The title is called
    Dreamweaver CS3 - Beyond the Basics.
    I also would recommend a free form mail solution like
    www.tectite.com which I have used before. It is more powerful that
    the spry widget in dreamweaver, but is on the server side and not
    the user application side.

  • Email Submit Button

    I need to email a PDF form to any person I want to. But when you add the Email Submit Button to the form it requires you to enter an email address. What if the email address is different every time? Is there a way to add an Email button so when the form user clicks on the Email button it brings up Microsoft Outlook and you can type in any email address that you want?

    You need to have an email submit button that, when clicked, sends the email.. but you can set properties of that button and trigger it from another button. So hide EmailSubmitButton1 (or whatever it's called), create a new button, and add script like this:
    // Set whatever address you like in the mailto: line
    EmailSubmitButton1.resolveNode("#event.submit").setAttribute("mailto:[email protected]?subject=h i there", "target");
    EmailSubmitButton1.execEvent("click");
    This finds the submit button's submit node and sets it's target property to whatever you specify, and then clicks it.
    Steve Tibbett, Developer
    Adobe Systems

  • Email submit button doesn't work with Thunderbird

    I created a LiveCycle (v8.2.1) form with the email submit button. Works fine if the sender is using Outlook. If their using Thunderbird, it does not. I installed Thunderbird on my system (normally I use Outlook) and set Control Panel/Internet Options/Programs email to use Mozilla Thunderbird as the email program. When I click the Email button on my LiveCycle PDF form, I get a message telling me: Select an Email Client. The "Desktop Email Application" radio button is checked and that should be fine; the explanation for this button indicates that it should be checked "if you currently use an email application such as Microsoft Outlook Express, Microsoft Outlook, Eudora, or Mail.". I leave that checked, since I am using an email application and click OK. After 20-30 seconds, I get a message with the title bar: Microsoft Office Outlook "A program is trying to access e-mail address information stored in Outlook..." Allow|Deny|Help. I click Deny. After a minute or so, an Outlook "New" email window appears with the appropriate information from my LiveCycle PDF form. Right content, wrong email client. Since Thunderbird is my "default" email application, where is LiveCycle coming up with Outlook? What do my customers do who don't use Outlook?
    I hope someone has a good solution.
    Thanks.

    When you click the submit button, do you get a window that has the title "Select Email Client"and has the options of "Desktop Email Application" and "Internet Email"? If not, does anything at all happen?
    Note that Mac users must have Acrobat or Reader installed and be viewing the PDF in Acrobat or Reader for it to work. Many (most?) Mac users have the Preview Application as their default PDF viewer, and it does not support many interactive features such as form submissions. Although some third-party PDF viewers for Windows support form submissions, many do not.
    For those that do not use PDF viewers that support form submissions, they will have to manually attach the document to an email message.

  • Email submit button(s) help

    I have a 5 page form and I need each page to go to a different email adress.  I have put a different email submit button on each page, but is there a way to script the button to only send the current page and not any of the others?  Or have one main email submit button that sends each page to a different email address?  I am new to Adobe LiveCycle Designer ES, but I have a (VB) programming background, so it seems like it should be possible with code  Thanks
    Adobe LiveCycle Designer ES ver 8.2

    Hi,
    The submit by email function will attach the complete form to the email. It cannot (afaik) split a form into five different PDFs.
    However there are workarounds.
    If you save the form as a Dynamic XML form in the save as dialog, then you can show and hide pages.
    Here is an example of a form that changes the presence property of pages, depending on the choice selected from the dropdown.
    http://www.assuredynamics.com/index.php/category/portfolio/showing-and-hiding-pages/
    When it comes to something like this it is helpful to split the script. The mouseUp event fires before the click event.
    For example for the email button on page 1, you can modify the script in the example to hide each of the pages 2-5 in the mouseUp event and then in the click event have the email script. In the postSubmit event you could have script to show all the pages again.
    A word of caution - if the user has Reader then the form needs to be Reader Enabled, otherwise the submit as PDF will fail silently.
    Hope that helps,
    Niall
    Assure Dynamics

  • Customise the email submit button with custom email, cc, bcc, subject and body - almost working!!

    Hi
    I have been working on trying to customise the email submit button to custom entry email address, cc, bcc, subject etc etc
    You can use the pre-submit function on the email button
    I am using the following code:
    this.event__click.resolveNode("#submit").format = formatlist.rawValue;
    this.event__click.resolveNode("#submit").target = "mailto:"+customemail.rawValue+"?subject="+subject.rawValue+"&cc="+cc.rawValue+"&bcc="+bcc.rawValue+"&body="+body.rawValue;
    THis is picking up values from a dropdown and a series of text boxes the values of each area.
    This works beautifully except for the subject area. For some reason teh subject area copies the entire srting from the subject onwards, all other areas (cc & bcc & body) all only copy the value assigned to its function.
    Any thoughts
    Feels like a bug in the coding but it may also be intentional.
    Thanks

    I believe that there was a bug logged for this issue, here is a workaround.
    Add a regular button to the form used to execute the EmailSubmit button  (you can make the EmailSubmit button invisible)
    On the click event of the "newly added" regular button add your script
    NameOfEmailSubmitButton.event__click.resolveNode("#submit").target = "mailto:"+customemail.rawValue+"?subject="+subject.rawValue+"&cc="+cc.rawValue+"&bcc="+bcc.rawValue+"&body="+body.rawValue;
    NameOfEmailSubmitButton.execEvent("click");

  • I want to have users submit the form in PDF format but it doesn't work using the email submit button

    Hi all,
    I have a form that I want to be returned to a specific email address as a PDF File. This is so that reservations people can open the pdf, and extract the information from it. Keeping it as a PDF will allow them to easily read and use the form.
    When I use the "Add and Email Submit button" approach, as outlined in the "How to" area, everything works fine, except that the format of the submitted file is in xml, not Pdf which is what I need it in.
    I then tried adding a Button to the document from the Library, and set it's "Control Type" to "Submit". This provided me with the submit sub-tab, where I set the "Submit Format" to PDF. In the "Submit to Url", I entered the following - "mailto:[email protected]" (without the quotes)
    The first approach works, but is not in the PDF format that I need (I believe).
    The second approach keeps giving the following error when one selects the submit button - "This operation is not permitted".
    We use Lotus Notes (yes, I know...not my favorite either, and it may be the problem here).
    Any help that might be provided is greatly appreciated!!
    Rob

    Thanks, but, using the "free" version of Reader, there is no opportunity to open nor import the xml data - the menu options do not exist - there is no import listed.
    If we try to open the xml file directly, then we get an error - something to the effect of "unsupported file type, or the file is corrupted".
    I just noticed in my Pro version that there is the command File ->Form Data ->Import Data to Form... command. Is this what you are referring to?
    What do you recommend? Perhaps the easiest thing to do would be to purchase a few copies of Acrobat Pro for the reservations people to use? I was hoping that the free version of reader would do it, but perhaps not?
    Thanks again,
    Rob

  • ADOBE LiveCycle Designer 8 - EMAIL SUBMIT BUTTON DOES NOT WORK

    I created a new form in Adobe LiveCycle Designer 8, but the email submit button, nor a regular button assigned with a 'submit' function will do anything. It should initiate a new Outlook email but it does not. My default programs are set correctly (default email program and the default "mailto" program are set to Outlook). This document was created not only with ALC8, but on a Windows Vista PC with MS Office 2007. I ran a test to see if it would work on a WinXP SP2 machine with Office 2003 and it still did not work.
    Can anyone help?

    Alan
    Though not an expert, I've created a few forms with the Submit by Email button. If you've already done this then sorry for asking, but did you go through the Acrobat Distribution (Forms>Distribute Forms)process after creating the form in LC8? As far as I can tell the email submit button doesn't work without this stage.
    This confirms the email submission address, then sets up a dataset to be saved in a location of your choice.
    filename_dataset_0001.pdf
    then a file type that can be edited, saved and submitted by Reader users:
    filename_pub_0001.pdf
    You can save this to your intranet server or email direct to the recipient.
    When the submit button is then used you receive a copy of the whole form which on opening will prompt you to add it to the dataset. Receiving and adding multiple forms to the data set is straightforward. You will see them all listed in the viewer above the form itself. From here you can also then select and export the data to Excel via xml or as a csv file.
    Note that any changes you make to the form should be to the original document and the distribution process repeated, otherwise the functionality of the form will be affected.
    That's about the limit of my knowledge I'm afraid, therefore if you have already tried this and are still having problems then hopefully someone else can help out.
    Regards

  • Email submit button issue

    Hi Guys,
    I have designed few forms recently and i am fairly new to livecyle, I have actually 2 issues, bit odd and i have tried to be as much discriptive as i can.
    email submit button on all my forms works but it sends email to one perticular address and not to one that i programmed it to.
    I.e. Form 1 - email to  [email protected] - when i press submit button it will send email to [email protected]
    Form 2 - email to [email protected] - when i press submit button it will send email to [email protected]
    Form 3 - email to [email protected] - when submit button is pressed it sends email to [email protected]
    Now when i use this button on actual form it sends email to right addresse but it is obviously in XML format and wouldnt work for us, when i use button on distributed copy of the form (created via distribute form button) it sends email to wrong addresse in PDF formate (which is the formate we like).
    Also whatever i put in Email Subject box - it will always put "submitting completed form" in the email subject line.
    Not sure if it makes any different but we use outlook and i have tried this from several pcs.
    I think i have cheked and rechecked everything and can't fix it, any help would be great.
    Process i use to create this button is - Insert >standard>email submit, i will then put desired email address and email subject in relevant fields under Object pellette.
    Thanks,
    H

    There are two ways to set the adress in LiveCycle I know:
    1st is with the button itself, second is with Javascript/Formcalc.
    If I got you right and you have 3 different forms you could search for the [email protected] adress in the xml's and exchange it there or check out where the form gains the mail adress from. It's the easiest method to get rid of something you are not that sure where it is located in the form but know what it does ;D . (I had some similar problem since I overtook forms of someone else.)
    Did you check this thread out? http://forums.adobe.com/thread/462681?tstart=0
    Paul gave an example there how to deal with the various things on mail buttons.
    Edit: PS: On which event did you script it? Normally you can't script on the mail button itself so you need a fake button like Paul said.
    I'm also not good with Reader Extensions, since I can't experiment with those sry

  • Email Submit Button - Crash (Not severe)

    To reproduce:
    1. Create a new blank form. Select Next.
    2. Select Defaults. Select Next.
    3. Select any Return Method (E.g. Print) Select Next.
    4. Select Finish to start.
    5. Insert an Email Submit Button.
    6. Leave the Email Address and Subject fields blank.
    7. On the click event for example, type a code (e.g. app.fullscreen = true;)
    8. Going back to the email field type an email address or subject.
    9. Designer wouldn't be able to catch the error and crash.
    This bug report is tagged as not severe since users can circumvent by simply avoiding this sequence. Note that other similar actions may trigger this event.

    Alan
    Though not an expert, I've created a few forms with the Submit by Email button. If you've already done this then sorry for asking, but did you go through the Acrobat Distribution (Forms>Distribute Forms)process after creating the form in LC8? As far as I can tell the email submit button doesn't work without this stage.
    This confirms the email submission address, then sets up a dataset to be saved in a location of your choice.
    filename_dataset_0001.pdf
    then a file type that can be edited, saved and submitted by Reader users:
    filename_pub_0001.pdf
    You can save this to your intranet server or email direct to the recipient.
    When the submit button is then used you receive a copy of the whole form which on opening will prompt you to add it to the dataset. Receiving and adding multiple forms to the data set is straightforward. You will see them all listed in the viewer above the form itself. From here you can also then select and export the data to Excel via xml or as a csv file.
    Note that any changes you make to the form should be to the original document and the distribution process repeated, otherwise the functionality of the form will be affected.
    That's about the limit of my knowledge I'm afraid, therefore if you have already tried this and are still having problems then hopefully someone else can help out.
    Regards

  • Email submit button concatenate subject and body

    Hello Expert,
    I'm trying to modify what the body of the email will look like once the user has pressed an email submit button. In Livecycle designer, I clicked on the button and viewed java script code
    this.resolveNode("#event.#submit").target = "mailto:"+$record.XXXXXX.MAIL_ID.value+"?subject ="+" Subject line "+"&body="+"Body of the mail";
    Whenever i click the button its conacatenate the subject line with -- " Subject line &body body of the mail ".
    My requirement is to change the body of the mail. Can anyone help me on this issue.

    Hi Abdul,
    Try this. Create a regular button and in the click event put this script.
    var mail;
    var add = mailAddress.rawValue; // the to mail address you want.
    var msg = "Sample message"; // This is the body of the mail Customize it as per need by fetching value from different fields
    var sub = "Sample Subject"; // This is the subject of the mail.
    event.target.mailDoc({
              bUI: true,
              cTo: add,
              cCc: '',
              cBcc: '',
              cSubject: sub,
              cMsg: msg
    Thanks,
    Bibhu.

  • Email submit button using drop down boxes, cc field and

    I have a form that I would like to have the employees use a drop down box that already exists on the form with names and email addresses and use those names in the to field of an email submit button.  Also, I do have a static cc: address in teh cc field and for the subject of the email to use  an existing field such as the name field as the subject of the email and attach the form to it.

    I tried that but it  does not seem to be working.  I am a JavaScript Novice.  I am trying  to use the mailto field based on email addresses in a dropdown box, a static cc field like cc: [email protected] and for the subject to be based on the company name field on the form.  But before all of that I want to make sure all the required fields are filled out.  help I have been working on this for over a year.  It may seem simple but it's not working.

Maybe you are looking for