Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Harshit
/
aashrayaa-eco-city
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 44b3978d
authored
2025-07-07 19:11:21 +0530
by
Harshit
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changes
1 parent
9a7cbe18
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
135 additions
and
35 deletions
css/style.css
index.php
js/mobilevalidate.js
thank-you.php
css/style.css
View file @
44b3978
...
...
@@ -3590,7 +3590,7 @@ input[type="number"]::-webkit-outer-spin-button {
}
.input-group
.form-control
{
margin-bottom
:
18px
!important
;
/* margin-bottom: 18px !important; */
}
}
...
...
index.php
View file @
44b3978
...
...
@@ -53,24 +53,12 @@
<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-NZNNTZP'
);
</script>
<!-- End 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 -->
...
...
@@ -111,11 +99,12 @@
</head>
<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 -->
...
...
@@ -395,14 +384,12 @@
<!-- <hr style="border-top: 4px solid #fff"> -->
<h3
class=
"margin-bottom"
>
Please enter your details to know more about Eco
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">
<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>
...
...
@@ -411,22 +398,18 @@
<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>
...
...
@@ -464,7 +447,78 @@
<button type="submit" class="btn btn-default form-btn margin-bottom">Submit
</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>
...
...
js/mobilevalidate.js
View file @
44b3978
...
...
@@ -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
)
{
$
(
"#price-popup"
).
validate
({
rules
:
{
...
...
thank-you.php
View file @
44b3978
...
...
@@ -57,6 +57,14 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<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
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Urban Luxurious 3
&
4 BHK Villas in Hoskote
...
...
@@ -78,6 +86,11 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<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"
>
<nav
class=
"navbar navbar-default"
id=
"hide-menu"
>
<div
class=
"container-fluid"
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment