Bonjour, je viens de m'inscrire à "sitego" pour le module "annonce" et je rencontre 2 gros problèmes dans le formulaire "déposer une annonce".
Le 1er: Dans le champ-texte "email", il marque d'office "email incomplet" car trop petit. J'ai donc éditer en mode "source" mais il ne valide pas mes modif.
Le 2ème: Comment insérer au formulaire un champ "lien" afin que les membres puissent y mettre leur site et que ca apparaisse dans leur annonce?
Voilà le formulaire http://www.sitego.fr/annonces-afcb/d...e-annonce.html
son code source :
Code HTML : 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<form action="../liste_annonce.php" method="post" enctype="multipart/form-data">
    <table border="0">
        <tbody>
            <tr>
                <td><strong>Rubrique :</strong></td>
                <td width="99%">{sitego:select_cat_annonce}</td>
            </tr>
            <tr>
                <td colspan="2">&nbsp;</td>
            </tr>
            <tr>
                <td><strong>Titre :</strong></td>
                <td><input maxlength="66" size="60" onmouseover="tip('66 caractères max pour le titre', 300)" onmouseout="hidetip()" name="titre" type="text" /></td>
            </tr>
            <tr>
                <td style="vertical-align: top"><strong>Annonce :</strong></td>
                <td><textarea id="maxcharfield" rows="3" cols="70" onmouseover="tip('255 caractères max', 300)" onmouseout="hidetip()" onFocus="textCounter(this,'progressbar1',255)" onKeyUp="textCounter(this,'progressbar1',255)" onKeyDown="textCounter(this,'progressbar1',255)" name="annonce"></textarea>
                <div class="progress" id="progressbar1">&nbsp;</div>
                </td>
            </tr>
            <tr>
                <td colspan="2">&nbsp;</td>
            </tr>
            <tr>
                <td><strong>Nom :</strong></td>
                <td><input maxlength="66" onmouseover="tip('66 caractères max', 300)" onmouseout="hidetip()" name="nom_prenom" type="text" /></td>
            </tr>
            <tr>
                <td><strong>Email :</strong></td>
                <td width="200" height="5"><input maxlength="100" onmouseover="tip('Votre adresse email étant le seul moyen de vous contacter pour le rappel de publication, nous vous conseillons de bien faire attention à son orthographe', 300)" onmouseout="hidetip()" onkeyup="verifEmail(this.value)" name="email" type="text" />&nbsp;<span id="emailbox"> </span></td>
                <td>&nbsp;</td>
            </tr>
            <tr>
                <td><strong>T&eacute;l. Portable :</strong></td>
                <td><input maxlength="15" size="15" onmouseover="tip('Entrez un premier numéro de téléphone.', 300)" onmouseout="hidetip()" name="tel_1" type="text" /></td>
            </tr>
            <tr>
                <td><strong>T&eacute;l. Fixe :</strong></td>
                <td><input maxlength="15" size="15" onmouseover="tip('Vous pouvez indiquer un deuxième numéro de téléphone.', 300)" onmouseout="hidetip()" name="tel_2" type="text" /></td>
            </tr>
            <tr>
                <td nowrap="nowrap"><strong>Prix :</strong></td>
                <td><input maxlength="10" size="10" onmouseover="tip('Indiquez votre prix, en chiffre uniquement.', 300)" onmouseout="hidetip()" name="prix" type="text" /></td>
            </tr>
            <tr>
                <td><strong>Ville :</strong></td>
                <td><input maxlength="50" size="30" onmouseover="tip('50 caractères max', 300)" onmouseout="hidetip()" name="ville" type="text" /></td>
            </tr>
            <tr>
                <td><strong>Code postal :</strong></td>
                <td><input maxlength="6" size="6" onmouseover="tip('6 caractères max', 300)" onmouseout="hidetip()" name="code_postal" type="text" /></td>
            </tr>
            <tr>
                <td colspan="2">&nbsp;</td>
            </tr>
            <tr>
                <td>Image 1 :</td>
                <td><input type="file" onmouseover="tip('(Facultatif) Si vous souhaitez ajouter une image avec cette annonce, veuillez indiquer son chemin en cliquant sur le bouton parcourir.', 400)" onmouseout="hidetip()" name="Image_Annonce_1" /></td>
            </tr>
            <tr>
                <td>Image 2 :</td>
                <td><input type="file" onmouseover="tip('(Facultatif) Si vous souhaitez ajouter une image avec cette annonce, veuillez indiquer son chemin en cliquant sur le bouton parcourir.', 400)" onmouseout="hidetip()" name="Image_Annonce_2" /></td>
            </tr>
            <tr>
                <td>Image 3 :</td>
                <td><input type="file" onmouseover="tip('(Facultatif) Si vous souhaitez ajouter une image avec cette annonce, veuillez indiquer son chemin en cliquant sur le bouton parcourir.', 400)" onmouseout="hidetip()" name="Image_Annonce_3" /></td>
            </tr>
            <tr>
                <td>Image 4 :</td>
                <td><input type="file" onmouseover="tip('(Facultatif) Si vous souhaitez ajouter une image avec cette annonce, veuillez indiquer son chemin en cliquant sur le bouton parcourir.', 400)" onmouseout="hidetip()" name="Image_Annonce_4" /></td>
            </tr>
            <tr>
                <td colspan="2">&nbsp;</td>
            </tr>
            <tr>
                <td nowrap="nowrap"><strong>L'annonce expire dans :</strong></td>
                <td><select name="date_rappel">
                <option value="259200">3 jours</option>
                <option value="604800">7 jours</option>
                <option value="1209600">14 jours</option>
                <option value="2419200">30 jours</option>
                <option value="7257600" selected="selected">90 jours</option>
                </select></td>
            </tr>
            <tr>
                <td colspan="2"><input type="hidden" name="id_annonce" value="0" /> <input type="hidden" name="public" value="1" /> <input type="hidden" name="page_retour" /></td>
            </tr>
        </tbody>
    </table>
    <p><input style="border-right: medium none; border-top: medium none; border-left: medium none; border-bottom: medium none" type="image" alt="Envoyer" src="../img/bouton_envoyer.gif" value="Envoyer" /></p>
</form>
Merci si vous pouvez m'aider....