Updates
This commit is contained in:
@@ -1,11 +1,26 @@
|
||||
<form id="contact-form">
|
||||
<!-- .meta -->
|
||||
<div class="meta">
|
||||
<input type="hidden" class="form-control mb-2" id="Origin" name="Origin" value="https://shop.delmar.bzh" />
|
||||
<input type="text" required class="form-control mb-2" id="name" name="name" placeholder="Nom" />
|
||||
<input type="email" required class="form-control mb-2" id="email" name="email" placeholder="Email" />
|
||||
<textarea name="message" required class="form-control mb-2" id="message" placeholder="Sujet" rows="7"></textarea>
|
||||
<button type="submit" value="send" class="btn btn-block btn-outline-primary rounded">Envoyer</button>
|
||||
<div class="overlay">
|
||||
<div>
|
||||
</div>
|
||||
<input type="text" required class="form-control mb-2" name="name" placeholder="Nom" />
|
||||
<input type="email" required class="form-control mb-2" name="email" placeholder="Email" />
|
||||
<input type="text" required class="form-control mb-2" name="subject" placeholder="Sujet" />
|
||||
</div>
|
||||
<textarea name="content" required class="form-control mb-2" placeholder="Votre message" rows="7"></textarea>
|
||||
</br>
|
||||
<!-- .captcha -->
|
||||
<!-- <div align="center" class="g-recaptcha" data-sitekey="6LdbMswrAAAAAC_98Cih4UjrdlLAAlL-a27WVy5g"></div> -->
|
||||
<div class="captcha" align="center">
|
||||
<cap-widget
|
||||
data-cap-api-endpoint="https://cap.delmar.bzh/894998fe7c/"
|
||||
></cap-widget>
|
||||
</div>
|
||||
</br>
|
||||
<button type="submit" class="btn btn-block btn-outline-primary rounded">Envoyer</button>
|
||||
</br>
|
||||
<!-- .overlay -->
|
||||
<div class="overlay">
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-5">
|
||||
<h5 class="font-weight-medium mb-4">Contact us</h5>
|
||||
{{- partial "contact-form.html" . -}}
|
||||
<h5 class="font-weight-medium mb-4"> ... </h5>
|
||||
<!-- Nothing here yet -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -31,4 +31,8 @@
|
||||
{{ "<!-- Favicon -->" | safeHTML }}
|
||||
<link rel="shortcut icon" href="{{ `favicon.png` | absURL }} " type="image/x-icon">
|
||||
<link rel="icon" href="{{ `images/favicon.png` | absURL }} " type="image/x-icon">
|
||||
|
||||
{{ "<!-- reCAPTCHA -->" | safeHTML }}
|
||||
<!-- <script src="https://www.google.com/recaptcha/api.js" async defer></script> -->
|
||||
<script src="https://cap.delmar.bzh/assets/widget.js"></script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user