ciao! Ragazzi....ho un grande problema e sono bloccato!!
ho creato questo sito: [URL=http://www.hotellutetia.altervista.org]
ho creato questo FORM: http://www.hotellutetia.altervista.org/formdati.html
...vorrei che i dati inseriti dagli utenti mi arrivino nella mia email....sotto allego il codice HTML ...altro non so fare!!
qualcuno può aiutarmi?? qualcuno che usa o ha usato Kompozer??
Grazie! Enzo
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>formdati</title> </head> <body style="background-color: white; color: rgb(0, 0, 0);" alink="#000088" link="#0000ff" vlink="#ff0000"> <input><input>
<div align="center"> <center>
</p> <table style="background-color: white; width: 43%;" border="0" cellpadding="3" cellspacing="3"> <tbody> <tr> <td bgcolor="#0099cc" valign="top" width="100%"> <p align="center"><font color="#ffffff" face="Verdana" size="2">
</font><big style="font-weight: bold;"><big><big><font color="#ffffff" face="Verdana, Arial, Helvetica, sans-serif" size="1"><big><big><big>Informazioni o Prenotazione </big></big></big></font></big></big></big>
</p> </td> </tr> <tr> <td bordercolor="#0099CC" bordercolorlight="#0099CC" style="width: 100%; vertical-align: top; background-color: white;"> <p style="background-color: white;" align="center"> </p> <form action="http://hotellutetia.altervista.org/formdati.html" method="post"> <input name="subject" value="OGGETTO" type="hidden"><input name="recipient" value="hotellutetia@altervista.org" type="hidden"><input name="return_link_title" value="www.hotellutetia.altervista.org/index.html" type="hidden"><input name="return_link_url" value="www.hotellutetia.altervista.org/index.html" type="hidden"><input name="required" value="email" type="hidden"><input name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT" type="hidden"><input name="redirect" value="www.hotellutetia.altervista.org" type="hidden"> <p style="color: rgb(0, 102, 153);" align="center"></p> <div style="text-align: left; color: rgb(0, 102, 153);"><font face="Verdana" size="1"> Nome : <input name="realname" size="30" style="font-family: Andale Mono; background-color: white;"></font>
<font style="color: rgb(0, 102, 153);" face="Verdana" size="1"> Mail : <input name="email" size="30" style="font-family: Andale Mono; background-color: white;"></font>
<font style="color: rgb(0, 102, 153);" face="Verdana" size="1"> Telefono: <input name="telefono" size="30" style="font-family: Andale Mono; background-color: white;"></font></div> <font style="color: rgb(0, 102, 153);" face="Verdana" size="1">
Persone: </font><font style="color: rgb(0, 102, 153);" face="Verdana" size="1"><input style="font-family: Andale Mono; background-color: white;" name="persone" size="3">
</font><font style="color: rgb(0, 102, 153);" face="Verdana" size="1"> Stanze: </font><font style="background-color: white; color: rgb(0, 102, 153);" face="Verdana" size="1"><input style="font-family: Andale Mono; background-color: white;" name="stanze" size="3"></font> <p align="center"><font face="Verdana" size="1"><font style="color: rgb(0, 102, 153);" color="#006699" face="Verdana, Arial, Helvetica, sans-serif" size="2">Messaggio</font><big><span style="color: rgb(0, 102, 153);"> Informazioni o Prenotazione
</span></big><textarea cols="39" name="Dati" rows="11" style="color: rgb(0, 0, 0); font-family: Andale Mono; background-color: white;"></textarea>
<input value="Invia" type="submit"> </font></p> </form>
</p> </td> </tr> </tbody> </table> </center> </div> </body> </html>