Change subject line of email when submitting a form using Acrobat X Pro

I have created an interactive PDF in Acrobat X PRO with a submit a form button. Everything works fine all the way through distribution except that I need the Subject Line of the submitted form when attached to an email to read "Form Returned: File Name" rather than "Submitting Completed Form". All of my past forms had the "Form Returned: File Name" subject line automatically...did something change and is it possible to change the subject line? Any help would be much appreciated.

Thank you for your reply. I had actually come across that form on multiple occasions during my research. Looks like I need the doc.mailDoc() function, but there isn't an example of the code. Looking in other places I have tried a few things unsuccessfully. I did find this, which I thought would be even better than Form Returned: File Name in the subject line...actually taking information from fields in the form:
// Build the subject line text from several fields form fields
var subj_text = getField("text1").valueAsString;
subj_text += getField("text2").valueAsString;
subj_text += getField("text3").valueAsString;
// Send the email
mailDoc({
    cTo: "[email protected]",
    cSubject: subj_text,
    cMsg: "Body of email message goes here."
I entered the script(adding in my own information for the email, body and subject line) by adding an action to the button to run the java script but it did not work. Any ideas??

Similar Messages

  • PDF form not populating Subject line in email when submitted in Google Chrome browser

    Google Chrome doesn’t seem to work, but all other browser do.  In Chrome the subject line and location populate the CC: and BCC: fields in email client and not the subject line? 
    My current javascript is:
    if (email != "")
                    this.mailDoc({bUI:false,cTo:email,cSubject:location,cMsg:"Completed Employee Appointment Request Attached"});
    *I'm sure something can be added or fixed to resolve this so it will work in all browsers.  It is important to me that it work well in IE, Chrome, Firefox, and Safari.  The big four browsers anyways.
    Sample image of issue:  Basically user is forced to delete bcc: and then click send.    Thus no subject line.  Which means a manual move to location folder from inbox will be necessary, because I have rule setup to sort the inbox based on subject line.

    My final solution was to post the form and offer a link to dowload/install Adobe Reader and to also offer a link for Chrome users.
    * I will continue to look for a better solution, but at least the above is functioning.
    **I also set my bUI to true.
    Many thanks, Tim
    P.S.  I did report this to Google Chrome, heard nothing yet.  Also if you think of a better solution let me know.  I'm not familiar with javascript........I have a better understanding of HTML.......if this were HTML I would have done the below.
    <html>
    <body>
    <script type="text/javascript">
    alert("this is an alert");
    function go() {
                    alert("Hi");
                    var location = document.getElementById("location").value;
                    //console.println("location: = " + location);
                    var email = "";
                    email = "[email protected]";
                    if (location == "Select a location")
                                                    alert("You need to select a location first");
                    else if (location == "Other")
                                    email = "[email protected]";
                    if (email != "")
                                    //this.mailDoc({bUI:true,cTo:email,cSubject:location,cMsg:"Completed Employee Appointment Request Attached"});
                                                    window.open('mailto:' + email + '?subject=' + encodeURIComponent(location));
    </script>
                    This is a test
                    <input type="text" id="location" value="Select a location">
                    <input type="button" value="submit" onclick="go()">
    </body>
    </html>

  • Change subject line of Email sent through "spool recipient functionality".

    A batch job creates a spool, which is send through Email using spool recipient functionality. The subject line of the Email is as follows
    "Job<job name>, Step <step no.>".
    Is it possible to change the subject line of the Email?
    Any pointers on this would be highly appreciated.

    check the program name for job.
    If the program is Custom program(starting with Z or Y)  then you can easily change subject line of email.
    If it is standard program then we have to look for alter path.
    Edited by: subas  Bose on Feb 18, 2010 6:54 PM
    Edited by: subas  Bose on Feb 18, 2010 6:55 PM

  • Change Subject Line of Email!!!

    Hi all,
               Can anyone please tell me if it is possible to change the subject line of email.
    IF it is possible then can you please send me a code snippet as to how to change it from a BAdi.
    Kindly reply immediately as this is bit urgent.
    Regards,
    Vijay

    Hi,
    Where do you want to change?
    Regards,
    Raj

  • Why can't I see the text I enter when testing a fillable form using Acrobat 9 Pro?

    I created a fillable pdf using Acrobat 9 Pro.  I have done this several times over the last two years with no problems. Recently, when I tested my fields by typing in text, it didn't show up.  Out of sheer frustration I just typed a staggering amount of letters and suddenly I could see a couple of letters, but they were chopped off at the top, and no where near the bottom of the field where they should be. What is going on?

    I know!!!    This is so frustrating.  I have attached the document.
    Maybe you can try to type in it and see.  I used the default font, but I
    did change the size from "varies" to "10 pt."
    I appreciate your willingness to troubleshoot for me!  Thank you!
    On Fri, Aug 22, 2014 at 11:25 AM, George Johnson <[email protected]>

  • WL 8.1 BEA-101083 error when submitting a form using javascript (IE only)

    Hello,
    I have a JSP page that is submitting a form with javascript document.form.submit()
    after checking the validity of form element values, but I randomly get a BEA-101083
    error. The jsp page has worked fine for several year in IPlanet, and Sun One
    7 application server, but when ported over to WebLogic 8.1 SP2 the error manifests
    itself. Basically, when user submits the form, the next page is displayed with
    null values, and soon after the following stack trace appears in the server log.
    This error only occurs when the client browser is IE, Netscape works fine.
    Thanks,
    -Colin
    <WLS Kernel>> <> <BEA-101083> <Connection failure.
    java.io.IOException: A complete message could not be read on socket: 'weblogic.servlet.internal.MuxableSocketHTTP@9bb9300
    - idle tim
    eout: '30000' ms, socket timeout: '30000' ms', in the configured timeout period
    of '60' secs
    at weblogic.socket.SocketMuxer$TimeoutTrigger.trigger(Lweblogic.time.common.Schedulable;)V(SocketMuxer.java:775)
    at weblogic.time.common.internal.ScheduledTrigger.run()Ljava.lang.Object;(ScheduledTrigger.java:243)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.Privil
    egedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.a
    cl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:118)
    at weblogic.time.common.internal.ScheduledTrigger.executeLocally()V(ScheduledTrigger.java:229)
    at weblogic.time.common.internal.ScheduledTrigger.execute(Lweblogic.kernel.ExecuteThread;)V(ScheduledTrigger.java:223)
    at weblogic.time.server.ScheduledTrigger.execute(Lweblogic.kernel.ExecuteThread;)V(ScheduledTrigger.java:50)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:170)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)

    Checkboxes only submit a value when they are "on"
    They submit nothing if they are not selected.
    The problem comes - do you interpret no checkbox values as "clear all values" or "leave the values alone"? Struts assumes the latter.
    Your form is probably being kept in session?
    Try implementing the reset() method of your action form and set its property to be equivalent to no checkboxes selected.

  • Multiple emails when submitting a form?

    Does anyone know whether or not you can have a form submit to multiple email address' when you submit a form? Especially when you distribute the form.
    Thanks in advance

    The usual suggestion is to set up an email alias (on your email server) that causes a received message to be sent to several users. There is no reliable means of specifying more than one email address when using the mailto scheme. It's unreliable enough as-is.
    George

  • Abbreviate long subject lines in email messages by following RFC 2919

    The subject lines in email are ridiculously long due to the added forum
    identification and other non-content. Especially if threads originate by
    people like me who believe subjects should cover the actual content of
    the message.
    The smart way to add the forum identification information is to use the
    standard way from RFC 2919: http://www.ietf.org/rfc/rfc2919.txt
    This allows you to embed additional information in email headers where
    MUAs can act upon them, without cluttering up the screen for the human
    reader. And you could even embed additional information such as a URL to
    report abuse, to unsubscribe etc.
    Jochem
    Jochem van Dieten
    http://jochem.vandieten.net/

    I apologize for responding in the wrong thread, but I am finding that I simply cannot take the time to process the current structure of the forums.
    After deleting the almost 400 Premiere and  Encore emails from about 2 days (almost all unread), I found today that the structure of the emails changed so that the content of the message is first (shows up nicely in Outlook reading pane), the link to the item is still convenient, and much of the unnecessary stuff is gone.  A step in the right direction.
    I'm sure the subject line is a bigger problem to fix, since it is being used to track, but I have still not found a way to avoid lots of separate groups.  I just found (should have thought of it before), that if I don't group them at all, just list the messages and then sort by subject, I get a passable list.  However, the unique code per item is not always in the correct (time) order.

  • How to increase the length of the subject line in email using FM

    Hi
    we have maintained 50 characters for the subject line initially, but some subjects are having more than 50 characters. how can we increase the length of the subject line in email.
    urgent.
    points will be rewarded generousely.

    Hi Rana,
    In this case, you have to create a user defined field of required length under Journal Transactions Header to fill the data.
    Regards,
    Vijay Kumar
    SAP Business One Forums Team

  • Change enctype when submitting a form

    Hi,
    Can anyone please let me know if its possible to change the enctype when submitting a form. I am trying to change the enctype to "multipart/form-data" when upload is clicked, else i want it to be the default.....
    function OnSubmitForm(myform)
    alert('document.pressed : ' + document.pressed );
    if(document.pressed == 'Upload')
    myform.enctype="multipart/form-data";
    alert('enctype: ' + myform.enctype);
    else
    alert('enctype: ' + myform.enctype);
    return true;
    }

    The JavaScript property is encoding (not enctype). The JavaScript encoding form property corresponds to the html enctype form attribute. So the code should be:
    function OnSubmitForm(myform)
    alert('document.pressed : ' + document.pressed );
    if(document.pressed == 'Upload')
    myform.encoding="multipart/form-data";
    alert('enctype: ' + myform.encoding);
    else
    alert('enctype: ' + myform.encoding);
    return true;
    }

  • Change name that shows up when submitting app store reviews

    How do I change the name that displays when submitting app store reviews (e.g. reviews for apps)? I can't find anywhere to do it!

    iTunes>Store>View My Account>4th box down>Edit Nickname...what do you show there, if anything? Also, are you postive the name being shown is not associated with your account or used with the account to obtain that app?

  • Changing Subject while testing Email replies

    This is just a test of the change in the email notifications where they, thankfully, removed unique identifiers from the Subject header.
    In this test, I will:
    Create the original post in the Web forum.
    Reply via email.
    Change the subject in the Web forum.
    Reply to that changed subject via the Web forum.
    Reply to that changed subject via email.
    Reply to the last email reply via the Web forum.
    In these tests, Mark_A_Boyd is the Web forum user and Mark A. Boyd is the email user.
    Mark_A_Boyd

    Don't know why I didn't think of this earlier.
    7. Change the subject in an email reply.
    This email reply has the following subject:
    New Subject from Email [WAS: Changing Subject while testing
    Email replies]
    Mark A. Boyd
    Keep-On-Learnin'
    Mark_A_Boyd wrote the following:
    This is just a test of the change in the email notifications where they, thankfully, removed unique identifiers from the Subject header.
    In this test, I will:
    1. Create the original post in the Web forum.
    2. Reply via email.
    3. Change the subject in the Web forum.
    4. Reply to that changed subject via the Web forum.
    5. Reply to that changed subject via email.
    6. Reply to the last email reply via the Web forum.
    In these tests, Mark_A_Boyd is the Web forum user and Mark A. Boyd is the email user.

  • My e-mail subject line is repeated when I try to open an e-mail

    My e-mail subject line is repeated when I try to open an e-mail, so I have to open this line too, before I can read my e-mail. It takes up alot of space & means I have to do another unnecessary thing for EVERY e -mail ! Then I have to CLOSE it twice to get out! What is happening?

    I am having the exact same problem with my Macbook Pro, all of a sudden the password started rejecting and I cannot use that gmail account.  This appears to be a bug.  The quick fix was to set up another gmail account and forward the mail from the old gmail account to the new gmail account that works with the IMAP service.  This way the mail from the gmail account with the rejected password will still come through and appear in MAIL.

  • State service error when submitting InfoPath form to Library

    I have a problem and looks like Google couldn't help me.. I really hope someone here will be able to.
    I have a Form Library using a custom form. When submitting the form to the library, users are getting this error. I don't get the error with my own user, only difference is I have full access to the farm and content using web app policy.
    ULS logs give me few informations
    SharePoint Server
    State Service
    bm1k
    Medium
    StateSqlSession.GetItemBytesInternal() Locked row in database for key ba18f90ee2e844468b08e90ad96dff2c_05967b71a21948d39b7d4d3ada9b27c9 for 4 seconds
    SharePoint Server
    State Service
    bm0t
    Unexpected
    StateManager.GetState() Locked data (05967b71-a219-48d3-9b7d-4d3ada9b27c9)
    InfoPath Forms Services
    Runtime - State Service
    b5st
    Medium
    MOSS StateService threw an exception: A Microsoft SharePoint Server State Service error occurred while processing your request. For more information, contact your server farm administrator.
    I deleted the State Service and recreated it twice, once with PowerShell and then with the Farm Configuration wizard. Restarted the server. Problem might come from InfoPath Forms Services tho but I don't what else I can do.
    Does anyone have any clue??
    JP Berube | MCTS SharePoint 2010 Configuration and Application Development

    Hi,
    We had the same problem with InfoPath.
    After analysis of servers,it turns out that
    the anonymous user authentication has been enabled on
    the web application server
    via IIS and not via SharePoint
    (unsupported configuration), causing
    side-effects on some queries which
    calls to forms.
    We disabled anonymous access.This desactivation
    causes the functioning of forms again.
    Rachid.

  • Error"There was an internal error when submitting the form" URM Disposition

    Hello
    I get the following error - "*There was an internal error when submitting the form*" - when i allocate a Retention Disposition to a Retention Category.
    Any Ideas how this can be solved?
    Thank you

    Not based on the minimal information provided.
    Error messages in 11g, from a UI standpoint, are severely deficient. How about looking in the content server logs and posting some more information?

Maybe you are looking for

  • JSP with PL/SQL Cartridge

    I have installed OAS 4 and JavaServer Web Development Kit Version 1.0 in one PC and with o8i in another PC. I've got problem in linking a PL/SQL cartridge, which will return a small page, with my jsp. I've got no problem if I run the jsp under the OA

  • Creating forms in application

    hi i am developing a application in struts that has some forms to be fiiled.i want the user to create the forms that are needed how can i do that.the user should alos be able to store the contents of the form

  • Default outgoing email address is wrong, how do I change it ?

    I've been using Thunderbird successfully for several years with 6 different email accounts - 1 gmail account, 2 yahoo accounts, and 3 accounts on another domain. Recently I added a new gmail account for a project I'm working on. Now, the default emai

  • How To Upload a Mime Object into BSP Application??

    Hi all, I am new to Developing BSP Applications. I have a requirement to design a BSP Page and in the header part of the page, i have to display a JPG file from my local PC. To achieve this, I did the following: 1) Upload/Import  the MIME Object(JPG

  • How can I make this ?

    Hi, Does anyone know how to draw this or know a tutorial that teachs drawing this ? The grey line with oval shadow and fading from both left and right side, in the white background.