No "Action"
It took me an hour to track down the reason one of my contact forms wasn't working. In the cfform header, I put action="signupthanks.cfm" to direct the user to a thank you page after submitting the email. I guess cfmail won't work with anything in the "action". More likely, any entry in this parameter simply bypasses the rest of the code once the submit button is clicked.

Archives