Skip to content

Commit

Permalink
Updated form names
Browse files Browse the repository at this point in the history
  • Loading branch information
arahmitz authored Mar 12, 2024
1 parent e2fdfb2 commit 68660fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/contact/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Feel free to reach out by dropping me a message using the form below.

<form id="fs-frm" name="simple-contact-form" accept-charset="utf-8" action="https://formspree.io/f/{form_id}" method="post">
<fieldset id="fs-frm-inputs">
<label for="full-name">Full Name</label>
<input type="text" name="name" id="full-name" placeholder="First and Last" required="">
<label for="full-name">Name</label>
<input type="text" name="name" id="full-name" placeholder="Name (required)" required="">
<label for="email-address">Email Address</label>
<input type="email" name="_replyto" id="email-address" placeholder="[email protected]" required="">
<input type="email" name="_replyto" id="email-address" placeholder="[email protected] (required)" required="">
<label for="message">Message</label>
<textarea rows="5" name="message" id="message" placeholder="Your message" required=""></textarea>
<input type="hidden" name="_subject" id="email-subject" value="Contact Form Submission">
</fieldset>
<input type="submit" value="Send">
</form>
</form>

0 comments on commit 68660fd

Please sign in to comment.