Contact Form
Contact Form.
Contact Form 01
Sent A Message
<div class="py-10 text-center mx-auto" style="max-width: 750px">
<h2 class="fs-34 lh-129 mb-7">
Sent A Message
</h2>
<form>
<div class="row mb-6">
<div class="col-sm-6 mb-6 mb-sm-0">
<input type="text" class="form-control border-0" placeholder="Name" required>
</div>
<div class="col-sm-6">
<input type="email" class="form-control border-0" placeholder="Email" required>
</div>
</div>
<div class="form-group mb-4">
<textarea class="form-control border-0" rows="6" placeholder="Messenger"></textarea>
</div>
<div class="custom-control custom-checkbox mb-6 text-left">
<input type="checkbox" class="custom-control-input" id="customCheck1">
<label class="custom-control-label custom-control-label-02 text-body" for="customCheck1"> Save my name, email in this browse for the next time I comment</label>
</div>
<button type="submit" class="btn btn-secondary px-7 bg-hover-primary border-hover-primary">Submit</button>
</form>
</div>
Contact Form 02
Sent A Message
<div class="py-10" style="max-width: 770px">
<h2 class="fs-34 lh-129 mb-7">
Sent A Message
</h2>
<form>
<div class="row mb-6">
<div class="col-sm-6 mb-6 mb-sm-0">
<input type="text" class="form-control border-0" placeholder="Name" required>
</div>
<div class="col-sm-6">
<input type="email" class="form-control border-0" placeholder="Email" required>
</div>
</div>
<div class="form-group mb-4">
<textarea class="form-control border-0" rows="6" placeholder="Messenger"></textarea>
</div>
<div class="custom-control custom-checkbox mb-6">
<input type="checkbox" class="custom-control-input" id="customCheck2">
<label class="custom-control-label custom-control-label-02 text-body" for="customCheck2"> Save my name, email in this browse for the next time I comment</label>
</div>
<button type="submit" class="btn btn-secondary px-7 bg-hover-primary border-hover-primary">Submit</button>
</form>
</div>