Skip to content

Commit

Permalink
Implemented contact form handling
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderNoel authored Jul 1, 2024
1 parent 4da21e3 commit dff9465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="contact-container">
<div class="contact-form">
<h2>Get in touch</h2>
<form id="contactForm" method="POST" netlify data-netlify="true">
<form id="contactForm" action="https://formspree.io/f/meojqeoq" method="POST">
<input type="email" id="email" name="email" placeholder="Email" required>
<input type="text" id="subject" name="subject" placeholder="Subject" required>
<textarea id="message" name="message" placeholder="Message" required></textarea>
Expand Down

0 comments on commit dff9465

Please sign in to comment.