Skip to content

Commit

Permalink
Merge pull request #848 from samyakmaitre/main
Browse files Browse the repository at this point in the history
Make the Contact Us! form actually send the message to your mail ID. #166
  • Loading branch information
sunny0625 authored Jun 3, 2024
2 parents c85e189 + 002ee1b commit a272720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ <h2>Download the App now!</h2>
<a href="#">Contactless Payments</a>
</ul>

<form id="contactForm">
<form id="contactForm" action="https://formsubmit.co/[email protected]" method="POST">
<h3>Contact Us!</h3>
<!-- <label for="name">Name:</label> -->
<!-- <input type="text" id="name" name="name" placeholder="Your Name" required>-->
Expand Down

0 comments on commit a272720

Please sign in to comment.