Skip to content

Commit

Permalink
formspree forwarder
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekpanthee authored Mar 19, 2024
1 parent 7b70400 commit 8e778b2
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 @@ -86,7 +86,7 @@ <h2 class="section-title">Contact</h2>
</div>
<div class="row contact-bg p-5 rounded mb-5">
<div class="col-lg-7 mb-4 mb-lg-0">
<form class="contact-form" method="post" action="contact.php"">
<form class="contact-form" action="http://formspree.io/[email protected]">
<input type="text" class="form-control mb-3" id="name" name="name" placeholder="Your Name">
<input type="email" class="form-control mb-3" id="mail" name="email" placeholder="Your Email">
<textarea name="message" id="message" name=""msg" class="form-control mb-3" placeholder="Your Message"></textarea>
Expand Down

0 comments on commit 8e778b2

Please sign in to comment.