Commit 44b3978d by Harshit

changes

1 parent 9a7cbe18
...@@ -3590,7 +3590,7 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -3590,7 +3590,7 @@ input[type="number"]::-webkit-outer-spin-button {
} }
.input-group .form-control { .input-group .form-control {
margin-bottom: 18px !important; /* margin-bottom: 18px !important; */
} }
} }
......
...@@ -53,24 +53,12 @@ ...@@ -53,24 +53,12 @@
<head> <head>
<!-- Google Tag Manager --> <!-- Google Tag Manager -->
<script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
(function(w, d, s, l, i) { new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
w[l] = w[l] || []; j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
w[l].push({ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
'gtm.start': new Date().getTime(), })(window,document,'script','dataLayer','GTM-55ZP867L');</script>
event: 'gtm.js' <!-- End Google Tag Manager -->
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NZNNTZP');
</script>
<!-- End Google Tag Manager -->
...@@ -111,11 +99,12 @@ ...@@ -111,11 +99,12 @@
</head> </head>
<body> <body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NZNNTZP" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-55ZP867L"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Plum5 script --> <!-- Plum5 script -->
...@@ -395,14 +384,12 @@ ...@@ -395,14 +384,12 @@
<!-- <hr style="border-top: 4px solid #fff"> --> <!-- <hr style="border-top: 4px solid #fff"> -->
<h3 class="margin-bottom">Please enter your details to know more about Eco <h3 class="margin-bottom">Please enter your details to know more about Eco
City</h3> City</h3>
<form id="contact_form" action="thank-you.php" name="contact_form" method="POST" <!-- <form id="contact_form" action="thank-you.php" name="contact_form" method="POST"
onsubmit="return save_landing_pageinfo('contact_form');" novalidate="novalidate"> onsubmit="return save_landing_pageinfo('contact_form');" novalidate="novalidate">
<div class="form-group col-md-12"> <div class="form-group col-md-12">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> -->
<input type="text" class="form-control" name="fname" placeholder=" Full Name*"> <input type="text" class="form-control" name="fname" placeholder=" Full Name*">
</div> </div>
<label for="fname" generated="true" class="error"></label> <label for="fname" generated="true" class="error"></label>
...@@ -411,22 +398,18 @@ ...@@ -411,22 +398,18 @@
<div class="form-group col-md-12 margin-bottom"> <div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <input type="number" class="form-control" name="mobile"
placeholder="Mobile"> -->
<input id="mobileno" class="form-control " type="tel" name="mobile" <input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required> placeholder="Mobile*" required>
</div> </div>
<!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label> <label for="mobile" generated="true" class="error"></label>
</div> </div>
<div class="form-group col-md-12 margin-bottom"> <div class="form-group col-md-12 margin-bottom">
<div class="input-group"> <div class="input-group">
<!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div> -->
<input type="email" class="form-control" name="email" placeholder="Email*"> <input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="Register Form"> <input type="hidden" name="source" value="Register Form">
</div> </div>
...@@ -464,7 +447,78 @@ ...@@ -464,7 +447,78 @@
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit <button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button> </button>
</form> </form> -->
<form id="register-form" action="thank-you.php" name="register-form" method="POST"
onsubmit="return save_landing_pageinfo('register-form');" novalidate="novalidate">
<div class="form-group col-md-12">
<div class="input-group">
<!-- <div class="input-group-addon">
<i class="fa fa-user form-ico" aria-hidden="true"></i>
</div> -->
<input type="text" class="form-control" name="fname" placeholder=" Full Name*">
</div>
<label for="fname" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group">
<!-- <input type="number" class="form-control" name="mobile"
placeholder="Mobile"> -->
<input id="mobileno" class="form-control " type="tel" name="mobile"
placeholder="Mobile*" required>
</div>
<!-- <input type="hidden" name="isoCode" value="" id="isoCode">
<input type="hidden" name="dialCode" value="" id="dialCode"> -->
<label for="mobile" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 margin-bottom">
<div class="input-group">
<!-- <div class="input-group-addon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div> -->
<input type="email" class="form-control" name="email" placeholder="Email*">
<input type="hidden" name="source" value="Register Form">
</div>
<label for="email" generated="true" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_1" class="form-control custom-select" required>
<option selected hidden value="">Select Configuration</option>
<option value="3 BHK Villas">3 BHK Villas</option>
<option value="4 BHK Villas">4 BHK Villas </option>
</select>
</div>
<label for="select_option_1" class="error"></label>
</div>
<div class="form-group col-md-12 selectfields">
<div class="input-group">
<select name="select_option_2" class="form-control custom-select" required>
<option selected hidden value="">Schedule Site Visit</option>
<option value="This Week">This Week</option>
<option value="Next Week">Next Week</option>
<option value="This Month">This Month</option>
</select>
</div>
<label for="select_option_2" class="error"></label>
</div>
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</button>
</form>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -117,6 +117,39 @@ jQuery(function ($) { ...@@ -117,6 +117,39 @@ jQuery(function ($) {
} }
if ($("#price-form").length > 0) {
$("#price-form").validate({
rules: {
fname: {
required: true,
maxlength: 100,
},
mobile: {
required: true,
number: true,
minlength: 7,
maxlength: 14,
},
email: {
required: true,
email: true,
},
},
messages: {
fname: {
required: "Enter Your Name",
},
mobile: {
required: "Enter Your Number",
},
email: {
required: "Enter Your Email",
},
},
});
}
if ($("#price-popup").length > 0) { if ($("#price-popup").length > 0) {
$("#price-popup").validate({ $("#price-popup").validate({
rules: { rules: {
......
...@@ -57,6 +57,14 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -57,6 +57,14 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<head> <head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-55ZP867L');</script>
<!-- End Google Tag Manager -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Urban Luxurious 3 & 4 BHK Villas in Hoskote <title>Urban Luxurious 3 & 4 BHK Villas in Hoskote
...@@ -78,6 +86,11 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) { ...@@ -78,6 +86,11 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<body> <body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-55ZP867L"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header id="home"> <header id="home">
<nav class="navbar navbar-default" id="hide-menu"> <nav class="navbar navbar-default" id="hide-menu">
<div class="container-fluid"> <div class="container-fluid">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!