Skip to content

Commit

Permalink
contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zanetti committed Jul 5, 2020
1 parent 20c0920 commit a984fd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h3 style="text-align: center; margin-bottom: 25px;">Contact Me</h3>
</div>
</div>

<form>
<form action="POST" data-netlify="true">
<div class="contact-form">
<div class="field">
<input type="text" name="name" id="name" placeholder="Name" class="field-input" /></div>
Expand All @@ -185,6 +185,9 @@ <h3 style="text-align: center; margin-bottom: 25px;">Contact Me</h3>
<div class="message-wrap">
<textarea name="message" id="message" placeholder="Message..." rows="7" class="message-field"></textarea>
</div>
<div class="field">
<div data-netlify-recaptcha="true"></div>
</div>
<button type="submit" class="submit-button">Submit</button>

</div>
Expand Down

0 comments on commit a984fd3

Please sign in to comment.