Subject line in Email Me button won't reset

I have been using a textbox as a substitute for the Email Me button, I like the look of my own text better. Now I want to change the subject line in the emails I get from people using this link, but no matter how I try, I can't get iWeb to publish the changes I make.
So far I have tried: removing the existing button, saving, publishing and then re-creating the email button using Inspector to assign the address and subject line. Then I save again, and re-publish. The change in email address works, but the subject line remains the original. Seems like a minor point, but I don't want that subject line going to the email address. In the future, I might use an email link to send mail to somebody else, and that would require a different subject line as well.
Suggestions?
Bryan

Sorry, I figured it out. I was "re-creating" the text box by copying the original text in order to keep the font. When I tried the procedure starting from scratch, voila - new, accurate Email Me button.

Similar Messages

  • 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

  • Add text field into the 'subject' of a email submit button

    I have a form where the client will enter their name, organisation, query and details of their query into text fields.  I would like the text in the 'query' field to be added to the 'subject' of the email submit button.  This will identify different queries submitted by other clients before opening up the completed pdf form attachment.

    Hi,
    if you use ES3 or ES4 you can use my macro to create email scripts with values from form fields.
    http://thelivecycle.blogspot.de/2012/05/mailto-maker-marco-v1.html

  • 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

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

  • Javascript to pull a PDF field into the Subject line of email?

    I've created a fillable PDF form using Pro X.  I'd like to program the Submit button so that once in the email portion, the subject line would automatically pull 3 specific fields from the PDF file.
    Example:  After hitting "Submit"....once in the email, I'd like the Date, Vendor Name, and PO # from the PDF form to automatically pull into the Subject line.
    I have to PDF the complete document and go through the Desktop Email Application on my PC.
    Thank you!

    Hello Everyone,
    I am having the same issue as tlg814 with needing three fields to pull into the subject, and I followed the blue print of the code as well, but I am only getting one field to populate in the subject line.  I am using Acrobat XI. Here is my code:
    Mouse up> Run a JavaScript
    var parts = getField("SR#", "Urgency", "Ship To").value
    this.mailDoc({
    cTo: "[email protected]",
    cCc: "[email protected]",
    cSubject: parts,
    cMsg: "Please create a Parts Request for the items in this email. Thanks"
    Any thoughts as to why it is not pulling all three fields?
    Thanks

  • Import Text From Form Field into Subject Line of Email

    Hello,
    Is there a way to import text from a form field into the subject line of the email when sending back (attaching) the PDF form?  In other words, there is an "applicant name" and I would like that name to be the subject line of the email.
    I am using Adobe Acrobat X (10.1.7)
    If any one has aby guidance or resources online where I can locate this information I would greatly appreciate it!  I have been searching all day but have not found a solution yet. 
    Thanks!

    Thank you so much for the help.  For some reason I cannot get it to work though.   Now, when I hit the submit button it does not do anything.
    Previously, I had the following code under
    ACTIONS>Mouse Up>Submit a Form
    mailto:[email protected]?subject=Employee Application
    I removed the above mailto URL and put in your code as a Javascript function. I made sure that my field name matched the name in quotes within the code.
    I used the following:
    var subject = getField("lastname").value 
    this.mailDoc({
    bUI: false,
    cTo: "[email protected]",
    cSubject: subject,
    cMsg: "Type message here"
    Do you see anything obvious that I am doing wrong?
    Many thanks!

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

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

  • How to insert field from form into subject line of email

    I have a form:
    http://www.mcw.edu/FileLibrary/Groups/HMGC/Forms/HIPAAForms/HumanSequencingTertiaryAnalysi .pdf
    and I would like to have the name of the person fill in automatically in the subject line.  Right now when the email button is clicked the subject line reads: "Submitted Human Sequencing Tertiary Analysis Submission Form."  Once the form is filled out, I would like the subject line to read: "[PI-Name] - Submitted Human Sequencing Tertiary Analysis Submission Form,"  (as highlighted below)
    event.target.submitForm({cURL:"mailto:?subject=[PI-Name] - Submitted Human Sequencing Tertiary Analysis Submission Form&body=Please find attached the completed Human Sequencing Tertiary Analysis Submission Form.",cSubmitAs:"PDF",cCharset:"utf-8"});
    I read the other discussion on this, but it didn't seem to pertain to me, or I just couldn't figure it out.  Anyone have any ideas?
    Thanks, Anne

    Hi Anne,
    This has come up several times on the forum. Most recently here, with links to examples and descriptions as to how it works: http://forums.adobe.com/message/4183125#4183125.
    Hope that helps,
    Niall

  • Subject line of email question

    In a script the following is saving a file as Email Date then the date then the time.
    Instead of having the "name" Email Date I would like the subject of the email there. What is the command to put the subject line there?
    keystroke "Email Date " & short date string of (current date) & space & time string of (current date)

    I don't know if a script such as the one you wish to get will ever work in Leopard. Many people have already noted that the mail rules don't work properly with AppleScript in Mac OS X 10.5. See for example http://discussions.apple.com/thread.jspa?threadID=1226817.
    So I have written a more complete version of the script first proposed in http://discussions.apple.com/message.jspa?messageID=9451103#9451103. Each time it is launched, the new script will search for all the messages of your "inbox" mail box which have not yet been put into the "Prints" folder on the desktop; it will then open and save them as PDF files into that folder. Moreover, the name given to each PDF file will correspond to the first 20 characters of the subject of the message, followed by the date and time at which the message was received. This script surely still needs to be improved and adapted to your own needs, but it works. Better than nothing…
    property theMostRecentDate : (current date) - 5 * days -- an arbitrary starting point
    tell application "Mail"
    activate
    set theList to messages of mailbox "INBOX" of account 1 whose date received > theMostRecentDate
    repeat with theMessage in theList
    open theMessage
    set theSubject to subject of theMessage
    set theDate to date received of theMessage
    tell application "System Events"
    tell application process "Mail"
    keystroke "p" using command down
    repeat until sheet 1 of window 1 exists
    -- just wait
    end repeat
    click menu button "PDF" of sheet 1 of window 1
    click menu item "Save as PDF…" of menu 1 of menu button "PDF" of sheet 1 of window 1
    delay 1 -- 1 second should be enough
    keystroke "d" using command down
    if value of checkbox 1 of window 1 is 0 then click checkbox 1 of window 1
    click radio button 2 of radio group 1 of group 2 of window 1
    select item 1 of (rows of outline 1 of scroll area 2 of splitter group 1 of group 2 of window 1 whose value of static text 1 is "Prints")
    keystroke "o" using command down
    set L to the length of theSubject
    if L > 20 then set L to 20
    keystroke (text 1 through L of theSubject) & space & short date string of theDate & space & time string of theDate
    keystroke return
    delay 1
    keystroke "w" using command down -- to close the message
    end tell
    end tell
    if theDate > theMostRecentDate then set theMostRecentDate to theDate
    end repeat
    end tell

  • Adding Field Info in Subject Line of Email with Attached PDF

    Had a question regarding the email submit button. I wanted to know if there was a way to put the information put into a specific text field in the email subject line when the PDF is being sent via email as an attached.
    For Example:
    Question one on the form would be.....
    1). Why are you submitting this email?
    (Answer by User) Website Technical Issue
    I would like to take the text "Website Technical Issue" and add to subject line of the email being sent by the user when they press submit/send at the bottom of the PDF. So it would send an email out of their inbox, with the attached PDF they filled out, and the subject line stating what ever they put in text field 1.
    Any help or a given PDF example would be greatly appreciated! Thanks in advance!

    Hello Everyone,
    I am having the same issue as tlg814 with needing three fields to pull into the subject, and I followed the blue print of the code as well, but I am only getting one field to populate in the subject line.  I am using Acrobat XI. Here is my code:
    Mouse up> Run a JavaScript
    var parts = getField("SR#", "Urgency", "Ship To").value
    this.mailDoc({
    cTo: "[email protected]",
    cCc: "[email protected]",
    cSubject: parts,
    cMsg: "Please create a Parts Request for the items in this email. Thanks"
    Any thoughts as to why it is not pulling all three fields?
    Thanks

  • Creating a blank subject-line in email hyperlinks

    I'm producing a pdf that includes email hyperlinks, and want to leave the subject line blank so responders can choose the most appropriate line themselves. Keynote, however, seems to insist on a subject line being provided, otherwise it defaults to showing 'email subject'.
    Anyone know if it's possible to produce a blank subject line for the email links?
    iBook G4   Mac OS X (10.4.6)   1.2 GHz, 768 MB

    Sorry, I figured it out. I was "re-creating" the text box by copying the original text in order to keep the font. When I tried the procedure starting from scratch, voila - new, accurate Email Me button.

  • Missing Subject line in Email after 10.6.4 upgrade

    I upgraded my OS to 10.6.4. Now my email has no Subject index line. It just shows a new mail blue dot or a half circle arrow symbol (refresh). How do I get the Subject line in the new Mail App.? Tried to use the prior Mail.app, but won't work with the new OS??
    Was able to get the FROM and DATE now, but still no SUBJECT.
    I've been troubleshooting this for two days now. I've reloaded and ran the update again, but same result.
    Anyone have a suggestion? How about another Mail App that works?
    Thanks for any help out there.

    Read this link. Sounds like your problem with possible fix. Notice the Terminal command at bottom of page.
    http://discussions.apple.com/thread.jspa?messageID=11678076&tstart=0
    RM

Maybe you are looking for

  • Streaming slows from Computer

    Hi, I have an ATV3 and I try to stream all of my movies from my iMac to the ATV as my internet is too slow to stream at a decent quality. My question/issue is this. When streaming HD 1080p content, when the stream is approximately half way through it

  • Missing file problem

    i tried to install master collection cs6, but it says one file is missing, download adobe support adviser. i did download. it said cpsid_82829s5 error. i tried all the solutions with bootstrapper but didnt work.

  • I had PSE 12 installed on my Mac that died a sudden death yesterday.

    I had PSE 12 installed on my Mac that died a sudden death yesterday. I can't find anywhere to download 12....everything takes me to 13. After spending $$$$$$ on a new computer, I can't outlay another $79 to upgrade to 13. Anyone have any advice for m

  • New ink cartrige problem

    I installed a new HP ink cartridge for my LaserJet 1200 series. First I don'tknow how to print a test page. The big problem is I have ink all over the page. Looks like a page from the Outer Limits.

  • Willy Setup for MDM

    Hello Gurus, While configuring SMD setup for MDM system, i am getting following error, for MDIS and MDSS [Wilyhost Agent] Failed to configure EP Agent for sapkrftmox01.krft.net (MDM Host) My MDM system  is not an EP system, strainge how am i getting