mirror of
https://github.com/skoobasteeve/skoobasteeve.github.io.2.git
synced 2026-03-20 16:08:56 +00:00
Compare commits
1 Commits
d2cdaa024d
...
form-test
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e1be7519e |
25
_pages/contact.md
Normal file
25
_pages/contact.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
layout: single
|
||||||
|
title: Contact
|
||||||
|
permalink: /contact/
|
||||||
|
---
|
||||||
|
<form name="contact" netlify>
|
||||||
|
<p>
|
||||||
|
<label>Name <input type="text" name="name" /></label>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<label>Email <input type="email" name="email" /></label>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<label>Phone <input type="text" name="phone" /></label>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<label>+1 (If applicable) <input type="text" name="plusone" /></label>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<label>Comments <input type="text" name="comments" /></label>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<button type="submit">Send</button>
|
||||||
|
</p>
|
||||||
|
</form>
|
||||||
Reference in New Issue
Block a user