Bonjour,
J'ai intégré sur une image mon formulaire newsletter qui fonctionne. Mais le problème est que quand je clique sur s'inscrire et qu'il revient à la page j'ai toujours d'inscris dans le formulaire.
J'aurais bien aimé que une fois partie le formulaire redevienne automatiquement vide. Voici ci-dessous le code.
Merci de votre aide !
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30 <div align="center"> <form action="http://www.mondomaine.com/autoreponder/subscribe.php" method="post"> <table width="153" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"><img src="images3/optin_01.gif" alt="" width="154" height="111"></td> </tr> <td colspan="3"> <img src="images3/optin_02.gif" alt="" width="154" height="26"></td> </tr> <tr> <td colspan="3" background="images3/optin_03.gif"><div align="center"><p align="center"> <input type="text" name="name" size="16" maxlength="50"></div></td> </tr> <tr> <td colspan="3"><img src="images3/optin_04.gif" alt="" width="154" height="20"></td> </tr> <tr> <td colspan="3" background="images3/optin_05.gif"><div align="center"><input type="text" name="email" size="16" maxlength="100"></div></td> </tr> <tr> <td height="34" colspan="3"><input type="image" value="Inscrivez-vous maintenant!" src="images3/optin_06.gif" alt="" width="154" height="34"></td> </tr> <tr> <td height="35" colspan="3" valign="top"><img src="images3/optin_07.gif" alt="" width="154" height="23"></td> </tr> </table> <input type="hidden" name="user_id" value="2"> <input type="hidden" name="redirect" value=""> </form> </div>
Bruno
Partager