Je cherche a faire fonctioner ce formulaire de contact. je suis un parfais newbie et je ne sais pas du tout comment m'y prendre, ce qu'il manque, ou le mettre, etc...
Pouriez-vous m'aider SVP?
D'avance merci.
JLCCELL
CODE
<form id="form1" action="" enctype="multipart/form-data" name="form1">
<div class="form"><input type="text" value="Nom :" style="margin-left:22px" />
</div>
<div class="form"><input type="text" value="E-mail :" style="margin-left:22px" />
</div>
<textarea name="textarea" cols="50" rows="40" style="margin-left:22px">Message :</textarea>
<br />
<br style="line-height:15px" />
<img alt="" src="images/a2.gif" style="margin-left:35px; margin-right:9px" /><strong><a href="#" onClick="document.getElementById('form1').reset()">annuler</a></strong>
<img alt="" src="images/a2.gif" style="margin-left:29px; margin-right:9px" /><strong><a href="#" onClick="document.getElementById('form1').submit()">envoyer</a></strong>
</form>
<div class="form"><input type="text" value="Nom :" style="margin-left:22px" />
</div>
<div class="form"><input type="text" value="E-mail :" style="margin-left:22px" />
</div>
<textarea name="textarea" cols="50" rows="40" style="margin-left:22px">Message :</textarea>
<br />
<br style="line-height:15px" />
<img alt="" src="images/a2.gif" style="margin-left:35px; margin-right:9px" /><strong><a href="#" onClick="document.getElementById('form1').reset()">annuler</a></strong>
<img alt="" src="images/a2.gif" style="margin-left:29px; margin-right:9px" /><strong><a href="#" onClick="document.getElementById('form1').submit()">envoyer</a></strong>
</form>