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-

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to