window.enableEventObserver=true
JotForm.newDefaultTheme = false;
JotForm.extendsNewTheme = true;
JotForm.singleProduct = false;
JotForm.newPaymentUIForNewCreatedForms = false;
JotForm.texts = {“confirmEmail”:”E-mail does not match”,”pleaseWait”:”Please wait…”,”validateEmail”:”You need to validate this e-mail”,”confirmClearForm”:”Are you sure you want to clear the form”,”lessThan”:”Your score should be less than or equal to”,”incompleteFields”:”There are incomplete required fields. Please complete them.”,”required”:”This field is required.”,”requireOne”:”At least one field required.”,”requireEveryRow”:”Every row is required.”,”requireEveryCell”:”Every cell is required.”,”email”:”Enter a valid e-mail address”,”alphabetic”:”This field can only contain letters”,”numeric”:”This field can only contain numeric values”,”alphanumeric”:”This field can only contain letters and numbers.”,”cyrillic”:”This field can only contain cyrillic characters”,”url”:”This field can only contain a valid URL”,”currency”:”This field can only contain currency values.”,”fillMask”:”Field value must fill mask.”,”uploadExtensions”:”You can only upload following files:”,”noUploadExtensions”:”File has no extension file type (e.g. .txt, .png, .jpeg)”,”uploadFilesize”:”File size cannot be bigger than:”,”uploadFilesizemin”:”File size cannot be smaller than:”,”gradingScoreError”:”Score total should only be less than or equal to”,”inputCarretErrorA”:”Input should not be less than the minimum value:”,”inputCarretErrorB”:”Input should not be greater than the maximum value:”,”maxDigitsError”:”The maximum digits allowed is”,”minCharactersError”:”The number of characters should not be less than the minimum value:”,”maxCharactersError”:”The number of characters should not be more than the maximum value:”,”freeEmailError”:”Free email accounts are not allowed”,”minSelectionsError”:”The minimum required number of selections is “,”maxSelectionsError”:”The maximum number of selections allowed is “,”pastDatesDisallowed”:”Date must not be in the past.”,”dateLimited”:”This date is unavailable.”,”dateInvalid”:”This date is not valid. The date format is {format}”,”dateInvalidSeparate”:”This date is not valid. Enter a valid {element}.”,”ageVerificationError”:”You must be older than {minAge} years old to submit this form.”,”multipleFileUploads_typeError”:”{file} has invalid extension. Only {extensions} are allowed.”,”multipleFileUploads_sizeError”:”{file} is too large, maximum file size is {sizeLimit}.”,”multipleFileUploads_minSizeError”:”{file} is too small, minimum file size is {minSizeLimit}.”,”multipleFileUploads_emptyError”:”{file} is empty, please select files again without it.”,”multipleFileUploads_uploadFailed”:”File upload failed, please remove it and upload the file again.”,”multipleFileUploads_onLeave”:”The files are being uploaded, if you leave now the upload will be cancelled.”,”multipleFileUploads_fileLimitError”:”Only {fileLimit} file uploads allowed.”,”dragAndDropFilesHere_infoMessage”:”Drag and drop files here”,”chooseAFile_infoMessage”:”Choose a file”,”maxFileSize_infoMessage”:”Max. file size”,”generalError”:”There are errors on the form. Please fix them before continuing.”,”generalPageError”:”There are errors on this page. Please fix them before continuing.”,”wordLimitError”:”Too many words. The limit is”,”wordMinLimitError”:”Too few words. The minimum is”,”characterLimitError”:”Too many Characters. The limit is”,”characterMinLimitError”:”Too few characters. The minimum is”,”ccInvalidNumber”:”Credit Card Number is invalid.”,”ccInvalidCVC”:”CVC number is invalid.”,”ccInvalidExpireDate”:”Expire date is invalid.”,”ccInvalidExpireMonth”:”Expiration month is invalid.”,”ccInvalidExpireYear”:”Expiration year is invalid.”,”ccMissingDetails”:”Please fill up the credit card details.”,”ccMissingProduct”:”Please select at least one product.”,”ccMissingDonation”:”Please enter numeric values for donation amount.”,”disallowDecimals”:”Please enter a whole number.”,”restrictedDomain”:”This domain is not allowed”,”ccDonationMinLimitError”:”Minimum amount is {minAmount} {currency}”,”requiredLegend”:”All fields marked with * are required and must be filled.”,”geoPermissionTitle”:”Permission Denied”,”geoPermissionDesc”:”Check your browser’s privacy settings.”,”geoNotAvailableTitle”:”Position Unavailable”,”geoNotAvailableDesc”:”Location provider not available. Please enter the address manually.”,”geoTimeoutTitle”:”Timeout”,”geoTimeoutDesc”:”Please check your internet connection and try again.”,”selectedTime”:”Selected Time”,”formerSelectedTime”:”Former Time”,”cancelAppointment”:”Cancel Appointment”,”cancelSelection”:”Cancel Selection”,”noSlotsAvailable”:”No slots available”,”slotUnavailable”:”{time} on {date} has been selected is unavailable. Please select another slot.”,”multipleError”:”There are {count} errors on this page. Please correct them before moving on.”,”oneError”:”There is {count} error on this page. Please correct it before moving on.”,”doneMessage”:”Well done! All errors are fixed.”,”invalidTime”:”Enter a valid time”,”doneButton”:”Done”,”reviewSubmitText”:”Review and Submit”,”nextButtonText”:”Next”,”prevButtonText”:”Previous”,”seeErrorsButton”:”See Errors”,”notEnoughStock”:”Not enough stock for the current selection”,”notEnoughStock_remainedItems”:”Not enough stock for the current selection ({count} items left)”,”soldOut”:”Sold Out”,”justSoldOut”:”Just Sold Out”,”selectionSoldOut”:”Selection Sold Out”,”subProductItemsLeft”:”({count} items left)”,”startButtonText”:”START”,”submitButtonText”:”Submit”,”submissionLimit”:”Sorry! Only one entry is allowed.
Multiple submissions are disabled for this form.”,”reviewBackText”:”Back to Form”,”seeAllText”:”See All”,”progressMiddleText”:”of”,”fieldError”:”field has an error.”,”error”:”Error”};
JotForm.newPaymentUI = true;
JotForm.originalLanguage = “en”;
JotForm.isFormViewTrackingAllowed = true;
JotForm.replaceTagTest = true;
JotForm.uploadServerURL = “https://upload.jotform.com/upload”;
JotForm.submitError=”jumpToFirstError”;
window.addEventListener(‘DOMContentLoaded’,function(){window.brandingFooter.init({“formID”:250313287426454,”campaign”:”powered_by_jotform_le”,”isCardForm”:false,”isLegacyForm”:true,”formLanguage”:”en”})}); JotForm.isFullSource = true;
try{
function isTrackingProhibited() {
try {
var isEUDomain = /(?:eu.jotform)|(?:jotformeu.com)/.test(window.location.host);
var isHipaaDomain = /(?:hipaa.jotform)/.test(window.location.host);
var isProhibitedParameterExists = /(?:wfTaskID|PCI_preSubmitRequest|wfTaskType)/.test(window.location.search);
var isEditMode = JotForm.isEditMode();
var isTrackingProhibited = isEUDomain || isHipaaDomain || isProhibitedParameterExists || isEditMode;
return isTrackingProhibited;
} catch (e) {
console.log(e);
return true;
}
}
if (!isTrackingProhibited()) {
var sesApiUrl = /jotform.pro/.test(window.location.host) ? ‘/API’ : ‘https://api.jotform.com’;
function sendOpenId(uuid, eventType) {
navigator.sendBeacon(sesApiUrl + ‘/form/’ + 250313287426454 + ‘/event/’ + uuid + ‘/’ + eventType, {});
}
var formOpenId = ”;
if (window.crypto) {
formOpenId = window.crypto.getRandomValues(new BigUint64Array(1)).toString();
} else {
formOpenId = (Math.random() * 16).toString(16).slice(2);
}
sendOpenId = sendOpenId.bind(this, formOpenId);
function sendOpenIdOnSubmit() {
var currentForm = $(‘250313287426454’);
currentForm.addEventListener(‘submit’, function() { sendOpenId(‘clientSubmitClick_V5’); });
var openIdInput = currentForm.querySelector(‘[name=”formOpenId_V5″]’);
if (!openIdInput) {
openIdInput = document.createElement(‘input’);
openIdInput.setAttribute(‘type’, ‘hidden’);
openIdInput.setAttribute(‘name’, ‘formOpenId_V5’);
currentForm.appendChild(openIdInput);
}
openIdInput.value = formOpenId;
}
sendOpenId(‘clientFormView_V5’);
if (document.readyState == ‘complete’ || (this.jsForm && (document.readyState === undefined || document.readyState === ‘interactive’))) {
sendOpenIdOnSubmit();
} else {
document.ready(sendOpenIdOnSubmit);
}
}
} catch(openIdBlockError) {
console.log(openIdBlockError);
}
JotForm.init(function(){
/*INIT-START*/
if (window.JotForm && JotForm.accessible) $(‘input_3’).setAttribute(‘tabindex’,0);
if (window.JotForm && JotForm.accessible) $(‘input_44’).setAttribute(‘tabindex’,0);
if (window.JotForm && JotForm.accessible) $(‘input_21’).setAttribute(‘tabindex’,0);
if (window.JotForm && JotForm.accessible) $(‘input_51’).setAttribute(‘tabindex’,0);
/*INIT-END*/
});
setTimeout(function() {
JotForm.paymentExtrasOnTheFly([null,null,null,{“description”:””,”name”:”yourName”,”qid”:”3″,”subLabel”:””,”text”:”Your Name”,”type”:”control_textbox”},null,null,null,null,null,null,null,null,{“description”:””,”name”:”whatIs”,”qid”:”12″,”subLabel”:””,”text”:”What is your requirement?”,”type”:”control_dropdown”},null,null,null,null,{“name”:”clickTo17″,”qid”:”17″,”text”:”Budget-Friendly Homes in Alibaug starting at just ₹10.15 Lakh for 1RK\r\nDiscover your dream home at ANNANTA, an exceptional residential project in Amberpur, Alibaug. Designed for those who value both elegance and affordability, ANNANTA offers a range of housing options that cater to modern families while ensuring privacy and comfort. With prices starting at just ₹10.15 Lakh for 1RK units, living stylishly has never been more accessible.\r\nPrime Location and Connectivity\r\nLocated along the Poynad Alibaug Road, ANNANTA boasts excellent connectivity to major highways and transport options:\r\nMumbai-Goa Highway: Quick and hassle-free travel.\r\nFerryboat\u002FSpeed Boat: Frequent services available every hour.\r\n30-45 Minute Drive from Mandwa Jetty: Perfect for daily commuters.\r\nLess than 2 Hours from Mumbai: Ideal for those wanting a quieter lifestyle while working in the city.\r\n1-Hour Drive via Ro-Ro Boat\r\n½ Hour Drive from PEN Railway Station\r\nAffordable Configurations\r\n1RK: 239.00 sqft starting at ₹10.15 Lakh+\r\n1BHK: 326.00 sqft starting at ₹14.67 Lakh+\r\n1BHK: 367.99 sqft starting at ₹16.51 Lakh+\r\n \r\nProject Highlights\r\nHDFC BANK APPROVED PROJECT\r\nCOLLECTOR APPROVED PROJECT\r\nGoogle exact location ; Annanta poynad\r\n \r\nContact Number \r\n 98205 82135\r\n “,”type”:”control_text”},null,{“name”:”submitForm”,”qid”:”19″,”text”:”Submit Form”,”type”:”control_button”},null,{“description”:””,”name”:”deliveryLocation21″,”qid”:”21″,”subLabel”:””,”text”:”Location (Town)”,”type”:”control_textbox”},null,null,null,null,null,null,null,null,null,null,{“name”:”clickTo32″,”qid”:”32″,”text”:”BOOK SITE VISIT: EXPERIENCE THE PROJECT FIRST-HAND”,”type”:”control_head”},null,null,null,null,null,null,{“name”:”divider”,”qid”:”39″,”text”:”Divider”,”type”:”control_divider”},{“name”:”divider42″,”qid”:”40″,”text”:”Divider”,”type”:”control_divider”},{“name”:”divider43″,”qid”:”41″,”text”:”Divider”,”type”:”control_divider”},{“name”:”divider42″,”qid”:”42″,”text”:”Divider”,”type”:”control_divider”},{“name”:”divider43″,”qid”:”43″,”text”:”Divider”,”type”:”control_divider”},{“description”:””,”name”:”yourName44″,”qid”:”44″,”subLabel”:”Phone Number”,”text”:”Your Name Contact Number “,”type”:”control_textbox”},null,null,null,null,null,null,{“description”:””,”name”:”approxBudget51″,”qid”:”51″,”subLabel”:””,”text”:”Approx Budget”,”type”:”control_textbox”}]);}, 20);
@media print{*{-webkit-print-color-adjust: exact !important;color-adjust: exact !important;}.form-section{display:inline!important}.form-pagebreak{display:none!important}.form-section-closed{height:auto!important}.page-section{position:initial!important}}
/* Injected CSS Code */
/*PREFERENCES STYLE*/
.form-all {
font-family: Inter, sans-serif;
}
.form-label.form-label-auto {
display: block;
float: none;
text-align: left;
width: 100%;
}
.form-line {
margin-top: 12px;
margin-bottom: 12px;
}
.form-all {
max-width: 752px;
width: 100%;
}
.form-label.form-label-left,
.form-label.form-label-right,
.form-label.form-label-left.form-label-auto,
.form-label.form-label-right.form-label-auto {
width: 230px;
}
.form-all {
font-size: 16px
}
.supernova {
background-color: #c2708e;
}
.supernova body {
background: transparent;
}
.supernova .form-all, .form-all {
background-color: #fffafb;
}
.form-all {
color: #952d53;
}
.form-header-group .form-header {
color: #952d53;
}
.form-header-group .form-subHeader {
color: #952d53;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html,
.form-checkbox-item label,
.form-radio-item label,
span.FITB .qb-checkbox-label,
span.FITB .qb-radiobox-label,
span.FITB .form-radio label,
span.FITB .form-checkbox label,
[data-blotid][data-type=checkbox] [data-labelid],
[data-blotid][data-type=radiobox] [data-labelid],
span.FITB-inptCont[data-type=checkbox] label,
span.FITB-inptCont[data-type=radiobox] label {
color: #952d53;
}
.form-sub-label {
color: #af476d;
}
.form-textbox,
.form-textarea,
.form-dropdown,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
background-color: #ffffff;
}
.form-line-error {
overflow: hidden;
transition: none;
background-color: #ffd6d6;
}
.form-line-error .form-error-message {
background-color: #DC2626;
clear: both;
float: none;
}
.form-line-error .form-error-arrow {
border-bottom-color: #FF3200;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
border: 1px solid #c61515;
box-shadow: 0 0 3px #c61515;
}
.supernova {
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
background-position: center top;
}
.supernova, #stage {
background-image: url(“https://www.jotform.com/uploads/vastukrupaestate1/form_files/WhatsApp%20Image%202025-01-04%20at%2012.32.08%20PM%20(1).67a3204c654349.14638090.jpeg”);
}
.form-all {
background-image: none;
}
/*PREFERENCES STYLE*//*__INSPECT_SEPERATOR__*/
/* Injected CSS Code */
-
BOOK SITE VISIT: EXPERIENCE THE PROJECT FIRST-HAND
-
Budget-Friendly Homes in Alibaug starting at just ₹10.15 Lakh for 1RK
Discover your dream home at ANNANTA, an exceptional residential project in Amberpur, Alibaug. Designed for those who value both elegance and affordability, ANNANTA offers a range of housing options that cater to modern families while ensuring privacy and comfort. With prices starting at just ₹10.15 Lakh for 1RK units, living stylishly has never been more accessible.
Prime Location and Connectivity
Located along the Poynad Alibaug Road, ANNANTA boasts excellent connectivity to major highways and transport options:
Mumbai-Goa Highway: Quick and hassle-free travel.
Ferryboat/Speed Boat: Frequent services available every hour.
30-45 Minute Drive from Mandwa Jetty: Perfect for daily commuters.
Less than 2 Hours from Mumbai: Ideal for those wanting a quieter lifestyle while working in the city.
1-Hour Drive via Ro-Ro Boat
½ Hour Drive from PEN Railway Station
Affordable Configurations
1RK: 239.00 sqft starting at ₹10.15 Lakh+
1BHK: 326.00 sqft starting at ₹14.67 Lakh+
1BHK: 367.99 sqft starting at ₹16.51 Lakh+
Project Highlights
HDFC BANK APPROVED PROJECT
COLLECTOR APPROVED PROJECT
Google exact location ; Annanta poynad
Contact Number
98205 82135
-
-
-
-
-
-
-
Please Select
1 RK
1 BHK
2 BHK -
-
-
-
- Should be Empty:
JotForm.showJotFormPowered = “new_footer”;
JotForm.poweredByText = “Powered by Jotform”;
var all_spc = document.querySelectorAll(“form[id=’250313287426454′] .si” + “mple” + “_spc”);
for (var i = 0; i < all_spc.length; i++)
{
all_spc[i].value = "250313287426454-250313287426454";
}
JotForm.ownerView=true;JotForm.isNewSACL=true;
The post BOOK SITE VISIT appeared first on Vastu Krupa Estate.