0% found this document useful (0 votes)
6 views2 pages

New Text Document

Uploaded by

sujan.khatri1321
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

New Text Document

Uploaded by

sujan.khatri1321
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<div class="col-lg-1"></div>

<div class="col-md-12 col-lg-7">


<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="text-secondary double-down-
line text-center mb-5">Contact For
Bookings</h2>
<?php echo $msg; ?><?php echo $error; ?
>
</div>
</div>

<div class="row">
<div class="col-md-12">
<form class="w-100" action="#"
method="post">
<div class="row">
<div class="row mb-4">
<div class="form-group col-
lg-6">
<input type="text"
name="name" class="form-control"

placeholder="Name*">
</div>
<div class="form-group col-
lg-6">
<input type="text"
name="email" class="form-control"

placeholder="Email*">
</div>
<div class="form-group col-
lg-6">
<input type="text"
name="phone" class="form-control"
placeholder="Phone"
maxlength="10">
</div>
<div class="form-group col-
lg-6">
<input type="text"
name="subject" class="form-control"

placeholder="Subject">
</div>
<div class="col-lg-12">
<div class="form-
group">
<textarea
name="message" class="form-control" rows="5"

placeholder="Type Comments..."></textarea>
</div>
</div>
</div>
<button type="submit"
value="send message" name="send"
class="btn btn-
success">Book Visit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

You might also like