Add contact page
This commit is contained in:
parent
ea277ae757
commit
2c725fcc4f
6 changed files with 61 additions and 4 deletions
33
_pages/contact.md
Normal file
33
_pages/contact.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
layout: document
|
||||
title: Contact
|
||||
permalink: /contact/
|
||||
---
|
||||
|
||||
|
||||
<script src="https://ucarecdn.com/libs/widget/3.x/uploadcare.full.min.js" type="d021e7f2994a79487a8fe3ce-text/javascript"></script>
|
||||
<script src="https://js.hcaptcha.com/1/api.js" async defer></script>
|
||||
|
||||
<form action="https://submit-form.com/YK79qXIi">
|
||||
<input
|
||||
type="hidden"
|
||||
name="_redirect"
|
||||
value="https://blueanimates.com/contact/thanks/"
|
||||
/>
|
||||
<label for="name">Name</label>
|
||||
<input type="text" id="name" name="name" placeholder="" required="" />
|
||||
|
||||
<label for="email">Email</label>
|
||||
<input type="email" data="email" id="email" name="_email.replyto" placeholder="" required="" />
|
||||
|
||||
<label for="message">Message</label>
|
||||
<textarea
|
||||
id="message"
|
||||
name="message"
|
||||
placeholder=""
|
||||
required=""
|
||||
></textarea>
|
||||
|
||||
<div class="h-captcha" data-sitekey="d0787008-2fe7-4bcf-84a0-ca5ab6466979" data-theme="dark"></div>
|
||||
<button type="submit">Send</button>
|
||||
</form>
|
Reference in a new issue