Bonjour j'ai creer un formulaire mais je voudrais l'ameliorer pouvez vous m'aider ?
Tout d'abbord je voudrais que au lieux que les utilisateurs de mon formulaire passent par outhlook que ce soit automatique et aussi que le message que je recoit les reponses soient plus claires car la :/ voila mon code :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>rapport_de_beug</title>
</head>
<body>
<form method="post" action="mailto:tac-xl@tutoandco.info"
name="Rapport_de_beug">
<table
style="text-align: left; background-color: rgb(255, 255, 255); height: 64px; width: 564px;"
border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: middle; text-align: center; background-color: rgb(0, 0, 153);"><span
style="color: rgb(255, 255, 255); font-weight: bold;">Rapport
de beug :</span></td>
</tr>
<tr>
<td align="center" valign="middle"> Cochez
les cases correspondantes à vos beugs</td>
</tr>
</tbody>
</table>
<br>
<table style="text-align: left; width: 560px; height: 92px;"
border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: middle; text-align: center; background-color: rgb(0, 0, 153); width: 50%;"><input
name="Un téléchargement est Hs "
value="Un téléchargement est Hs " type="checkbox"><span
style="color: rgb(255, 255, 255);">Un
téléchargement est hs<br>
<input name="Un script ne marche pas "
value="Un script ne marche pas " type="checkbox">Un
script ne marche pas.<br>
<input name="Problème avec l'autosurf"
value="Problème avec l'autosurf" type="checkbox">Problème
avec l'autosurf.<br>
<input name="Une page est introuvable "
value="Une page est introuvable " type="checkbox">Une
page est introuvable.</span></td>
<td
style="vertical-align: middle; text-align: center; background-color: rgb(0, 0, 153);"><input
style="color: rgb(255, 255, 255);"
name="Un formulaire ne marche pas "
value="Un formulaire ne marche pas " type="checkbox"><span
style="color: rgb(255, 255, 255);">Un formulaire est hs.
<br>
<input name="Le livre d'or ne marche pas "
value="Le livre d'or ne marche pas " type="checkbox">Livre
d'or hs.
<br>
<input name="temps de chargement"
value="temps de chargement" type="checkbox">Temps de
chargement trop long<br>
<input name="Autre problème " value="Autre problème "
type="checkbox">Autre problème.
</span></td>
</tr>
</tbody>
</table>
<br>
<table
style="text-align: left; background-color: rgb(255, 255, 255); width: 564px; height: 64px;"
border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr style="color: rgb(255, 255, 255); font-weight: bold;">
<td
style="vertical-align: middle; text-align: center; background-color: rgb(0, 0, 153);">
Veuillez indiquer ici le titre ou l'adresse de la page ou il y a le beug</td>
</tr>
<tr>
<td align="center" valign="middle"><input
maxlength="100" size="50" name="adresse du beug"></td>
</tr>
</tbody>
</table>
<br>
<table
style="text-align: left; background-color: rgb(255, 255, 255); width: 564px; height: 64px;"
border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr style="font-weight: bold; color: rgb(255, 255, 255);">
<td
style="vertical-align: middle; text-align: center; background-color: rgb(0, 0, 153);">
Description du beug :</td>
</tr>
<tr>
<td align="center" valign="middle"><textarea
name="Description" rows="5" cols="50"></textarea></td>
</tr>
</tbody>
</table>
<br>
<table
style="text-align: left; background-color: rgb(255, 255, 255); width: 564px; height: 136px;"
border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr style="color: rgb(255, 255, 255);">
<td
style="vertical-align: middle; text-align: center; background-color: rgb(0, 0, 153);"><b>
Informations sur vous :</b></td>
</tr>
<tr>
<td align="center" valign="middle"><b>
<input name="radio1" value="Monsieur"
checked="checked" type="radio">Mr <input
name="radio1" value="Monsieur" type="radio">
Mme <input name="radio1" value="Monsieur" type="radio">
Melle <br>
Pseudo : <input name="pseudo">
<br>
Site web : <input size="50" name="site web"><br>
Email : <input size="50" name="email">
</b></td>
</tr>
</tbody>
</table>
<br>
<input name="tout effacer" value="Tout effacer"
type="reset"> <input
name="Envoyer" value="Envoyer" type="submit"><br>
<br>
</form>
<br>
</body>
</html>
si quelqu un peut m'éclairer
bonne journée