Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

formmail.cfm problems

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
My formmail.cfm doesnt seem to work. No errors, but no email gets sent to me. Can anyone see whats wrong?

<CFMAIL to=&quot;me@myisp.com&quot; from=&quot;form@mywebsite.com&quot; subject=&quot;ORDER&quot; server=&quot;mail.mywebsite.com&quot; port=25>
#form.fieldnames#
</CFMAIL>
<cflocation url=&quot;thanks.htm&quot;>

I was told that #form.fieldnames# will print all the input fields without having to specify them all individually. Do i have to do <form name=&quot;fieldnames&quot; ... > or is it a generic thing? My page which calls formmail.cfm looks pretty much like this:

<form action=&quot;formmail.cfm&quot; method=&quot;POST&quot;>
<input type=text name=&quot;name&quot;>
<input type=text name=&quot;company&quot;>
<input type=text name=&quot;Email&quot;>
<input type=&quot;submit&quot; value=&quot;Send order&quot;>
</form>

any ideas??

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top