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 a1c1bf7 commit ff8a2a4
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,10 @@
<header class="w3-center w3-margin-bottom">

<form method="post" action="https://forms.un-static.com/forms/d820352bcfa888cf4f977f7e5a77185fbcd6ec61">
<div class="form-group row">
<label for="inputName" class="col-sm-2 col-form-label">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputName">
</div>
</div>
<div class="form-group row">
<label for="inputEmail" class="col-sm-2 col-form-label">Email</label>
<div class="input-group col-sm-10">
<div class="input-group-prepend"><i class="input-group-text fa fa-envelope"></i></div>
<input type="email" class="form-control" id="inputEmail">
</div>
</div>
<div class="form-group row">
<label for="inputMessage" class="col-sm-2 col-form-label">Message</label>
<div class="col-sm-10">
<textarea name="inputMessage" cols="40" rows="8" class="form-control" placeholder="Please input here"></textarea>
</div>
</div>
<div class="form-group row">
<div class="col-sm-10">
<button type="submit" class="btn btn-primary">Send</button>
</div>
</div>
<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>
Expand Down

0 comments on commit ff8a2a4

Please sign in to comment.