JezK
Edit File: index2.html
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="kaburu, social news, telugu news, tv9, sakshi, andhra jyothi, eenadu, telugu app, telugu news app, telugu inshorts, telugu social news, telugu gossips, kaburlu"> <meta name="description" content="Kaburu is a very popular telugu social news app platform where everyone can share their own news, happenings and opinions. Its a platform for cities to come together."> <meta name="author" content="Krify"> <title>Kaburu - Social News App, Telugu News App, Andhra Pradesh, Telangana, inshorts</title> <!-- ========= Google Verification Code ========== --> <meta name="google-site-verification" content="2375e-w6-83-1e4vsKYgN51TCWGxF9NieXP1hmPsjW8" /> <!-- ========= Google Fonts API ========== --> <link href='https://fonts.googleapis.com/css?family=Lato:300,400,500' rel='stylesheet' type='text/css'> <!-- ========= Owl Carousel ========== --> <link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.css"> <link rel="stylesheet" type="text/css" href="assets/css/owl.theme.css"> <!-- ========= Bootstrap CSS ========== --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet"> <!-- ========= Custom Styles & Fonts ========== --> <link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="assets/css/style.css"> <link href='custom.css' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="assets/css/responsive.css"> <!-- ========= Favicon ========== --> <link rel="icon" type="image/png" href="admin/assets/img/favicon1.png"> <!-- ========= Global site tag (gtag.js) - Google Analytics ========== --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-112828705-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-112828705-1'); </script> </head> <body class="main style-1" id="top"> <!-- =================== header start =================== --> <header id="header" class="header-narrow"> <div class="header-body"> <div class="header-container container"> <div class="header-row"> <div class="header-column pull-left"> <div class="header-logo"> <a href="index.html"> <img alt="logo" src="assets/img/logo.png" class="white-logo"> </a> </div> </div> <div class="header-column pull-right"> <div class="header-row"> <div class="header-nav"> <button class="btn header-btn-collapse-nav" data-toggle="" data-target=".header-nav-main"> <i class="fa fa-bars"></i> </button> <div class="header-nav-main header-nav-main-effect-1 header-nav-main-sub-effect-1" aria-expanded=""> <nav> <ul class="nav nav-pills" id="top"> <li class="dropdown"><a class="dropdown-toggle" href="#home">Home</a> <li><a href="#screenshots">Screenshots</a></li> <li><a href="#testimonial">Testimonial</a></li> <li><a href="#contact">Contact us</a> </li> </ul> </nav> </div> </div> </div> </div> <div class="clear"></div> </div> </div> </div> </header> <!-- =================== header end =================== --> <div class="container"> <div class="row"> <div class="col-xl-8 offset-xl-2"> <h1>Contact form Tutorial from <a href="http://bootstrapious.com">Bootstrapious.com</a> </h1> <p class="lead">This is a demo for our tutorial dedicated to crafting working Bootstrap contact form with PHP and AJAX background. At this part, we will add Google's ReCaptcha too.</p> <form id="contact-form" method="post" action="contact.php" role="form"> <div class="messages"></div> <div class="controls"> <div class="row"> <div class="col-lg-6"> <div class="form-group"> <label for="form_name">Firstname *</label> <input id="form_name" type="text" name="name" class="form-control" placeholder="Please enter your firstname *" required="required" data-error="Firstname is required."> <div class="help-block with-errors"></div> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label for="form_lastname">Lastname *</label> <input id="form_lastname" type="text" name="surname" class="form-control" placeholder="Please enter your lastname *" required="required" data-error="Lastname is required."> <div class="help-block with-errors"></div> </div> </div> </div> <div class="row"> <div class="col-lg-6"> <div class="form-group"> <label for="form_email">Email *</label> <input id="form_email" type="email" name="email" class="form-control" placeholder="Please enter your email *" required="required" data-error="Valid email is required."> <div class="help-block with-errors"></div> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label for="form_phone">Phone</label> <input id="form_phone" type="tel" name="phone" class="form-control" placeholder="Please enter your phone"> <div class="help-block with-errors"></div> </div> </div> </div> <div class="form-group"> <label for="form_message">Message *</label> <textarea id="form_message" name="message" class="form-control" placeholder="Message for me *" rows="4" required="required" data-error="Please, leave us a message."></textarea> <div class="help-block with-errors"></div> </div> <div class="form-group"> <div class="g-recaptcha" data-sitekey="6LebNNsUAAAAAEgP6AX9sU4WMs9VMCQ-NdRR1O1e" data-callback="verifyRecaptchaCallback" data-expired-callback="expiredRecaptchaCallback"></div> <input class="form-control d-none" data-recaptcha="true" required data-error="Please complete the Captcha"> <div class="help-block with-errors"></div> </div> <input type="submit" class="btn btn-success btn-send" value="Send message"> <p class="text-muted"> <strong>*</strong> These fields are required. Contact form template by <a href="https://bootstrapious.com/p/bootstrap-recaptcha" target="_blank">Bootstrapious</a>. </p> </div> </form> </div> <!-- /.8 --> </div> <!-- /.row--> </div> <!-- /.container--> <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src='https://www.google.com/recaptcha/api.js'></script> <script src="validator.js"></script> <script src="contact.js"></script> </body> </html>