Contact Form
Contact Form.
Contact Form 01
We would love to hear from you.
If you’ve got great products your making or looking to work with us then drop us a line.
<div class="py-10" style="max-width: 770px">
<h2 class="fs-24 125 mb-0">
We would love to hear from you.
</h2>
<p class="mb-7">If you’ve got great products your making or looking to work with us then drop us a line.</p>
<form>
<div class="row mb-6">
<div class="col-sm-6 mb-6 mb-sm-0">
<input type="text" class="form-control" placeholder="Name" required>
</div>
<div class="col-sm-6">
<input type="email" class="form-control" placeholder="Email" required>
</div>
</div>
<div class="form-group mb-4">
<textarea class="form-control" 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-primary" for="customCheck2"> Save my name,
email in this browse for the next time I comment</label>
</div>
<button type="submit" class="btn btn-primary px-7">Submit Now</button>
</form>
</div>