Since I am incapable of coding I created a form in FrontPage with
fields like name, address etc.. I then have a submit button where
it should email the results to my email address.
I then copied the html to a text/html module in the dnn3 site.
Everything looks good but the email does not seem to be
generated. Any ideas ?
Thanks in advance for any help.
LouSir
Here is the htm generated by frontpage:
<META http-equiv=Content-Language content=en-us>
<FORM action=--WEBBOT-SELF-- method=post><!--webbot
bot="SaveResults" U-File="_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE"
S-Email-Address="
[email protected]" S-Email-Format="TEXT/PRE" -->First
Name<INPUT style="BACKGROUND-COLOR: #ffffa0" size=27
name=FirstName>Last Name<INPUT style="BACKGROUND-COLOR: #ffffa0"
size=28
name=LastName><BR>Address
<INPUT style="BACKGROUND-COLOR: #ffffa0" size=63 name=Address>
<P>City <INPUT
style="BACKGROUND-COLOR: #ffffa0"
name=city> State <INPUT
style="BACKGROUND-COLOR: #ffffa0" name=State>
Zip<INPUT style="BACKGROUND-COLOR: #ffffa0" name=zip></P>
<P><BUTTON name=B1 type=submit>submit</BUTTON></P></FORM>