Email form and not XML

Hello,
How do I set the email button so that the form is mailed and not the data in XML format?
Thank you.

Hi Chris,
Thanks so much for the excellent advice. It was a breeeze once I knew what to do, and clicking on the XML Source Tab brought me right to the line of code that needed to be changed. I uploaded the form to our web site and sent it to myself and the PDF arrived instead of XML.
I do have another question. I can't find settings for Reader Extensions anywhere. I'm guessing this isn't an issue as long as the form is on our web site, but from what you say it seems like if I email the form to our users and they have it on their desktop and try to send it it won't go unless I have the RE settings correct.
I'm a novice and trying to learn so I appreciate your patience.
Thanks.

Similar Messages

  • How to: 1. Submitt form as PDF and not XML 2. Allow user to save to computer Thanks

    How to:
    1. Submitt form as PDF and not XML
    2. Allow user to save to computer
    Thanks

    Thanks For the Post!!
    Please be advised that this forum is for discussions about
    the Acrobat.com online services only. Your best source of questions
    and answers for Acrobat would be in the
    Acrobat Windows
    Forums or the
    Acrobat Macintosh
    Forums.

  • Sending PDF and not XML

    Hello,
    I am trying to send a PDF and not XML when clicking a button that I created. Heres what I did:
    1. Create the button
    2. Select it
    3. Field tab>Control Type>radio button select Submit
    4. Submit tab>in the Submit to URL: box I type the email address in this format: mailto:[email protected]
    5. Submit As: drop down list select "PDF"
    I uploaded this form to my server, downloaded Adobe Reader 8 on another computer, logged in from that other computer, but when I click on the submit email button nothing happens. It works if the form is set for XML, but not PDFs.
    Is this the correct syntax for the email address?
    What else is there that am I missing or doing wrong?
    Thank you

    Hi,
    I had this problem.
    Open the form in Acrobat Professional. Click on "Advanced" and "Enable Usage Rights in Abobe Reader". Click on "Save Now" and try it again.
    I hope this helps!
    Emma

  • PHP Email Form is not Emailing

    HI,
    I made a PHP email form and i was wondering if i did it
    correct. I try to send a email but for some reason it wont work
    here is the PHP code:
    <?php
    $emailSubject = 'Computer Question!';
    $webMaster = '[email protected]';
    $nameField = $_POST ['name'];
    $phoneField = $_POST ['phone'];
    $emailField = $_POST ['email'];
    $questionField = $_POST ['question'];
    $body = <<<EOD
    <br><hr><br>
    Name: $name <br>
    Phone: $phone <br>
    Email: $email <br>
    Question: $question <br>
    EOD;
    $headers = "From: $email\r\n";
    $headers .="Content=type: text/html\r\n";
    $success = mail($webMaster, $emailSubject, $body, $headers);
    /* Results Rendered as HTML */
    $theResults = <<<EOD
    ?>
    Here is the Email form:
    :<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <form id="form1" name="form1" method="post"
    action="Contact form 505 test 2.php">
    <table width="70%" border="1" cellpadding="6">
    <tr>
    <th width="16%" scope="col"><div align="right">
    <label for="name">Name:</label>
    </div></th>
    <th width="84%" scope="col"><div align="left">
    <input name="name" type="text" id="name" size="35"
    maxlength="60" />
    </div></th>
    </tr>
    <tr>
    <th scope="row"><div align="right">
    <label for="phone ">Phone Number</label>
    </div></th>
    <td><div align="left">
    <input name="phone " type="text" id="phone " size="35"
    maxlength="13" />
    </div></td>
    </tr>
    <tr>
    <th scope="row"><div align="right">
    <label for="email">Email:</label>
    </div></th>
    <td><div align="left">
    <input name="email" type="text" id="email" size="35"
    maxlength="40" />
    </div></td>
    </tr>
    <tr>
    <th scope="row"><div align="right">
    <label for="question">Question:</label>
    </div></th>
    <td><div align="left">
    <textarea name="question" cols="26" rows="8"
    id="question"></textarea>
    </div></td>
    </tr>
    <tr>
    <th scope="row"> </th>
    <td><label for="Send Email"></label>
    <input type="submit" name="Send Email" id="Send Email"
    value="Submit" /></td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    Any help would be appreciated!
    thanks

    .oO(jumpman310)
    > I made a PHP email form and i was wondering if i did it
    correct. I try to send
    >a email but for some reason it wont work here is the PHP
    code:
    Next time please be more specific. "won't work" isn't really
    helpful.
    Anyway, the first thing to fix is the error reporting on your
    testing
    server, obviously it's not configured properly. In your
    php.ini these
    directives have to be set:
    error_reporting = E_ALL|E_STRICT
    display_errors = on
    You should get some notices from your script. After fixing
    those issues,
    you should also read about header injection and how to
    prevent it. Your
    script is vulnerable and can be abused for sending spam. Also
    consider
    to use a class like PHPMailer to make things more secure and
    convenient.
    Some further notes about your form markup:
    * It's very good that you make use of labels for your form
    controls, but
    in some cases the IDs of these controls contain spaces, which
    is not
    allowed.
    * You don't really need a label for a submit button.
    * Consider to drop all those div elements in the table
    headers - you
    don't need them. Use CSS to style the labels the way you
    want, e.g.
    form th {text-align: right}
    I also use this:
    label:hover {outline: 1px dotted #666}
    * Check the markup of the "Name" row. The 'scope' attribute
    is incorrect
    and the form control should be inside a 'td', not a 'th'.
    Micha

  • How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

  • How can I print a whole email document and not a "screen shot" like I get in the Print Preview option.

    How can I print a whole email document and not a "screen shot" like I get in the Print Preview option. I'd like to print from "file" and print" like I can on other browsers (IE, for example). When I try to print from Firefox it grabs all my info (file folders, etc.) from the left side of the page. I need just the email information, not the entire screen information. Thank you!
    -Bruce

    I agree; I should, but I can't :) I have an orange Firefox drop down that I go to to print, and it allows me to select "print", "print preview" and "print setup", where I can change the margins. It always defaults to a full screen shot (I use Yahoo) and does not show just the email. I don't need to print what is on the left side of the screen or anything other than the email (I can achieve these things by using file-print from IE, so I know it is doable, and I am still going into Yahoo and using their email when I do it).
    Hope this helps. I'm not a fan of IE, but I really don't like the print properties I'm getting here (I'm a long time Mozilla user, but I'm losing too much info with this option and can't afford that anymore).
    Thanks for the help!
    -Bruce

  • When I send a text to another phone, it shows up on the other phone as coming from email address and not from phone number.

    I just came over from Sprint 4 days ago and had my number ported over. When I send a text to another number, it shows up on the other phone as coming from email address and not my phone number. For example, if the recipient of the text has me in the contacts as "Tom", the text comes to them displaying my email address instead of "Tom".

        cfm007,
    Welcome to our family. We want you to be able to enjoy all the services we provide and we definitely need to address this. Do you receive/make calls without problems? Are you able to receive messages with your contacts' number? Are you using iMessages? If so, go to Settings>Messages>Send&Receive>only your phone number should be enabled.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • My apple ID is showing someone elses email address and not mine so when i want to buy or update apps it brings this other email address up. please can someone help how do i put it back to my email address?

    my apple ID is showing someone elses email address and not mine so when i want to buy or update apps it brings this other email address up. please can someone help how do i put it back to my email address?

    First go here - https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/ and login under the manage tab.  Check your information and be sure it is all correct.
    An AppleID is nothing more than an email address, so if you see another email address in the store, then someone has logged in with a different AppleID than yours.  Did you let someone else use your iPhone?

  • How do you print an email attachment and not the email itself. please.

    how do you print an email attachment and not the email itself.  please.
    This question was solved.
    View Solution.

    Hi there, if there is text in the body of the email it will print automatically when sent to an ePrint email address. The only way to just have the attachment print is for there to be no text in the email body.
    Hope that helps answer your question.
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • Search in "form" and not only in spreadsheet...

    Hi, this Numbers is very great!! But there are 2 important features to add in "forms".
    1. Most important is the possibility to search in a "form" and not only in spreadsheet. I don't know why they don't add this feature....
    2. Possibility to input the excactly number of record that I want to watch in form.
    Thanks...there's someone that knows how to do these 2 things?

    August,
    Since you're talking about Forms, you must be using the iOS version of Numbers. There's a discussion area specific to the iOS version here: https://discussions.apple.com/community/app_store/iwork_for_ios
    Jerry

  • HT5557 since i updated my Apple ID with correct email address I can now only send imessages to email addresses and not iphone numbers - any idea how to fix this problem ?

    since i updated my Apple ID with correct email address I can now only send imessages to email addresses and not iphone numbers - any idea how to fix this problem ?

    You might want to try contacting Apple for assistance by going to https://expresslane.apple.com, then click See All Products and Services>iTunes>iTunes Store>Passwords & Security Questions>Lost or Forgotten Apple ID password.  They should be able to explain what's going on and help you reset the password for the old ID if necessary.  The call should be free.

  • I updated my iPhone 4S weeks ago and today it said I needed to update it again, so I did. Now when I send iMessage it comes up with my email address and not my number. How do I fix this?

    I updated my iPhone 4S weeks ago and today it said I needed to update it again, so I did. Now when I send iMessage it comes up with my email address and not my number. How do I fix this?

    The Snow Leopard 10.6 DVD should still be available from Apple for $20. You will have to call Apple Customer Care 1-800-692-7753 or 1-800-676-2775 to purchase it. It may still be in the Legacy Products list. The App Store which is required to download 10.7 or 10.8 is part of the 10.6.6 update.
    If they no longer have any in stock you will have to buy it from eBay or Apple resellers that still have stock. But you will have to pay a premium since the DVDs are no longer being made. Snow Leopard DVDs are already up to $100 on Amazon.
    http://www.ebay.com/sch/i.html?_nkw=10.6+snow+leopard&_sacat=0&_odkw=mac+os+10.6 &_osacat=0

  • My iPhone contacts are only showing email address and not telephone number

    I have an iPhone 4S running OS6. For some reason of late my contacts are only displaying the email address and not the telephone number.
    I have repowered the phone a number of times but the issue still persists.
    Can any one tell me how to fix this ???

    Hi Kimberly,
    Try the following:
    1. Go to Settings > Messages > Send & Receive
    2. Check where the Start New Conversation From is set to. If it's not your number, select your number.
    If the above doesn't work...
    1. In Settings > Messages, tap on iMessage to turn it off.
    2. Reboot phone and after the phone restarts turn iMessage back on.
    Hope those help!

  • How to delete iCloud email address and not iCloud service

    how to delete iCloud email address and not iCloud service.
    It is very anoying that I can't cancel icloud email address. Can someone help me?

    You can't delete either the account or the email address. If you are getting messages to it you don't want to see, go to http://icloud.com and to the Mail page: click on the cogwheel icon at bottom left and choose 'Rules'. Then set up a Rule to move all messages to your address to the Trash.

  • When emails arrive they arrive as email addresses and not names

    When emails arrive they arrive as email addresses and not names from my contact list.
    What gives?
    Thanks

    ok well I think I can confirm your theory by the fact that the few names that do show up are from PCs (where people's names are always entered in).
    Generally, most people enter their name in the Name field for their email account settings with the email client used on their computer, but not always. This is entirely up to the sender and is not required.
    90% of everyone else on my contact list is using mobile phones where names are not used like they are on PCs or smart phones.
    The very same applies to the email client used on a cell phone. I can remove my first and last name from the Name field for my email account settings, or I can enter Allan or ALLAN only and if I use ALL CAPS for my first name or for my first and last name, the name I've entered in the Name field will appear in ALL CAPS when the email is received. If I remove my name from the name field, my email address will appear only with all sent messages.
    This must mean that you too must have a lot of no name emails coming in right?
    Nope, because the overwhelming majority of people that send me email have their name entered in the Name field for their email account settings with the email client used on their computer for accessing the account and with the email client on their smart phone.

Maybe you are looking for