mirror of
https://github.com/chevereto/chevereto.git
synced 2026-05-06 20:25:55 +02:00
43 lines
1.9 KiB
HTML
Executable File
43 lines
1.9 KiB
HTML
Executable File
<div class="content-width">
|
|
<div class="c24 center-box margin-top-20">
|
|
<div class="header default-margin-bottom">
|
|
<h1><span class="fas fa-at margin-right-5"></span>Contact</h1>
|
|
</div>
|
|
<form method="post" class="form-content">
|
|
<p>If you want to send a message fill the form below.</p>
|
|
<div class="input-label c8">
|
|
<label for="name">Name</label>
|
|
<input type="text" name="name" id="name" class="text-input" placeholder="Your name" required>
|
|
</div>
|
|
<div class="input-label c8">
|
|
<label for="email">Email address</label>
|
|
<input type="email" name="email" id="email" class="text-input" placeholder="Your email address" required>
|
|
<div class="input-warning red-warning"></div>
|
|
</div>
|
|
<div class="input-label c8">
|
|
<label for="subject">Subject</label>
|
|
<select type="text" name="subject" id="subject" class="text-input">
|
|
<option value="general">General questions/comments</option>
|
|
<option value="dmca">DMCA complaint</option>
|
|
</select>
|
|
</div>
|
|
<div class="input-label c12">
|
|
<div><label for="message">Message</label></div>
|
|
<textarea name="message" id="message" class="text-input r3" required></textarea>
|
|
</div>
|
|
<div class="input-label" data-content="recaptcha">
|
|
<label for="recaptcha_response_field">CAPTCHA</label>
|
|
<input type="hidden" id="g-recaptcha-response" name="g-recaptcha-response">
|
|
<input type="hidden" name="action" value="recaptcha_action">
|
|
<div id="g-recaptcha"></div>
|
|
</div>
|
|
<div class="checkbox-label">
|
|
<label for="accept-tos"><input type="checkbox" name="accept-tos" id="accept-tos" class="margin-right-5" value="1" required="">I agree to the <a href="/page/tos">terms</a> and <a href="/page/privacy">privacy policy</a></label>
|
|
</div>
|
|
<div class="btn-container">
|
|
<button class="btn btn-input default" type="submit">Send message</button> <span class="btn-alt">or <a href="/">cancel</a></span>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|