www.coffeecadu.in
Open in
urlscan Pro
173.231.196.101
Public Scan
Submitted URL: http://coffeecadu.in/
Effective URL: https://www.coffeecadu.in/
Submission: On January 21 via api from SG — Scanned from DE
Effective URL: https://www.coffeecadu.in/
Submission: On January 21 via api from SG — Scanned from DE
Form analysis
1 forms found in the DOMName: reserv_forms — POST index.php
<form name="reserv_forms" id="reserv_forms" method="post" action="index.php" class="has-validation-callback">
<!-- Honeypot Field -->
<input name="robot" type="hidden" id="robot">
<div class="col-md-6 col-sm-12 ">
<label>Name</label>
<div class="field">
<input name="reserv_name" class="form-control" id="reserv_name" type="text" pattern="[a-z A-Z]{1,15}" data-validation="required" data-validation-error-msg="Your Name is Required" onkeypress="return isAlphaKey(this.value) ; ">
</div>
</div>
<div class="col-md-6 col-sm-12">
<label>Phone No</label>
<div class="field">
<input name="reserv_phone" id="reserv_phone" type="text" data-validation-error-msg="Valid Mobile no is required" data-validation="length" data-validation-length="min10" maxlength="10" onkeypress="return isNumberKey(this.value);">
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-6 col-sm-12">
<label>Check in date</label>
<div class="field">
<input type="text" id="from" name="from" placeholder="choose check in date" data-validation="required" data-validation-error-msg="Check in date is required" class="hasDatepicker">
</div>
</div>
<div class="col-md-6 col-sm-12">
<label>Check out date</label>
<div class="field">
<input type="text" id="to" name="to" placeholder="choose check out date" data-validation="required" data-validation-error-msg="Check out date is required" class="hasDatepicker">
</div>
</div>
<div class="col-md-6 col-sm-12">
<label>Time</label>
<div class="field basic-example2">
<div id="heapbox_11725711" class="heapBox"><a href="" class="holder" rel="">Choose A Time</a><a href="" class="handler"></a>
<div class="heap" style="display: none;">
<ul class="heapOptions">
<li class="heapOption"><a href="" rel="" title="Choose A Time" class="selected">Choose A Time</a></li>
<li class="heapOption"><a href="" rel="9:00am to 12:00pm" title="9:00am to 12:00pm" class="">9:00am to 12:00pm</a></li>
<li class="heapOption"><a href="" rel="12:00pm to 3:00pm" title="12:00pm to 3:00pm" class="">12:00pm to 3:00pm</a></li>
<li class="heapOption"><a href="" rel="3:00pm to 6:00pm" title="3:00pm to 6:00pm" class="">3:00pm to 6:00pm</a></li>
<li class="heapOption"><a href="" rel="6:00pm to 9:00pm" title="6:00pm to 9:00pm" class="">6:00pm to 9:00pm</a></li>
<li class="heapOption"><a href="" rel="9:00pm to 12:00am" title="9:00pm to 12:00am" class="">9:00pm to 12:00am</a></li>
</ul>
</div>
</div><select class="basic-example" id="reserv_time" name="reserv_time" data-validation="required" data-validation-error-msg="Time is required" style="display: none;">
<option value="" selected="selected">Choose A Time</option>
<option value="9:00am to 12:00pm">9:00am to 12:00pm</option>
<option value="12:00pm to 3:00pm">12:00pm to 3:00pm</option>
<option value="3:00pm to 6:00pm">3:00pm to 6:00pm</option>
<option value="6:00pm to 9:00pm">6:00pm to 9:00pm</option>
<option value="9:00pm to 12:00am">9:00pm to 12:00am</option>
</select>
</div>
</div>
<div class="col-md-6 col-sm-12">
<label>Persons</label>
<div class="field">
<div id="heapbox_42075046" class="heapBox"><a href="" class="holder" rel="">Select a Persons</a><a href="" class="handler"></a>
<div class="heap" style="display: none;">
<ul class="heapOptions">
<li class="heapOption"><a href="" rel="" title="Select a Persons" class="selected">Select a Persons</a></li>
<li class="heapOption"><a href="" rel="1" title="1" class="">1</a></li>
<li class="heapOption"><a href="" rel="2" title="2" class="">2</a></li>
<li class="heapOption"><a href="" rel="3" title="3" class="">3</a></li>
<li class="heapOption"><a href="" rel="4" title="4" class="">4</a></li>
<li class="heapOption"><a href="" rel="5" title="5+" class="">5+</a></li>
</ul>
</div>
</div><select class="basic-example" name="reserv_persons" id="reserv_persons" data-validation="required" data-validation-error-msg="Persons is required" style="display: none;">
<option value="" selected="selected">Select a Persons</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5+</option>
</select>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-6 col-sm-12"><label>Email</label>
<div class="field"><input name="reserv_email" id="reserv_email" type="text" placeholder="Email Address" data-validation="email" data-validation-error-msg="Email address is required" -onblur="if(this.value == '') { this.value='Email Address'}"
-onfocus="if (this.value == 'Email Address') {this.value=''}">
</div>
</div>
<div class="col-md-6"><label>Alternate No</label>
<div class="field">
<input name="alternateno" id="alternateno" type="text" onblur="getalterpho();" placeholder="Alternate No" data-validation-error-msg="Valid Mobile no is required" data-validation="length" data-validation-length="min10" maxlength="10"
onkeypress="return isNumberKey(this.value)" -onblur="if(this.value == '') { this.value='Phone No'}" -onfocus="if (this.value == 'Phone No') {this.value=''}">
<span id="alter_error" style="display:none; color: #a94442;"> Alternate no should not same as Mobile no</span>
</div>
</div>
<div class="col-md-12 col-lg-12 col-xl-12 col-sm-12 " style="padding:20px 0;">
<div class="captcha">
<div class="g-recaptcha" data-sitekey="6LflgmwcAAAAADodiRZC4CrCdcdJLLv2wcXT8QPt">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LflgmwcAAAAADodiRZC4CrCdcdJLLv2wcXT8QPt&co=aHR0cHM6Ly93d3cuY29mZmVlY2FkdS5pbjo0NDM.&hl=de&v=TDBxTlSsKAUm3tSIa0fwIqNu&size=normal&cb=5s2d8gy6ld7j"
width="304" height="78" role="presentation" name="a-wle2lbq2cssb" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
</div>
</div>
<input name="submit" class="submit" type="submit" value="Enquiry" -onclick="validateReservationa();">
</form>
Text Content
Coffeecadu Copyright © 2021 CoffeecaduEstateStay * Home * About * Explore * Activities * Food menu * Online Book * Contact us * * * Home * About * Explore * Activities * Food menu * Online Book * Contact us * +91-72044-77881 * * * Home * About * Explore * Activities * Food menu * Online Book * Contact us * 91-72044-77881 * Coffee cadu The Best Resort in town * quality food High-quality foods Enquiry * real taste real food the passion for the perfect taste Enquiry Intro Slide Intro Slide Coffeecadu Estate stay Coorg, the ‘Scotland of India’ offers you the peace and bliss of nature. Like the coffee that grows here, the little district in the Western Ghats fills you with a refreshing sense of life with aroma of coffee. The pleasant climate add to its charm, Coorg has something for everyone. Introduction OUR SERVICES Coorg, the ‘Scotland of India’ offers you the peace and bliss of nature. Like the coffee that grows here, the little district in the Western Ghats fills you with a refreshing sense of life with aroma of coffee. Activities Relax and spend some quality time in Coffeecadu with the various activities provided by us. Read more Rooms & Rates Leave the city madness and enjoy a luxurious and peaceful stay in Coffeecadu. Click on more info to Check out our exciting offers. Read more Location This cottage is undoubtedly made for those who want a peaceful place with incredible beauty and cheerful serenity, but far away from the hustle and bustle of crowds and traffic jams. Read more Introduction OUR SERVICES Coorg, the ‘Scotland of India’ offers you the peace and bliss of nature. Like the coffee that grows here, the little district in the Western Ghats fills you with a refreshing sense of life with aroma of coffee. Activities Relax and spend some quality time in Coffeecadu with the various activities provided by us. Read more Rooms & Rates Leave the city madness and enjoy a luxurious and peaceful stay in Coffeecadu. Click on more info to Check out our exciting offers. Read more Location This cottage is undoubtedly made for those who want a peaceful place with incredible beauty and cheerful serenity, but far away from the hustle and bustle of crowds and traffic jams. Read more “THE PLEASANT CLIMATE ADD TO ITS CHARM, COORG HAS SOMETHING FOR EVERYONE. ” Tasty foods FROM THE COFFEECADU COMPLIMENTARY BREAKFAST We Provide Complimentary Breakfast for Certain Cottage Plans. Please Get in Touch with Us for More Details TASTY FOOD Our Menus are made exclusively from Kodagu cuisine. FRESH & HYGENIC Our Chefs are professionally trained and will follow all hygenic protocols and use only fresh ingredients in your food. COUPLE AREA Enjoy the time alone with your loved one. prev next Enquiry Thank You! We will contact you shortly. Name Phone No Check in date Check out date Time Choose A Time * Choose A Time * 9:00am to 12:00pm * 12:00pm to 3:00pm * 3:00pm to 6:00pm * 6:00pm to 9:00pm * 9:00pm to 12:00am Choose A Time9:00am to 12:00pm12:00pm to 3:00pm3:00pm to 6:00pm6:00pm to 9:00pm9:00pm to 12:00am Persons Select a Persons * Select a Persons * 1 * 2 * 3 * 4 * 5+ Select a Persons12345+ Email Alternate No Alternate no should not same as Mobile no Short Info GET IN TOUCH ABOUT US We welcome you to come experience this little piece of paradise we call home with all modern amenities and comforts. * * LOCATION ADDRESS * NH 275, Mysore - Madikeri Road, Horoor, Suntikoppa Somwarpet Taluk, Karnataka, India-571237 * +91-72044-77881, +91-72044-77883 * coffeecadu@gmail.com Copyright © 2021 Coffeecadu Estate Stay. All rights reserved. Developed by The Banyaninfotech Coffeecadu Typically replies in a few hours Coffeecadu Hi there 👋 How can I help you? 11:41 Let's Chat Free Whatsapp Chat widget