added an anti-spam honeypot to contact form
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
|
||||
<!-- Container (Méditation SUNYATA Section) -->
|
||||
<div id="band" class="text-center">
|
||||
<div id="about" class="text-center">
|
||||
<h5>LA MEDITATION SUNYATA</h5>
|
||||
<p>Le centre de Méditation SUNYATA Paris est une branche du <a href="http://www.sunyatameditation.org/">SUNYATA Méditation Center</a> dont le siège est à Perris, CA, Etats-Unis.<br />
|
||||
Notre but est de promouvoir la pratique de la méditation et du QiGong SUNYATA à Paris.
|
||||
@@ -103,7 +103,7 @@
|
||||
<!-- Container (ACTIVITES Section) -->
|
||||
<br>
|
||||
<br>
|
||||
<div id="tour" class="bg-1">
|
||||
<div id="activities" class="bg-1">
|
||||
<h5 class="text-center">NOS ACTIVITES</h5>
|
||||
<div class="row text-center">
|
||||
<div class="col-sm-4">
|
||||
@@ -187,6 +187,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<textarea class="form-control" id="comments" name="comments" placeholder="Message" required rows="5"></textarea>
|
||||
<input class="form-control" id="ngot" name="ngot" placeholder="Mât Ngot" type="text">
|
||||
<br>
|
||||
<button class="btn btn-primary" type="submit" name="form.submitted">Envoyer</button>
|
||||
</form>
|
||||
@@ -194,4 +195,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(document).ready(
|
||||
function(){
|
||||
$('#ngot').hide()
|
||||
}
|
||||
)
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user