Submit form as an email rather than an attachment

When someone submits a form with answers, I need the answers to be in the body of the text, rather than as an attachment. How do i get this to happen?
Scott

You can inject data into the string that gets sent to the email program, you don't have any control over formatting except for returns and that kind of thing.
Here are a couple of ways of doing it:
var strToAddress, strCCAddress, strSubject, strMessage
strToAddress = txtToAddress.rawValue;
strCCAddress = txtCCAddress.rawValue;
strSubject = txtSubject.rawValue;
strMessage = txtMessage.rawValue;
event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF",cCharset:"utf-8"});
You can use variables in the following as well:
var oDoc = event.target;
oDoc.mailDoc({
bUI: true,
cTo: "[email protected]",
cCC: "[email protected]",
cSubject: "The Latest News",
cMsg: "A.P., attached is my latest news story in PDF."

Similar Messages

  • Does mail always insert the pdf file into the email rather than attachment

    How can I set mail to always attach pdf files as attachments rather than insert into the mail message?

    But if you receive an email with a PDF attachment - which appears as text embedded in the email rather than an attachment are you really saying that the only way to solve this is to resend the email to yourself so that it will then appear as a PDF attachment?

  • Group messaging issue with messages being sent to email rather than mobile

    Hi,
    I have an iPhone 4s running iOS 6.0.1. I tried to send out a large group message today by opening up messages and clicking on the + button (top right corner) and selecting a number of recipients one by one in the list.
    What I noticed was that when selecting some contacts, I was prompted for a delivery address while other contacts were automatically selected and I couldn't change the delivery path. Unfortunately the phone was automatically sending the messages to the recipients email rather than their mobile phone (I checked my mobile usage records). I couldn't select the recipient in the list and change the delivery method either... I also noticed that the message would change from an sms to mms message automatically because the iphone was automatically choosing an email address to send to. This is really annoying!!! Does anyone know a work around?
    I tried disabling mms messaging in settings-messaging but I would get an error saying:
    Cannot Send Message: MMS Messaging needs to be enabled to send to an email address
    This is incredibly frustrating. Why doesn't the iphone allow you to select the delivery address for each contact rather than automatically selecting an email address? I thought the iphone would be smart enough to select their mobile number since it is a mobile messaging device...
    Any ideas?

    Is there a solution to this issue?

  • I can receive an iMessage from my daughters iPad although when i reply it says she is unavailable on iMessage. If I initiate the message it will go to her email rather than her iMessage?? Can anyone assist?

    I can receive an iMessage from my daughters iPad although when i reply it says she is unavailable on iMessage. If I initiate the message it will go to her email rather than her iMessage?? Can anyone assist?

    I can tell you that with Sprint their coverage area isn't as good as Verizon or AT&T.
    Are you sending these imessage while on wifi or cellular data?  Also your husband would need to be in a good coverage area.
    Usually when imessage is unavailable it will send it as a text.  Does your husband receive your imessage as a text?

  • How do I place a file into the body of the email rather than as an attachment?

    I sometimes want to include a file, such as a "card" into the body of an email rather than as an attachment so that it appears immediately upon opening the email. I did this successfully at Christmas, but cannot remember how to do so now.

    The email specification doesn't allow that. PDF files, as for any content other than text or HTML, has to be sent as a link or an attachment.

  • Why are my messages being sent through email rather than iMessage?

    Why are my messages being sent as email rather than iMessage?

    Not being sent as email - shown as being sent from an email address because you have selected to start new iMessage conversations from your Apple ID email address on your iPhone.
    When registering an iPhone with iMessage, the phone number along with your Apple ID email address is registered with it.
    Go to Settings > Messages > Send & Receive > Start New Conversations From - select your iPhone's phone number.

  • Why do imessage settings keep changing back to my email rather than my phone number when I didn't change anything?

    For some reason my iPhone 5 has been automatically changing my imessage settings to send/receive from my email rather than my phone number.  Even after I go back and correct it the same thing happens again later. Now I cannot receive any texts from a particular number (belongs to iPhone 4 owner) but they can receive mine, how do I fix this???

    I assume your phone is using your phone number. Select an E-Mail also. Under the Select Area a new Area should show up offering to choose whether to use the number or the E-Mail to start new conversations. Pick the Phone number. Go to iMessage and start new conversations.

  • TS3276 With a MacBook Air, how do I add the icon for an attachment at the end of my email rather than displaying the attachment?

    With an attachment, how do I attach an icon to open separately rather than the attachment itself to the email?

    Hi,
    To embbed a link to an image (after you upload it) please use the following code:
    [!nameofthepicyouuploaded.filetype!|http://www.whereyouwantolinkto.co.il]
    In order to learn how to upload an image,please visit our [SCN user guide|http://wiki.sdn.sap.com/wiki/x/sIsLD]
    Hope this helps:)

  • My txt message settings recently changed to send txts from my Mac email rather than my phone# and there doesn't seem to be a way to change the settings back. The phone# in receive at screen is under intensified so unselectable. Any suggestions?

    My txt message settings recently changed to send txts from my Mac email rather than my phone# and there doesn't seem to be a way to change the settings back. The phone# in receive at screen is under intensified so unselectable. Any suggestions?

    After reading what you have posted, I checked my iPhone 4S. When looking at messages in settings, my receive at has 2 addresses, my phone number and my Apple ID email address. The phone number is "under intensified" as you describe it. Checking the Caller ID, it shows my phone number and Apple ID email. The phone number is checked. This all seems to be the same as you describe yours. My text messages are all working as they always have, and they are showing as coming from my phone number. Both to people that I iMessage with and people that I can only text with. I'm not sure why you say texts are being sent from your Mac email. Did someone receive a text that shows the email as the return address?

  • Submitting completed PDF forms by email rather than responses in a table

    Can I set up my PDF form with a submit button that will email the completed form to me - I don't want to see the responses collated in a table as I need to file each completed form electronically per client?

    Yes, but it would not have anything to do with FormsCentral. The simplest way to do this is to use Acrobat to add a button that has a "Submit a form" action for the Mouse Up event. The URL should be a mailto type URL and you should select "PDF  The Complete document" as the Export Format:
    If it needs to work with Reader prior to version 11 and/or includes digital signatures, you will have to Reader-enable the document with Acrobat. Exactly how you do that depends on which version you have:
    Acrobat 9: Advanced > Extend Features in Adobe Reader
    Acrobat 10: File > Save As > Reader Extended PDF > Enable Additional Features
    Acrobat 11: File > Save as Other > Reader Extended PDF > Enable More Tools (includes form fill-in & save)
    Also, realize that submitting by email is not all that reliable. It simply won't work for many people as they don't have a desktop email client properly configured. There are also Acrobat licensing restrictions that come into play when you Reader-enable a document with Acrobat and make the form available to more than 500 recipients, as you do when posting to a web site. Submitting the form to a web server, as is done with FormsCentral, avoids these issues. If you need a filled-in form with FormsCentral, you can alsways export the form data and use various methods to populate a blank form. If you want to pursue this approach, post in the Acrobat Forms forum here.

  • When I send a text message, the iPhone 4s sends it via email rather than to the mobile phone number I wish to message.  How do I change that default?

    My wife (who has a Droid) asked me to text a photo to her.  I went to Message on my 4s, selected my wife as the target for the text, selected the photo, and sent the text.  Rather than appearing on her mobile phone, the text went to her email.  When I selected my wife as the person I wanted to text, I was not given any choice of the target phone number or email address...it just defaulted to her email and did not tell me that is what it was doing!  I did find a solution, but it's more complicated.  I have to go to Contacts, select my wife, and then I'm given a choice of how I want to send the Message.  Why doesn't the iPhone do this in Messages in the first place?

    I am not sure what you mean.
    Do you mean the From field?
    You can change it by tapping it, it will give you options based on the other email accounts set up.
    You can set a default account here:
    Sttings > Mail, Contacts, Calendars > scroll down to the Mail section & you will see Default Account. You can change that to your gmail account.

  • Send spool as body of email rather than attachment

    Hi gurus,
    We have a requirement to send the spool output of some background jobs in the body of the e-mail, rather as an attachment.  In scot, I manipulated the settings such that the attachment can come as html or as text, but whatever I do, it always comes as an attachment. How can I get the spool to display in the main body of the e-mail rather than as an attachment?
    Warm Regards,
    CM

    Hi Clifton,
    if you got a spool itself, I don't think it is possible to send it not as an attachment.
    You have to collect the informations in another way, perhaps as SO10-Text while processing your jobs.
    After collecting append a new step to the job and you can create a program which reads the so10 text and pass it to the body of your mail.
    Therefore you just need to make yourself familiar with class cl_bcs.
    Here is a example wiki of using it:
    Send email from ABAP with class CL_BCS - Code Gallery - SCN Wiki
    Regards
    Florian

  • POSTING TO JSP FORMS GIVES NULL OBJECT RATHER THAN EMPTY STRING

    This post is for Dan Norris of DOE. He brought this up in a submitted tar, but it is addressed by the PDK community here.
    We arehaving problems using the standard HTTPServletRequest getParameter
    methodinside of the portal.
    The standard for this method is as follows:
    *If you usethis method to read from a text field without any text in it, you
    get an empty string. ( "" )
    *If you use it to read from a text field with text in it youwould get the
    corresponding text.
    *If you try to read from a field that doesn'texist then and only then would
    you get a Null object.
    On our portal server itis behaving differently inside of portlets.
    * If you use this method to readfrom a text field without any text in it, you
    get a Null Object
    * If you use itto read from a text field with text in it you would get the
    correspondingtext.
    * If you try to read from a field that doesn't exist you also would youget a
    Null object.
    Also, on the same server If you access a simple JSP directlywithout the it
    being a portlet, it behaves as defined by standard Javadocumentation.
    Test case:
    Create test.jsp with these contents:
    ========start test.jsp
    <%@pageimport = "oracle.portal.provider.v1.*,
    oracle.portal.provider.v1.http.*"%>
    Form to test submission of empty form field.<br>
    Text Field Value ="<%=request.getParameter("testField")%>"
    <form name="test" action="<%=
    HttpPortletRendererUtil.htmlFormActionLink(request,PortletRendererUtil.PAGE_LINK
    ) %>">
    <%=
    HttpPortletRendererUtil.htmlFormHiddenFields(request,PortletRendererUtil.PAGE_LI
    NK) %>
    <INPUT type="text" name="testField">
    <INPUT type="Submit"name="Submit">
    </form>
    ========end test.jsp
    =================startprovider.xml
    <provider class="oracle.portal.provider.v1.http.DefaultProvider"
    session="true">
    <portlet class="oracle.portal.provider.v1.http.DefaultPortlet" version="1" >
    <id>1</id>
    <name>TestPortlet</name>
    <title>Test</title>
    <description>Test</description>
    <timeout>100</timeout>
    <timeoutMsg>Test Portlet timed out.</timeoutMsg>
    <showEdit>false</showEdit>
    <showEditDefault>false</showEditDefault>
    <showPreview>false</showPreview>
    <showDetails>false</showDetails>
    <hasHelp>false</hasHelp>
    <hasAbout>false</hasAbout>
    <acceptContentTypes>
    <item>text/html</item>
    </acceptContentTypes>
    <portletRenderer class="oracle.portal.provider.v1.http.PageRenderer" >
    <appPath>/</appPath>
    <appRoot>/u01/app/oracle/product/ias1021/Apache/Apache/htdocs</appRoot>
    <renderContainer>false</renderContainer>
    <showPage>test.jsp</showPage>
    <pageParameterName>next_page</pageParameterName >
    </portletRenderer>
    </portlet>
    </provider>
    =================end provider.xml
    After you have theprovider added to the portal, login to the portal as
    portal30 and go toAdminister Tab->Display Portlet Repository and display the
    portlet.
    1.Enter "test" in the text field and submit.
    2. Returns Text Field Value ="test"
    3. Submit form leaving the text field empty.
    4. Returns Text FieldValue = "null"
    Submitting the form with the text field empty should returnvalue of "", and
    not "null".

    fyi in case anyone else ever wants to know:
    I found it... the details I was looking for were in the OC4J 9.0.2 Release Notes:
    Display of null values in JSP.
    In Oracle9iAS, a null value printed from a JSP page displays, by default, as
    the string "null." To display nothing instead, set the attribute jsp-print-null
    to false in the <web-app> element of
    global-web-app.xml or orion-web.xml.

  • How can I edit my submit form to my email or my form adobe

    I have not done a form in Dreamweaver, but I am curious how
    you got the code to send it to an e-mail address. Is this a built
    in Dreamweaver function?
    Webpage forms are meant to send data, not display data. If
    you want the e-mail formatted into a specific format you would need
    the script for the send form modified to also include formatting
    lines. Depending on your end purpose, this might not be worth the
    added time.
    I usually have the raw data e-mailed (if I need a copy in my
    inbox) and also store the information into a database. I then have
    a loccation on my website that I can log into to retrieve the form
    data. By retrieving it through the webpage, I can have any format I
    want to display it in. This process also makes it nice to filter
    the information that was sent, and if it includes e-mail addresses
    it is easy to create mailing lists from it.
    Need Help
    thanks

    There are only two ways to process form data -
    1. Use mailto:[email protected] as the action of the form
    2. Use a server-side scripting method to a) harvest the
    form's data, b)
    process it in some manner, e.g., enter it into a database, c)
    formulate and
    send an email to one or more email recipients, and d)
    redirect the visitor
    to some ending page
    Method 1 is quite simple, and is also the least reliable. It
    depends both
    on your visitor having an email client already installed on
    their computer -
    this eliminates public computers, or home users without email
    clients
    installed (more and more it seems) - and on the installed
    email client
    responding to
    the mailto call. It is not possible to use this method *and*
    send the
    visitor to a
    thank you page as well.
    Method 2a is the preferred method, since it eliminates the
    problems of
    method
    1, but it means that you have to grapple with
    server-scripting somehow (ASP,
    CF, PHP, perl, etc.).
    Method 2b would be to use some third-party form processing,
    like
    http://www.bebosoft.com/products/formstogo/.
    You would have to decide which of these methods is best for
    your needs,
    but if it's Method 2a, then start by asking your host what
    they provide for
    form
    processing. If it's 2b, then read their FAQ/instructions
    carefully.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "floridadocument" <[email protected]> wrote
    in message
    news:[email protected]...
    >I have not done a form in Dreamweaver, but I am curious
    how you got the
    >code to
    > send it to an e-mail address. Is this a built in
    Dreamweaver function?
    >
    > Webpage forms are meant to send data, not display data.
    If you want the
    > e-mail
    > formatted into a specific format you would need the
    script for the send
    > form
    > modified to also include formatting lines. Depending on
    your end purpose,
    > this
    > might not be worth the added time.
    >
    > I usually have the raw data e-mailed (if I need a copy
    in my inbox) and
    > also
    > store the information into a database. I then have a
    loccation on my
    > website
    > that I can log into to retrieve the form data. By
    retrieving it through
    > the
    > webpage, I can have any format I want to display it in.
    This process also
    > makes
    > it nice to filter the information that was sent, and if
    it includes e-mail
    > addresses it is easy to create mailing lists from it.
    > Need Help
    > thanks
    >

  • Is it possible to receive answers in a completed form like a pdf rather than a database?

    This may be a rather odd question, but a client would need to receive answers in a format that can be saved as a record. For example if the user were to fill in the form on paper there would be a hard copy of the questions and their answers. Would this be possible with FormCentral? Could this be received as an attachment in a notification?

    I don't know if it is the best solution but you could filter the results to just that client's answers on the summary tab and then PDF that.

Maybe you are looking for