Skip to content

Commit

Permalink
Updates to form field names.
Browse files Browse the repository at this point in the history
  • Loading branch information
njjc committed Jun 20, 2024
1 parent ef8370a commit 8b68996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<input type="hidden" name="accessKey" value="3218e1d3-567d-430b-86eb-36f6256dd2ff"> <!-- Required -->
<input type="text" name="honeypot" id="honeypot" style="display: none;"> <!-- Optional -->
<label for="full-name">Name</label>
<input type="text" name="full-name" id="full-name" placeholder="First Last" required="">
<label for="email-address">Email</label>
<input type="email" name="email-address" id="email-address" placeholder="email@domain.tld" required="">
<input type="text" name="name" id="name" placeholder="First Last" required="">
<label for="email">Email</label>
<input type="email" name="email" id="email" placeholder="email@domain.tld" required="">
<label for="message">Message</label>
<textarea rows="5" name="message" id="message" placeholder="Anything you'd like me to know." required=""></textarea>
<input type="hidden" name="_subject" id="email-subject" value="Contact Form Submission">
Expand Down

0 comments on commit 8b68996

Please sign in to comment.