Message qui arrive pas
Résolu
steph_59
Messages postés
105
Statut
Membre
-
steph_59 Messages postés 105 Statut Membre -
steph_59 Messages postés 105 Statut Membre -
Bonjour,
voila j'ai fait un formulaire sur mon site l'osque mes visiteur l'envoie je ne les reçois pas dans ma boite mail ?
je ne trouve pas le problème
voici mon code
<form action="mailto: ici j'ai mis mon adresse mail"
method="post" enctype="text/plain">
<table align="center">
<tbody>
<tr>
<td style="font-weight: bold;"><font
size="4">Entrez votre
nom :</font></td>
<td><input name="nom" type="text"></td>
</tr>
<tr>
<td style="font-weight: bold;"><big><big><span
style="font-family: Black Chancery;"><font size="4">Entrez
</font></span></big></big><font
size="4">votre
prenom :</font></td>
<td><input name="prenom" type="text"></td>
</tr>
<tr>
</tr>
<tr>
<td style="font-weight: bold;"><font
size="4">Entrez votre
E-mail:</font></td>
<td><input name="E-mail" type="text"></td>
</tr>
<tr>
<td style="font-weight: bold;"><font
size="4">Entrez votre
pseudo:</font></td>
<td><input name="pseudo" type="text"></td>
</tr>
<tr>
<td style="font-weight: bold;"><font
size="4">Entrez votre
mot de
passe:</font></td>
<td><input name="mot de passe"
type="password"></td>
</tr>
<tr>
<td colspan="2"><input
value="Envoyer" name="submit" type="submit"></td>
</tr>
</tbody>
</table>
</form>
merci de votre aide
voila j'ai fait un formulaire sur mon site l'osque mes visiteur l'envoie je ne les reçois pas dans ma boite mail ?
je ne trouve pas le problème
voici mon code
<form action="mailto: ici j'ai mis mon adresse mail"
method="post" enctype="text/plain">
<table align="center">
<tbody>
<tr>
<td style="font-weight: bold;"><font
size="4">Entrez votre
nom :</font></td>
<td><input name="nom" type="text"></td>
</tr>
<tr>
<td style="font-weight: bold;"><big><big><span
style="font-family: Black Chancery;"><font size="4">Entrez
</font></span></big></big><font
size="4">votre
prenom :</font></td>
<td><input name="prenom" type="text"></td>
</tr>
<tr>
</tr>
<tr>
<td style="font-weight: bold;"><font
size="4">Entrez votre
E-mail:</font></td>
<td><input name="E-mail" type="text"></td>
</tr>
<tr>
<td style="font-weight: bold;"><font
size="4">Entrez votre
pseudo:</font></td>
<td><input name="pseudo" type="text"></td>
</tr>
<tr>
<td style="font-weight: bold;"><font
size="4">Entrez votre
mot de
passe:</font></td>
<td><input name="mot de passe"
type="password"></td>
</tr>
<tr>
<td colspan="2"><input
value="Envoyer" name="submit" type="submit"></td>
</tr>
</tbody>
</table>
</form>
merci de votre aide
Configuration: Windows XP Firefox 2.0.0.14
A voir également:
- Message qui arrive pas
- Recuperer message whatsapp supprimé - Guide
- Message absence thunderbird - Guide
- Epingler un message whatsapp - Accueil - Messagerie instantanée
- Message non envoyé - Forum Mobile
- Invitation par message messenger mais pas de message - Forum Facebook Messenger
6 réponses
bonjour bartwadela merci pour ton aide
donc je remplace
<td colspan="2"><input value="Envoyer" name="submit" type="submit"></td>
par
<input type=button href="mailto:nom@dom.fr" value="text-dans-bouton"></input>
et ce code
<a href="mailto:nom@domaine.fr"> - ici - </a>
a la place de
<form action="mailto: ici j'ai mis mon adresse mail"
method="post" enctype="text/plain">
donc je remplace
<td colspan="2"><input value="Envoyer" name="submit" type="submit"></td>
par
<input type=button href="mailto:nom@dom.fr" value="text-dans-bouton"></input>
et ce code
<a href="mailto:nom@domaine.fr"> - ici - </a>
a la place de
<form action="mailto: ici j'ai mis mon adresse mail"
method="post" enctype="text/plain">
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question