Phoeun, Don't know if it's a bug in outlook but I went into tools - options - mail format and changed the format to html and it worked. Prior to changing it, it didn't work so perhaps this setting also has an effect on the way the email is interpreted - I always assumed it only affected outgoing emails
HTH Kola -----Original Message----- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: 13 June 2002 22:37 To: CF-Talk Subject: RE: <CF_Forms_in_HTML_E-Mail> No Answers yet process is spelled with 1 c only. maybe u got the spelling mixed up with the actual file -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 5:03 PM To: CF-Talk Subject: <CF_Forms_in_HTML_E-Mail> No Answers yet Hello, No one seems to be able to answer this one ... Sending an HTML e-mail using cfmail ... In the HTML E-mail is a basic form ... When I hit submit from within Outlook, the form won't process. Why? CODE: <CFMAIL to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]" subject="HTML FORM E- MAIL" type="HTML"> <form action="http://www.domainname.com/proccess.cfm" method="post"> <table align="left" border="0" width="50%" cellpadding="4" cellspacing="0"> <tr> <td align="left" >Question 1: How is the evaluation of our product going?</td> <tr> </tr> <td align="center"> <select name="q1" size="1"> <option value="1" SELECTED>Select an Answer</option> <option value="2">Ready to Place an Order</option> <option value="3">Need More Time</option> <option value="4">Need Some Help</option> <option value="5">No Purchases Planned</option> <option value="6">Never Received Sample</option> </select> </td> <tr></tr> <td align="left" >Question 2: Are there any issues or conerns you need help with?</td> <tr> </tr> <td align="center"> <select name="q1" size="1"> <option value="1" SELECTED>Select an Answer</option> <option value="2">No Problems</option> <option value="3">Need a Application Enginner</option> <option value="4">Products Aren't Working</option> <option value="5">Took to Long to Get Sample</option> <option value="6">Something Else</option> </select> </td> <tr></tr> <td align="left" >Question 3: Why is Steve so successful?</td> <tr></tr> <td align="center"> <select name="q1" size="1"> <option value="1" SELECTED>Select an Answer</option> <option value="2">Good Looks</option> <option value="3">Brains</option> <option value="4">Charm and Wit</option> <option value="5">Product Knowledge</option> <option value="6">All of the Above</option> </select> </td> <tr></tr> <td align="center"> <input type="submit" name="submit" value="Submit Information"> </td> </tr> </table> </form> </CFMAIL> D- ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

