55ok

Mini

Direktori : /home/bestphotography/public_html/
Upload File :
Current File : /home/bestphotography/public_html/book-a-slot.php

<!DOCTYPE html>
<html lang="zxx">
    

<head>
        <!-- Meta Tags -->
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
        <meta name="description" content="Are you looking for a professional photographer in Valasaravakkam at an affordable cost? Best Photography in Chennai offers stunning services capturing corporate events, weddings, products, and any occasion. Get in touch">
        <meta name="author" content="">

        <!-- Favicon and touch Icons -->
        <link href="assets/img/favicon.png" rel="shortcut icon" type="image/png">  

        <!-- Page Title -->
        <title>Best Photography in Valasaravakkam| Professional Photographers in Chennai</title>    
        
        <!-- Styles Include -->
        <link rel="stylesheet" href="assets/css/main.css">
        
    </head>


    <body class="theme-style--light">

        <!-- Preloader -->
        <?php include "preloader.php";?>

        
        <!-- pointer start -->
		<div class="pointer bnz-pointer" id="bnz-pointer"></div>
        
         
        
        <!-- Main Header -->
        <header class="header">
            <?php include "header.php";?>
		</header>
        <!-- End Main Header -->			

        <!-- Mobile Responsive Menu -->
		<?php include "mobile-sidebar.php";?>
        
        <!-- Modal Search -->
		
        
        <!-- Main Wrapper-->
        <main class="wrapper">
            <!-- Page Header -->
            <div class="wptb-page-heading">
                <div class="wptb-item--inner" style="background-image: url('assets/img/bg/book-a-slot.jpg');">
                    <div class="wptb-item-layer wptb-item-layer-one">
                        <img src="assets/img/more/circle.png" alt="img">
                    </div>
                    <h2 class="wptb-item--title">Book a Slot</h2>
					<p class="text-white">Timeless Photography that Preserves the Unscripted Moments</p>
                </div>
            </div>

            <section class="wptb-contact-form bg-image-2" style="background-image: url('assets/img/background/bg-9.jpg');">
                <div class="container">
                    <div class="wptb-form--wrapper mr-bottom-100">
                        <div class="wptb-heading">
                            <div class="wptb-item--inner text-center">
                                <h1 class="wptb-item--title"> Booking Form</h1>
                                <div class="wptb-item--description"> Please confirm that you would like to request the following appointment: </div>
                            </div>
                        </div>

                        <div class="row">
                            <div class="col-lg-8 offset-lg-2">
                                <form class="wptb-form" action="Admin/general-functions.php" method="post">
                                    <div class="wptb-form--inner">        
                                        <div class="row">
                                            <div class="col-lg-6 col-md-6 mb-4">
                                                <div class="form-group">
                                                    <input type="text" name="name" class="form-control" placeholder="Name*" required>
                                                </div>
                                            </div>
    
                                            <div class="col-lg-6 col-md-6 mb-4">
                                                <div class="form-group">
                                                    <input type="email" name="email" class="form-control" placeholder="E-mail*" >
                                                </div>
                                            </div>

                                            <div class="col-lg-6 col-md-6 mb-4">
                                                <div class="form-group">
                                                    <input type="text" name="mobile" class="form-control" placeholder="Phone Number" required>
                                                </div>
                                            </div>
    
                                            <div class="col-lg-6 col-md-6 mb-4">
                                                <div class="form-group">
                                                    <input type="text" name="location" class="form-control" placeholder="Address" >
                                                </div>
                                            </div>                                            

                                            <div class="col-lg-6 col-md-6 mb-4">
                                                <div class="form-group">
                                                    <select name="events" class="form-control" required>
                                                        <option value="Service Type">Service Type</option>
                                                        <option value="Wedding & Engagement">Wedding & Engagement</option>
                                                        <option value="Birthday">Birthday</option>
                                                        <option value="Family Portraits">Family Portraits</option>
                                                        <option value="Couple Shoot">Couple Shoot</option>
														<option value="Kids Photography">Kids Photography</option>
                                                        <option value="New Born Photography">New Born Photography</option>
                                                        <option value="Maternity">Maternity</option>
                                                        <option value="Portfolio">Portfolio</option>
                                                        <option value="Corporate Events">Corporate Events</option>
														
                                                    </select>
                                                </div>
                                            </div>
											<style>
											
											</style>
                                            <div class="col-lg-6 col-md-6 mb-4">
                                                <div class="form-group">
                                                    <input type="text" name="date" placeholder="Event Date" onfocus="(this.type='date')"  onblur="(this.type='text')" class=" form-control" required>
                                                </div> 
                                            </div>
    
                                            <div class="col-lg-6 col-md-6 mb-4">
                                                <div class="form-group">
                                                    <input type="text" name="time" class="flatpickr-time form-control" placeholder="Time" required>
                                                </div>
                                            </div>                                            

                                            <div class="col-lg-6 col-md-6 mb-4">
                                                <div class="form-group">
                                                    <select name="shoot_type" class="form-control">
														<option value="">Choose</option>
                                                        <option value="Indoor">Indoor</option>
                                                        <option value="Outdoor">Outdoor</option>
                                                    </select>
                                                </div>
                                            </div>
    
                                            <div class="col-md-12 col-lg-12 mb-4">
                                                <div class="form-group">
                                                    <div class="form-group">
                                                        <textarea class="form-control" name="message" placeholder="Text Here"></textarea>
                                                    </div>
                                                </div>
                                            </div>
    
                                            <div class="col-md-12 col-lg-12">
                                                <div class="wptb-item--button text-center"> 
                                                    <button class="btn" type="submit" name="act" value="BOOK_POST">
                                                        <span class="btn-wrap">
                                                            <span class="text-first">Book Now</span>
                                                        </span>
                                                    </button>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </form>
                            </div>
                        </div>
                    </div>
                </div>
            </section>

            <?php include "cta.php";?>

        </main>

        <!-- Footer -->
        <?php include "footer.php";?>


        <div class="totop">
            <a href="#"><i class="bi bi-chevron-up"></i></a>
        </div>
        

        <!-- Core JS -->
        <script src="assets/js/jquery-3.6.0.min.js"></script>

        <!-- Framework -->
        <script src="assets/js/bootstrap.min.js"></script>
        
        <!-- WOW Scroll Effect -->
        <script src="plugins/wow/wow.min.js"></script>

        <!-- Swiper Slider -->
        <script src="plugins/swiper/swiper-bundle.min.js"></script>
        <script src="plugins/swiper/swiper-gl.min.js"></script>

        <!-- Odometer Counter -->
        <script src="plugins/odometer/appear.js"></script>
        <script src="plugins/odometer/odometer.js"></script>

        <!-- Fancybox -->
        <script src="plugins/fancybox/jquery.fancybox.min.js"></script>

        <!-- Flatpickr -->
        <script src="plugins/flatpickr/flatpickr.min.js"></script>

        <!-- Nice Select -->
        <script src="plugins/nice-select/jquery.nice-select.min.js"></script>

        

        <!-- Cursor Effect -->
        <script src="plugins/cursor-effect/cursor-effect.js"></script>

        <!-- Theme Custom JS -->
        <script src="assets/js/theme.js"></script>

        <!-- Google Map Calling -->
	    <script src="assets/js/map.js"></script>
        
    </body>


</html>

Zerion Mini 1.0