[thelist] ColdFusion HELP with email form

Adam Patrick apatrick at oracular.com
Tue Aug 8 11:31:27 CDT 2000


> HTML code for the form in question:

Looks like you probably need a form tag.  
Try this:

> 
> <body bgcolor="#FFFFFF">
* <form action="foo.cfm" method="post">                       <--   *
> <table border="0" cellpadding="0" cellspacing="4">
>   <tr>
>     <td align="right" valign="top">Name:</td>
>     <td>
>       <input type="text" name="fname" size="24" maxlength="30">
<snip>
>       <input type="text" name="Email" size="24" maxlength="30">
>     </td>
>   </tr>
> </table>
* </form>                                                     <--   *
> </body>



_______________________________________________________________
Get your Private, Free FarmDance at http://farmer.oracular.com/




More information about the thelist mailing list