Data in a field in the subject line w/o using JS

I want to use the action to "Submit a form" so I can apply the required fields.

I can place the custom text in the subject line by using the following

mailto: [email protected] ? subject = subject text goes here

Is it possible to include data from a field in the row object in addition to my custom text?
For example, if T12345 is the data in a text field, I want my subject line read: "T12345 application form.

With the help of Acrobat XI

This tutorial explains how use the data in a field as the e-mail address for the email, but it can be easily adjusted to be instead the subject line: https://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

Tags: Acrobat

Similar Questions

  • Import text from the form field in the subject line of the email

    Hello

    Is it possible to import the text field in the subject line of the message when sending back (fixed) PDF form?  In other words, there is a "name of the applicant" and I want that name to the subject line of the e-mail.

    I use Adobe Acrobat X (10.1.7)

    If someone has orientation aby or online resources, where I can find this information I would be very happy!  I have searched all day, but have not yet found a solution.

    Thank you!

    Make sure that check the option Edit - prefs. - JavaScript to display the console on errors and warnings.

    In addition, 'subject' is a bad name for a variable, because there is already a property with the name of the Document object. Rename this variable to something else. Also, remove the bUI: false parameter. It has no effect and takes by default to true.

  • AutoFill a text in the subject line field...

    How can I automatically populate a field of text in the subject line when you use a Submit feature in Acrobat Pro ms?

    Thank you

    Let's say that the field is called Text1. Use this code:

    var mySubject = "static text:"+ this.getField("Text1").valueAsString; "

    this.mailDoc ({cTo: "[email protected]", bassujetti: mySubject});

  • Comma in the subject line after the merger of field

    I'm trying to create a fusion of our contact, followed a first name field comma and space, then the subject line.

    The kicker is, I don't want the comma (and space) will appear if we do not have a name associated with the e-mail address...  How can I do this?

    Here's what I have so far...

    < eloqua type = "emailfield" syntax = "FirstName" > name < / eloqua > line object here...

    I would like the result of the following:

    w/name:  Rob, line topic here...

    no name: Line of subject here...

    I tried to insert a comma and a space in various locations in the merge field code with no luck.

    Any help is appreciated.

    See you soon

    Hi, Rob. Nice name. Recently, I asked a similar question in this thread. Maybe some useful information for you.

  • Can I add merge field to contact the subject line?

    I am trying to find a way to add a merge field to contact the subject line

    Open the merge field dialog box, and then drag the fusion in the subject line. Once it is there, you can't move it really, but you can change the text around it. Another option is to paste the code in your subject line. Then save and exit the email. When you open new, you will see the familiar yellow fusion indicator.

  • How to replace the subject line of enamel subimitted with the data filled in?

    Hello

    I have created a simple form using adobe acrobat X standard Presentation. The user submits the form by using the "submit" button that sends the form. All users have adobe acrobat X standard is installed on their computer. I have a text field in my report entitled "project title" and that the user will write the name of the project in front of it. I want this project name appear in the subject line of the email. How do I do that? What javascript to use?

    I found this example that does exactly what I'm looking for. But I do not know how to display the use of java code. http://forums.Adobe.com/thread/462681

    Any help would be appreciated.

    Thank you

    Sandeep

    I changed this.mailform of this.mailDoc and that solved the problem. Thanks anyway.

  • When I enter the subject line in the forums, choice of dropsdown FF like google?

    As the subject lines 'knows' Firefox I sent in my yahoomail online and offer then the list drop-down list choice every time I get subject headers in the forums.

    For example, I could ask something on Gardenweb starting with "A".
    for example, say:
    Culture of Apple

    I could then see these choices fall, immediately at the entrance of "A."
    Attn: Dear bro
    strategies anti-cookies
    Attn: Chad re: our recent discussion of the finance

    This has been hard for ages, but never had the time to ask:
    What is everything? and what we call these drop-down lists?

    It reminds me of lists drop-down Google, but still more personal.

    On a tangent (talk way worst intrusion of privacy) more nauseating, it's yahoo mandating the entry of mobile numbers for each new registration by e-mail. It comes to my attention today, because of the distractions of RL. Why is everything always hardly get worse, rather than keep it simple and utilitarian? Not to mention the extreme MAC (I'm electrosensitive, so this is a sensitive topic for me)

    You can use ' history > clear recent history "to delete already backed up the data of the form.

    You turn this feature off in "Options > confidentiality" in order to prevent the registration of new data from Firefox.

  • Prevent Outlook Express from electronic filing according to the subject line

    Because the email responses have the same object as the original, we used to review the answers according to the address or the date of the response.  But Outlook Express recently began producing the answers under the subject line and adding a sign plus [+].  This makes it frustrating to find the answers later if you don't remember the subject line.  How can we turn off this "feature" in OE?

    While in the folder that contains your "classified" messages: view | Current view. You want to display all the checked Messages, but No Messages by Conversation Group. Bruce Hagen ~ MS - MVP [Mail]

  • Add LogFilter match string for the subject line of the e-mail notification

    Hello

    On the LogFilter alerts, I add the matching string in the subject line of the e-mail logfilter alert notification. I followed KB 75058 for this requirement. But I'm getting other data also with the match string. Please find the attached screenshot. The chain is marked in yellow. I don't need data which is marke red din. Can you let me know if a setting can be done in the script that retrieves the hitstring so that only the histstring appear

    FMS: 5.6.4

    Kind regards

    Roshan.

    Additional accessories:

    Hi Roshan

    We do something similar.  We have configured a Message appropriate for each matching string user:

    Then, in the rule Condition, I created an expression UserError containing the following:

    def controls = checkObservationAlarms (#LogFilter_ErrorVerbose to 1ms #,)

    {the entry->

    If (entry.get ("Severity") == "WARNING") {}

    return 2;

    }

    If (entry.get ("Severity") == 'CRITICAL') {}

    return 3;

    }

    If (entry.get ("Severity") == "FATAL") {}

    return 4;

    }

    return 0;

    },

    {entry, severity-> {switch (severity)}

    case 2:

    Return entry.get ("User_Message");

    case 3:

    return "" + entry.get ("User_Message") + "";

    case 4:

    return "" + entry.get ("User_Message") + "";

    by default:

    Return ' ';

    }}, @foglight_rule_id);

    If (checks.size () > 0) {}

    return checks [0] [1];

    } else {}

    Return ' ';

    }

    By referencing @UserError in the subject line, I get the Message to the appropriate user.

    I also do a similar thing for the severity of error appropriate in my subject line.

    Hope this helps

    Brian

  • Assembly of the subject line of an e-mail

    I am currently using Thunderbird for my emails and I'm trying to change the subject line of emails that I have received.  The problem is that I have to edit a new email and when it returns the e-mail to me, it changes the original sender's email address, it shows that it's me since I edited the enamel and the date of receipt.  I want to be able to change the subject line without changing anything else.  I don't want to label the email, I want to add something to the subject line.

    Is this possible with Windows Live Mail?  Otherwise, there is an e-mail program that will allow me to do this?  I am running Windows 7.

    I want to be able to change the subject line without changing anything else... Is this possible with Windows Live Mail?

    In Windows Live Mail, each message is a single text file. Without knowing why you might want to change the subject line of a message, it is difficult to suggest the best way to achieve this. Simply drag a message in the message list out on the desktop, where a new .eml file will be created with the subject as the file name line. This file can be opened with a text editor such as Notepad and changed at will. The modified file can then be slid into place in Windows Live Mail. This will leave the original message intact; If it is not the intention, the original message can be deleted.

    Please explain your reasons for wanting to change the subject line. There may be other ways to reach your goal.

  • What is the correct syntax to a PDF form file name in the subject line of an e-mail. Doc Javascript?

    The name of the file is not part of any form field. The name of the file will be also unique whenever the form is used. I also want the name of the file that will be followed by the expression 'evidence' returned by the customer, as in:

    Topic: Proof of Papa Murphys SALEM 8 - 30.pdf returned by the customer

    Here is my existing script, but I need to know the syntax to get the PDF file name added in the subject line.

    this.mailDoc ({bUI: true, cTo: "[email protected]", bassujetti: "proof returned by the customer", CMSG: "attached is the signed evidence.}) Please send to the graphics dept '});

    I'm not very familiar with Javascript so have tried to reconstitute it.

    Unfortunately, there is only so much you can google to get a working solution, I would suggest that you get at least a little familiar with JavaScript (there are a lot of good tutorials and books available). If you want an introduction to Acrobat JavaScript, have a look here: Beginning JavaScript for Adobe Acrobat

    There is a property of the document object that returns the name of the file. You can read the property of Doc.documentFileName here: DC Acrobat SDK Documentation

    In the simplest implementation, you can use this to enter the file name in the subject line:

    this.mailDoc({bUI: true, cTo: "[email protected]", cSubject: this.documentFileName,  cMsg: "Attached is the signed proof. Please forward to the graphics dept"});
    

    If you want to add more information that just the file name, you will need to assemble your subject line by using variable elements and string constants. Something like this works:

    this.mailDoc({bUI: true, cTo: "[email protected]", cSubject: "The filename is " + this.documentFileName,  cMsg: "Attached is the signed proof. Please forward to the graphics dept"});
    
  • [JDev12c, ADF] How to get the value of a field from the selected line in af:table and...

    Hallo,

    I want to double click on a line of an af:table to call a page that displays a form (based on a View object) with the details of the selected line.

    I need to go to the second page the value of a field on the line that is selected on the first page.

    How can I do this? In particular, how can I get the value of a field from the selected line? How can I call the second page on double-click on the af line: table?

    Thank you

    F.

    Why would user, you need to pass a value of the line to the shape?

    The framework selects the line you want to display in the form. All you have to do is to show the form with the selected line. It is the framework automatically as long as you use e vo even the same data control.

    Timo

    Post edited by: Timo Hahn
    And the handling double-clicks is described here http://www.oracle.com/technetwork/developer-tools/adf/learnmore/56-handle-doubleclick-in-table-170924.pdf

  • Is it possible to add the name to the subject line when you submit a pdf form

    Hello

    I created a form with Live Cycle and add a button which form submittingthe in PDF format. I was wondering is it possible to add the name to the subject line just after Hank, as seen in the image below?

    Concerning

    submittab.jpg

    It is easy enough to accomplish your needs using scripts on a regular button rather than the button send email.

    Look at this amazing example created by Paul who explains a number of ways to present data in form by e-mail.

    http://forums.Adobe.com/message/2109208#2109208

    Nith

  • Can I change the subject line of the message?

    Hello:

    I have built a series of 8-unit e-Learning and will have the results of post - unit quiz sent to my e-mail (this series which will serve many learners). The subject line of the message still says: "results: mm/dd/yy" (what that is the date happens to), which makes it impossible for me to know what unit quiz after I get unless I open it up. Is it possible for me to come in and change this message to personalize the subject line of the message for each unit, for example, the subject = 'Unit 1 results' line, "Unit 2 results", etc.

    Thank you
    brbtrain

    This works! Thanks for your help.

  • Can I change the subject line of a message or add a note for my reference?

    I'm still new with tuberculosis after using Outlook for years. In Outlook, it was possible to change the subject line, even though the content was lock. It was nice to put the content in your context, a note, etc. You can do this in Thunderbird or is another way to add a note?

    I think that the Add-on EditEmailSubject would add the functionality you want.

Maybe you are looking for