forked from cloudflare/research.cloudflare.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.njk
28 lines (20 loc) · 826 Bytes
/
contact.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: content
---
<h1>Connect with Cloudflare Research</h1>
<form id="contact" method="POST" action="https://website-worker.research.cloudflare.com/contact" enctype="application/x-www-form-urlencoded">
<label for="firstname">First Name</label><input name="firstname" required><br />
<label for="lastname">Last Name</label><input name="lastname" required><br />
<label for="email">Email</label><input name="email" type="email" required><br />
<label for="organization">Organization</label><input name="organization" /><br />
<label for="country">Country</label><input name="country" /><br />
<br />
<fieldset>
<legend>What is on your mind?</legend>
<textarea name="message" style="width: 80%">
</textarea>
</fieldset>
<br />
<input type="submit" /><br />
<br />
</form>