Adobe Form Email Issue

I have created an Adobe form that has 4 Submit buttons:
mailto:[email protected]?subject=adobe form
(each button is different, of course)
Anyways, when you click on any of the buttons, a box appears to Select Email Client:
Option 1: Desktop Email Application (Choose this option if you currently use an email application such as Microsoft Outlook Express, Microsoft Outlook, Eudora, or Mail.)
Option 2: Internet Email (Choose this option if you currently use an Internet email service such as Yahoo or Microsoft Hotmail. You will then need to save your form and return it manually to [email protected] using your Internet email service.)
I work for a company who utilizes Microsoft Outlook, so I choose Option 1 and click OK and nothing happens. I have used this type of button and form before and the button worked properly - opened a new message in Outlook with the To field and the subject field prepopulated with the information set during design of the form and the form attached as a PDF.
Any suggestions on what I could do next or try to correct this issue because I am not the only one having this problem and the whole company I work for uses this form and it needs to be fixed soon!?!?
Thanks!!!

This has very little to do with Acrobat and very much to do with how email is activated
This is discussed OFTEN over on the Dreamweaver forum, where people make an HTML form with an email submit button... and are not happy when anyone who does not use the right kind of email program is not able to use the form... such as any of the "free" email clients like Yahoo
The usual solution over there (I don't have details, the only user submission form I work with is in a controlled company environment, where everyone MUST use the approved email client) is to set up a server based solution with your own software on the server, so clicking the submit button activates YOUR software, not whatever is on the user's computer

Similar Messages

  • Adobe Forms Barcode Issue

    Hi All,
    I have an issue with barcode in my adobe form ( ASN Delivery Note - SNC ) When printing line items ( in table loop), I want to print barcode for the Product ID and Qty Field below the actual field value.
    So I have modified the form and added the two barcodes and given the same binding as the two fields.  The barcode does appear on the form, however when I scan the barcode its printing the default value which is incorrect, especially I have given the same binding value.
    I am using Adobe LiveCycle Designer 7.1  The fields are in a subform and is positioned.
    I have also used the same barcode top of the form (static data) and that is printing the correct value, when scanned.
    Any help would be appreciated.
    Edited by: Mukesh Gosai on Feb 10, 2009 7:57 PM

    As per my experience, a variable can be binded to only one screen element. If you bind the same variable to multiple screen elements it will not give corect value.
    When I faced this problem, I took a temp. variable and copied the original value to that temp. variable and binded the temp. variable to other screen element.

  • SAP and Adobe Form - Scripting Issues

    Hello experts,
    before i start with the the issue, I would like to describe some functions which we have developed in our adobe form (not interactive Form!).
    We are displaying XHTML Text coming from SAP , in order to load the XTHML into the controls we are calling the following line of code during the initialize event:  
    this.value.exData.loadXML(this.rawValue); 
    We are printing a table which contains 3 position types (SAP DATA)
    Product items
    Groups
    Texts/Pictures (XHTML/Binary Data)
            On each new page a header line shall be printed if the type is product item. This codding is placed inside the layout:ready event:
    data.BODY.HIERARCHY.GS_HIER.DATA.ALTERNATIVE_NODE_TYPE.NODETYPE::ready:layout - (JavaScript, both) 
    var vPage = xfa.layout.page(this); 
    Script.setHeaderline(vPage, this.rawValue, this.parent.FLAG_HEADER_LINE.rawValue); 
    data.BODY.HIERARCHY.GS_HIER.HEADER::ready:layout - (JavaScript, both) 
    var vPage =  xfa.layout.page(this); 
    Script.getHeaderline(vPage); 
    if (Script.gHeader == "X") { 
      this.presence = "visible"; 
    else { 
      this.presence = "hidden"; 
    SCRIPT SECTION: --> 
    var gHeader = "Y"; 
    var level_hier = 5; 
    var new_page; 
    var gPage = 1; 
    arrHeader = new Array(); 
    function setPage(in_page) { 
      gPage = in_page; 
    function getPage(out_page) { 
      out_page = gPage; 
      return out_page; 
    function setHeaderline(in_page, in_nodetype, in_flag_header_line) { 
      if (in_page != gPage) { 
           if (in_nodetype == "1" && in_flag_header_line != "X") { 
                arrHeader[in_page] = "X"; 
      else { 
           arrHeader[in_page] = "N"; 
      gPage = in_page; 
    function getHeaderline(in_page) { 
      gHeader = arrHeader[in_page]; 
    The first functionality was working always pretty good. For making the second functionality available we started calling the Adobe Forms using the Parameter DYNAMIC = 'X'. Unfortunaltey the first functionality is then not working anymore correctly. We have tried to change javascript processing to server side/client side and both, but in the mode DYNAMIC = 'X' it does not have any influence, all javascript is performed at the client and at runtime. The result is that some pdf reader can not see the XTHML texts and we are expierencing some other problems with pictures.
    We need to have both functionalities working at the same time for all readers. I guess this is only possible if the javascript is processed at the server side and the ADS returns a finished/static PDF document.
    Does anyone has an idea how to solve this issue ?
    Thanks a lot,
    Wladimir

    Thanks for the info Juergen. I am still awaiting your blog on secured web services , if you get time please post it.
    @Anil: Please close the thread if the issue is resolved.
    Chintan

  • Adobe form processing issue in portal

    Hi,
    We have one issue on user processing of adobe form in portal
    When user clicked on approve or reject button of HR position form its not completing.
    Its keep on processing till 3o minutes,i mean processing wheel not completing.
    What is reason for this?how to solve this issue?
    << Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>
    Thanks in Advance.
    Yours,
    Bheem.
    Edited by: Rob Burbank on Jan 14, 2011 4:44 PM

    Hi Bheem,
    Please mention the ECC Version, NetWeaver version and SP Level of your SAP system.
    Hope the Approve/Reject button is 'SubmitToSAP' Button of adobe lifecycle designer.
    Thanks & Regards,
    Sanoosh

  • Adobe forms - Email and fax

    Hi,
    Does anyone have any idea about how a adobe form(tcode-SFP) can be sent through email and fax?
    I have created an interest form and have to send it accross to the customer maintained in the customer master when i run transaction code FINT.
    Help will be highly appreciated.
    Regards,
    Rasika
    Moderator Message: There is a seperate forum for Adobe Interactive Forms. Please post your question there.
    Edited by: kishan P on Nov 2, 2010 11:26 AM

    Hi,
    Thanks for reply
    The link u mentioned utilises Objects.. but can we send internet mail using this?
    As we cannot change RECIPIENT TYPE in this case in the object.
    I used this format in the program but the attachment is going to EXpress inbox. and goes to my SAP Inbox instead of Email .
    So what changes we need to do for this.
    Alternatively,  can we use FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' for this purpose?
    Edited by: Rohit Pareek on Feb 3, 2009 3:36 PM

  • Adobe Forms Performence Issue

    Hi Experts,
    We have Adobe Interactive Forms where are using in portals.    2 Days back onwards we have been facing a problem of performence which means when user try to initiate the adobe form, it is taking much time to start and display it.
    What might be the issue ? What to do to recover this problem ?  We restarted the portal and even though the problem persists.
    Regards,
    Jyothi

    Hi,
    If a lot of scripting is being written in the Form, then the performance goes down and it takes time to load the form. It is not only with the case of the Scripting, take a look at the performance acpects in the following link:
    [SAP Interactive Forms by Adobe|http://help.sap.com/saphelp_nw70/helpdata/en/45/1a13bf2c2504a8e10000000a155369/frameset.htm]
    Regards
    Pradeep Goli

  • Adobe form Spacing issue

    Hi ,
    i m working on adobe forms .
    i have develop a adobe form but i m facing some issue regarding horizontal alignment of space.
    its look like thi in edit mode  :
    data : {dat}                                        signature:
    place : {plc}                                       name: {name}
    institute : {ins}                                   designation: {desig}
    but when i go for print preview :
    data : 19.08.2014                                     signature:
    place : pune                                     name: Udit
    institute : VIT                                                              designation: *** manager
    please reply .
    regards,
    Abhay

    Dear Abhay,
         I guess this alignment issue is due to the Text object.
         Text object works good for static text but for dynamic text Text field object is better one.
         Use Text field object to display the dynamic text instead of Text object.
         Regards
         Davis

  • Adobe Form Font Issue

    Hi Friends,
    I am facing issue with adobe form font when in transaction code SFP. While displaying/changing a form (in German/English Language) system is showing error as:
    Font "Arial New (Regular)" is missing; specify a Substitute Font.
    In my system Arial true type fonts are available. Any idea why I am getting this error??
    I cannot change the font as it will impact the layout. The form's original language is German.
    Thanks a lot for help !!
    Regards,
    Praveen

    Hi Praveen,
    Further to this do you have Word 2003 / 2007
    As excplained in the below post there was an issue with fonts and substitutions based on word versions.
    further to this Microsoft has released a Patch to this both the links are below have a go through.
    Issue post.
    http://acrobatusers.com/forum/pdf-creation/problems-arial-font-and-acrobat-pro-9
    Microsoft's patch.
    http://support.microsoft.com/kb/936678
    Cheers,
    Sai

  • Adobe Form Layout Issue

    Hi,
    I have created an interface for an Adobe Form . And i'm using this interface to create an Adobe Form.
    When i click on Layout in Adobe Form , the system is not allowing me to desing the layout , but It is throwing an error message(Informative message).
    The Following is the error message
    Could not start Layout Designer (see long text)
    What might be the reason...? Is this error related to BASIS Settings?
    Thanks & Regards

    Hi,
    ADS needs to be configured properly,
    this is the part of BASIS team.
    regards
    Ramchander rao.K

  • Paypal and Adobe form central Issue

    I hooked up my paypal to the adobe form it's working great, but I can't integrate paypal to stay on my site when completing the transaction. I asked paypal tech support, and they told me "the folks at formcentral will know".. Any suggestions?

    >The form is great and works well, but the last step directs you back to paypal for the final billing
    process. To keep that process on the site directly, I had to upgrade my paypal to a merchant service account.
    Once the user clicks Proceed to Checkout, the whole site gets redirected to PayPal to let the user make his payment there, and then when they are done, the browser will get redirected to FormsCentral and we will show the user the confirmation message.  Actually redirecting the whole site to PayPal is recommended by PayPal since the users will have more confident that they are paying in the real PayPal site. If they see the payment is processed in an iframe, some people will suspect if the server behind that iframe is really PayPal, since they cannot see the iframe URL in the browser's URL field.
    I am sorry that so far we haven't done a really good job to redirect the user back to your own web site after the payment is done. I will send a feature request to our Product Manager for this, but before we can have it implemented, what you can do is to edit your forms confirmation message in Options->Confirmation Message to tell the user how to get back to your web site. I understand it looks awkward, and I apologize for that, but we are trying hard to improve our payment experience.
    I hope this asnwers your question. Please let me know if you need more help.
    Thanks,
    Eman

  • Fillable form email issue

    I have created a fillable form and when the user fills in the fields and hits the email button only the check box fields are captured in the XML. How do I get it to include all data from the form in the XML export?

    That should work yes. Not to say that there isn't anything else that will cause this but it's the typical reason why it happens.
    It shouldn't cause any conflicts in a Mac. At worst, Reader may want to open PDF's by default but they can easily switch that back by highlighting a PDF, choosing File>Get Info>Open with, choosing Preview and clicking "Change all". When I installed Reader, Mac Preview remained the default Reader until I told it to use Reader.
    Mac and Windows users can get the reader at http://get.adobe.com/reader/?promoid=BUIGO. It will detect their OS and give them the correct download.
    One thing, if they decide to keep Preview as their default PDF Reader then they will have to actually open Reader and use File>Open to open PDF's in Reader.

  • Distribute form email issue

    I am not able to change the email address in the TO line in the send form dialog box.  I am hitting a brick wall. Please help. Thank you.
    Thank you

    This is a dialog, that comes up when the form is distributed via Acrobat.
    The To-Adress(es) can be added during the distribution setup.
    See this tutorial (Step 6)
    http://layersmagazine.com/distributing-forms-with-acrobatcom.html
    You can either redistribute the form or you open the Tracker, where you can add new recipients.

  • JSP - Input form - Email Issue

    Good Morning Everyone,
    I have an input form that has 6 input boxes, seperated in 2 groups. Names and Email addresses.
    I am currently attempting to send the input values to the JSP page as an array, which will then be looped emailing each user that i have previously entered from the first page.
    The problem comes if i dont input values in all the forms on the first page i get an error. If it is all filled out then it all goes fine and dandy.
    I have edited the html code down to protext page size.
    HTML page.
    <form action="formname.jsp" method="POST">
    <table>
    <tr><td>
    Name <input type="text" name="name" value=""></td>
    <td>
    Email <input type="text" name="email" value=""></td>
    </tr>
    <tr><td>
    Name 2<input type="text" name="name" value=""></td>
    <td>
    Email 2<input type="text" name="email" value=""></td>
    </tr>
    <tr><td>
    Name 3<input type="text" name="name" value=""></td>
    <td>
    Email 3<input type="text" name="email" value=""></td>
    <td colspan="2">
    <input type="submit" name="submit" value="Select"></td>
    JSP Page
    <body>
    <%@ page import="java.util.*, javax.mail.*, javax.mail.internet.*" %>
    <%
    // define variables and assign values to variables
    String[] nName = request.getParameterValues("name");
    String[] nEmail = request.getParameterValues("email");
    // print by iterating through array
    for(int counter = 0; counter < nName.length; counter++)
    Properties props = new Properties();
    props.put("mail.smtp.host", "localhost");
    Session s = Session.getInstance(props,null);
    MimeMessage message = new MimeMessage(s);
    InternetAddress from = new InternetAddress("[email protected]");
    message.setFrom(from);
    InternetAddress to = new InternetAddress(nEmail[counter]);
    message.addRecipient(Message.RecipientType.TO, to);
    message.setSubject(nName[counter]);
    message.setText("Mail Message Body!");
    Transport.send(message);
    %>
    <p align="center">The Message has been sent.</p>
    </body>
    Edited Error Code
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Illegal address
    ~~
    root cause
    javax.mail.internet.AddressException: Illegal address in string ``''
    <end>
    So the above error message happens if i dont put data in all of the input forms, but if i do it has no error. The mail will get sent to the addresses i have specified but will come up with an error if only one is inputed with a name.
    Also how would i also add a html email to this, instead of plain text.
    Thanks!

    Edited :(
    Good Morning Everyone,
    I have an input form that has 6 input boxes, seperated in 2 groups. Names and Email addresses.
    I am currently attempting to send the input values to the JSP page as an array, which will then be looped emailing each user that i have previously entered from the first page.
    The problem comes if i dont input values in all the forms on the first page i get an error. If it is all filled out then it all goes fine and dandy.
    I have edited the html code down to protext page size.
    HTML page.
    <form action="formname.jsp" method="POST">
    <table>
    <tr><td>
    Name <input type="text" name="name" value=""></td>
    <td>
    Email <input type="text" name="email" value=""></td>
    </tr>
    <tr><td>
    Name 2<input type="text" name="name" value=""></td>
    <td>
    Email 2<input type="text" name="email" value=""></td>
    </tr>
    <tr><td>
    Name 3<input type="text" name="name" value=""></td>
    <td>
    Email 3<input type="text" name="email" value=""></td>
    <td  colspan="2">
      <input type="submit" name="submit" value="Select"></td>JSP Page
    <body>
    <%@ page import="java.util.*, javax.mail.*, javax.mail.internet.*" %>
    <%
    // define variables and assign values to variables
    String[] nName = request.getParameterValues("name");
    String[] nEmail = request.getParameterValues("email");
    // print by iterating through array
    for(int counter = 0; counter < nName.length; counter++)
      Properties props = new Properties();
      props.put("mail.smtp.host", "localhost");
      Session s = Session.getInstance(props,null);
      MimeMessage message = new MimeMessage(s);
      InternetAddress from = new InternetAddress("[email protected]");
      message.setFrom(from);
      InternetAddress to = new InternetAddress(nEmail[counter]);
      message.addRecipient(Message.RecipientType.TO, to);
      message.setSubject(nName[counter]);
      message.setText("Mail Message Body!");
      Transport.send(message);
    %>
    <p align="center">The Message has been sent.</p>
    </body> Edited Error Code
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Illegal address
    ~~
    root cause
    javax.mail.internet.AddressException: Illegal address in string ``''
    <end>So the above error message happens if i dont put data in all of the input forms, but if i do it has no error. The mail will get sent to the addresses i have specified but will come up with an error if only one is inputed with a name.
    Also how would i also add a html email to this, instead of plain text.
    Thanks!

  • 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.

  • Adobe form Through Email

    Hello Gurus,
    My requirement is to send the Adobe form via Email as attachment.
    Am using FM "FP_JOB_OPEN", Generated Adobe Form FM and FP_JOB_CLOSE.
    Here, am getting PDF format in "FPFORMOUTPUT-PDF".
    As "FPFORMOUTPUT-PDF"  is in format of xstring, We need to convert it to Binary and for this am using FM "SCMS_XSTRING_TO_BINARY". 
    Code:
    data: li_att_content_hex type standard table of x.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
      EXPORTING
        BUFFER     = FPFORMOUTPUT-pdf
      TABLES
        BINARY_TAB = li_att_content_hex.
    Later, am using the FM "SO_NEW_DOCUMENT_ATT_SEND_API1" to send a mail.
    As a result am getting the mail with attachment as PDF but when I try to open the attachment it gives me an error as "It wasn't correctly decoded".
    Please, Let me know about this issue.
    Thanks in advance.
    Regards,
    Usha

    hi,
    Refer to this link..
    Re: Attachment in ADOBE form

Maybe you are looking for