Skip to content

Commit

Permalink
getting the contact details at mail
Browse files Browse the repository at this point in the history
  • Loading branch information
DHRUV-SHERE committed Jul 26, 2024
1 parent 735cdf1 commit bb4d083
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HTML/contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ <h1>Contact Me</h1>
<span>B-14/1 Panchtirth Society, Naroda, Ahmedabad-382330, Gujarat</span>
</div>
</div>
<form id="contactForm">
<form id="contactForm" action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="fc907a5b-927b-4ca3-b35e-32cd86100469">
<div class="form-group">
<input type="text" class="form-control" id="name" name="name" required>
<label for="name">Your Name</label>
Expand Down

0 comments on commit bb4d083

Please sign in to comment.