Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
guptakushal03 committed Nov 11, 2023
1 parent 86c2d42 commit 318f2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>

<div class="contact-form">
<form action="#" method="post">
<form action="#">
<div class="column">
<div class="form-group name-group row" style="padding-right: 10px;">
<input type="text" id="name" name="name" required placeholder="Name">
Expand All @@ -72,7 +72,7 @@
<textarea id="message" name="message" rows="4" required placeholder="Message"></textarea>
</div>
<div align="center">
<input type="submit" value="Submit" class="green-button final-submit">
<input type="submit" value="Submit" class="green-button final-submit" onclick="showAlert()">
</div>
</form>
</div>
Expand Down

0 comments on commit 318f2b3

Please sign in to comment.