Script pour envoi formulaire vers mail
Résolu/Fermé
A voir également:
- Formulaire envoi mail html
- Yahoo mail - Accueil - Mail
- Publipostage mail - Accueil - Word
- Programmer envoi mail gmail - Guide
- Mail sos carte - Forum Vos droits sur internet
- Formulaire de réclamation facebook - Guide
61 réponses
Je pense que tout au debut du form html tu a marqué :
<form method=POST action=gras>formmail.php</gras> >
<input type=hidden name=subject value=formmail>
( erreur en gras )
sauf qu'il faut marqué action=nomdufichier.html et non pas php ( je pense index.html ou form.html ) dépend de ton serveur, mais je te conseillerais d'essayer :
action=index.html
<form method=POST action=gras>formmail.php</gras> >
<input type=hidden name=subject value=formmail>
( erreur en gras )
sauf qu'il faut marqué action=nomdufichier.html et non pas php ( je pense index.html ou form.html ) dépend de ton serveur, mais je te conseillerais d'essayer :
action=index.html
26 juin 2012 à 16:58
Merci