changes working
This commit is contained in:
13
sample-hugo-template/Tech-Club-Blog/content/contact/index.md
Normal file
13
sample-hugo-template/Tech-Club-Blog/content/contact/index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
+++
|
||||
date="2020"
|
||||
title="Drop in your suggestions"
|
||||
+++
|
||||
<form method="post" name="Contact" netlify>
|
||||
<label>Name <input type="text" name="name"></label>
|
||||
<label>Email <input type="email" name="email"></label>
|
||||
<label for="message">Message</label>
|
||||
<textarea id="message" name ="message" placeholder="Write something here!" style="height:200px"></textarea>
|
||||
<button type="submit">Send</button>
|
||||
<br>
|
||||
<div data-netlify-recaptcha></div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user