google recaptcha
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3464 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
ad4dff526c
commit
3cb28e108b
2 changed files with 44 additions and 2 deletions
|
|
@ -12,11 +12,18 @@
|
|||
werden uns dann umgehend bei Ihnen melden. Ihre Daten (Name, Telefonnummer etc.) werden ausschließlich zur
|
||||
Bearbeitung Ihrer Anfrage verwendet und nicht an Dritte weitergegeben.
|
||||
</p>
|
||||
|
||||
<script src='https://www.google.com/recaptcha/api.js'></script>
|
||||
<div id="contact_form" class="contact_form">
|
||||
|
||||
<form id="contactform" action="/kontakt" name="contactform" method="post" data-toggle="validator">
|
||||
|
||||
{% if re_error != "" %}
|
||||
<div class="alert alert-danger" style="margin-bottom: 0px;padding: 10px 15px;">
|
||||
{{ re_error }}
|
||||
</div>
|
||||
<br>
|
||||
{% endif %}
|
||||
|
||||
<div class="form-box">
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<h2>Reisedaten</h2>
|
||||
|
|
@ -108,6 +115,18 @@
|
|||
</div>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
|
||||
{% if re_error != "" %}
|
||||
<div class="alert alert-danger" style="margin-bottom: 0px;padding: 10px 15px;">
|
||||
{{ re_error }}
|
||||
</div>
|
||||
<br>
|
||||
{% endif %}
|
||||
|
||||
<div class="g-recaptcha" data-sitekey="6LfjBm8UAAAAAIN68ozw90OctADqjXSv7O-E_epJ"></div>
|
||||
|
||||
<br clear="all">
|
||||
</div>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<button type="submit" value="SEND" id="submit" class="aligncenter btn btn-primary btn-lg border-radius">Anfrage absenden</button>
|
||||
</div>
|
||||
</div><!-- end form-box -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue