Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent ff8a2a4 commit 20d5f27
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,13 @@
<div class="w3-clear"></div>
<header class="w3-center w3-margin-bottom">

<form method="post" action="https://forms.un-static.com/forms/d820352bcfa888cf4f977f7e5a77185fbcd6ec61">
<input type="text" name="name" placeholder="Enter your name" required>
<input type="email" name="email" placeholder="Enter your e-mail address" required>
<textarea name="message" cols="40" rows="15"></textarea>
<button type="submit">Send</button>
<div class="text-center">
<p><small>(Powered by <a rel="nofollow" href="Un-static Forms">Un-static Forms</a>)</small></p>
</div>
</form>
<form action="https://formspree.io/f/mkndqdky" method="post">
<label for="email">Your Email</label>
<input name="Email" id="email" type="email">
<button type="submit">Submit</button>
</form>
<script>

// Open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.width = "100%";
Expand Down

0 comments on commit 20d5f27

Please sign in to comment.