I did that to and all i get is (Element EMAIL is undefined in FORM.) this is the html for the email box <td class="tleft"><input type="text" name="email" id="email" size="30" />
>You might want to try <cfdump var="#form#"> and you will be able to see >all the form fields that are being returned and you can verify if email >is actually in there, because it sounds like it is not. > >In the page that you post to before the <cfmail tags > > >Try: ><cfdump var="#form.email#"> ><cfabort> > >And see if a value is being posted. > >Sorry, do you mean to remove form.email and then re-test it? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 beta â Build next generation applications today. Free beta download on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2934 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
