adding invisible honeypot field
This commit is contained in:
parent
d1244304b9
commit
473cc8c876
@ -122,6 +122,10 @@
|
||||
<label for="nom">Nom</label>
|
||||
<input type="text" name="nom" id="name" />
|
||||
</div>
|
||||
<div class="field_prenom">
|
||||
<label for="prenom">Prénom</label>
|
||||
<input type="text" name="prenom" id="name" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="objet">Sujet</label>
|
||||
<input type="text" name="objet" id="subject" />
|
||||
|
@ -549,3 +549,7 @@ main footer p, body > footer p {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.field_prenom {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user