Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ahti87 authored Oct 21, 2024
1 parent 8953d5b commit 37315ff
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,22 @@
<div class="col-lg-4 offset-xl-1 order-lg-1">
<div class="contact-form bg-white mb-4 mb-lg-0" data-aos="fade-left">

<form action="https://formspree.io/f/xoqrdlor" method="POST">
<div class="row">
<div class="col-md-12">
<div class="mb-3">
<input type="text" name="name" class="form-control" placeholder="Name..">
</div>
</div>
<div class="col-md-12">
<div class="mb-3">
<input type="email" namme="email" class="form-control" placeholder="Email">
</div>
</div>
<div class="col-md-12">
<div class="mb-3">
<textarea name="message" class="form-control" rows="4" placeholder="Message"></textarea>
</div>
</div>
</div>
<button type="submit" class="btn btn-danger w-100">Send the message</button>
</form>
<form action="https://formspree.io/f/mzzbzenv" method="POST">
<label>
Your name:
<textarea name="Name"></textarea>
</label>
<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 the message</button>
</form>
</div>
</div>
<div class="col-lg-7 order-lg-12">
Expand Down

0 comments on commit 37315ff

Please sign in to comment.