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 20d5f27 commit aae8448
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,18 @@
<div class="w3-clear"></div>
<header class="w3-center w3-margin-bottom">

<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>
<form action="https://formspree.io/f/mkndqdky" method="POST">
<label>
Your email:
<input type="email" name="email">
</label>
<label>
Your message:
<textarea name="message"></textarea>
</label>
<!-- your other form fields go here -->
<button type="submit">Send</button>
</form>

// Open and close sidebar
function w3_open() {
Expand Down

0 comments on commit aae8448

Please sign in to comment.