forms.zohopublic.com
Open in
urlscan Pro
136.143.190.97
Public Scan
Submitted URL: http://bit.ly/eremlenderform
Effective URL: https://forms.zohopublic.com/executiverealestatemanagement/form/LenderRequestForm/formperma/kZgUFfHf-xf-fqVST0Wjj5awV_IsKcH99...
Submission: On June 28 via manual from US — Scanned from DE
Effective URL: https://forms.zohopublic.com/executiverealestatemanagement/form/LenderRequestForm/formperma/kZgUFfHf-xf-fqVST0Wjj5awV_IsKcH99...
Submission: On June 28 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMName: test —
<form name="test" id="test"><input type="hidden" name="formName" value="LenderRequestForm" id="formName"><input type="hidden" name="verifyPerma" value="" id="verifyPerma"><!-- Form Perma will be sent only for PermaUrls -->
<input type="hidden" name="formPerma" value="kZgUFfHf-xf-fqVST0Wjj5awV_IsKcH995NiBsjM_qk" id="formPerma"><input type="hidden" name="referrerName" id="referrerName" value="null"><input type="hidden" name="isPaymentForm" value="false"
id="isPaymentForm"><input type="hidden" name="formType" value="0" id="formType">
<input type="hidden" id="zf_date_format" datelocale="en-GB" name="date_format" value="dd-MMM-yyyy"><input type="hidden" name="isDocsPublicForm" value="false" id="isDocsPublicForm">
<input type="hidden" name="formrid" value="" id="formrid">
<input type="hidden" name="resizeform" value="0" id="resizeform">
<div id="zf_utmTrack" style="display: none;"></div>
<div class="templateWrapper" id="formRedirectURL" style="min-height:1070px;">
<ul class="tempHeadBdr formRelative">
<li class="tempHeadContBdr"><span id="logo-formheader" class="formLogo" style="display: none"><img id="logo-formheader-img" src=""></span>
<h2 class="frmTitle"><em>Lender Request Form</em></h2>
<p class="frmDesc"></p>
<div class="clearBoth"></div>
</li>
</ul>
<!-- 'FieldElement' class is imported in order to get the key for display name of the component of 'Address' field.
'FormField' class is used to get field type of Zoho CRM field.-->
<div id="formBodyDiv" class="formRelative subContWrap topAlign"><!-- <button elname="openPopUpSubForm" onclick="openPopUp();event.preventDefault()"> Open subform pop up </button> -->
<!-- formFieldWrapper class is used to differantiate form fields and subform fields in themes. Direct children (li) are considered as form fields. Dont change the order of class used. -->
<ul elname="formBodyULName" class="ulNoStyle formFieldWrapper" page_no="1" needpagedata="true">
<!-- i) Private form, ii) Perma, iii) Shared form, iv) Theme preview, v) Current Theme -->
<!-- "isVisible"="false": This 'Admin Only' field must not be shown to user. -->
<!-- "isVisible"="true": Case 1: This is not an 'Admin Only' field. Case 2: This 'Admin Only' field must be shown to user. -->
<!-- Theme Preview, Current Theme - Admin Only fields will be shown. Formula won't be calculated. Field Rules won't be executed. -->
<!-- formMetaData.key=Field link name -->
<!-- Zoho CRM field : "FIELD_LIST" key won't be present. -->
<li class="tempFrmWrapper date" tabindex="1" elname="livefield-elem" comptype="5" id="Date-li" compname="Date" linkname="Date" needdata="true" isvisible="true" disableddays="{}" startoftheweek="0" mandatory="true" page_no="1"
page_link_name="Page" showlabel="true">
<label class="labelName">
<span>Date of Submission</span>
<em class="important">*</em>
</label>
<div class="tempContDiv" datelocale="en-GB" elname="dd-M-yy" id="DatedateDiv" isdisable="false">
<span>
<div class="calendarCont">
<input name="Date" elname="date" id="Date-date" onchange="ZFLive.validateFieldConstraint(this);" onfocusout="checkDatePicker(this);" autocomplete="off" onclick="ZFUtil.showLiveDatePicker(this)"
onfocus="ZFUtil.showLiveDatePicker(this)" type="text" value="28-Jun-2022" placeholder="" class="hasDatepicker">
<div class="calIconWrapper" elname="imgWrapDiv"><img class="calendarIcon" src="https://static.zohocdn.com/forms/images/spacer.325472601571f31e1bf00674c368d335.gif" title="..."></div>
<div class="clearBoth"></div>
</div><label class="formSubInfoText">dd-MMM-yyyy</label>
</span>
<p class="errorMessage" elname="error" id="error-Date"></p>
<span style="display:none">
<script type="module">
$(function() {
var dateformat = $("#DatedateDiv").attr("elname"); // No I18N
var actualDateFormat = "dd-MMM-yyyy"; // No I18N
var dateLocale = $("#DatedateDiv").attr("datelocale"); // No I18N
var weekStart = "0"; // No I18N
if (typeof weekStart == ResponseKey.UNDEFINED || weekStart == "") {
weekStart = 0;
}
if (typeof dateLocale == ResponseKey.UNDEFINED || dateLocale == "") {
dateLocale = "en-GB"; // No I18N
}
var disableDays = {};
$("#Date-date").datepicker({
showOn: "button", // No I18N
buttonImage: "https://static.zohocdn.com/forms/images/spacer.325472601571f31e1bf00674c368d335.gif", // No I18N
buttonImageOnly: true,
dateFormat: dateformat,
showAnim: "drop", // No I18N
changeMonth: true,
yearRange: "1900:2100",
firstDay: weekStart,
beforeShowDay: function(date) {
return ZFUtil.blockDays(date, disableDays);
},
beforeShow: function() {
ZFUtil.setDateLimit(this, actualDateFormat, dateLocale);
},
monthNamesShort: CustomDateLocale[dateLocale].monthNamesShort,
monthNames: CustomDateLocale[dateLocale].monthNames,
dayNamesMin: CustomDateLocale[dateLocale].dayNamesMin,
showMonthAfterYear: CustomDateLocale[dateLocale].showMonthAfterYear,
yearSuffix: CustomDateLocale[dateLocale].yearSuffix,
changeYear: true
});
var dateDiv = $("#DatedateDiv"); // No I18N
var imgElem = $(dateDiv).find('img'); // No I18N
$(imgElem).removeClass("ui-datepicker-trigger"); // No I18N
$(imgElem).addClass("calendarIcon"); // No I18N
$(imgElem).mousedown(function(e) {
e.preventDefault();
});
//$(imgElem).attr("title",""); // Hovering on date picker icon displays the Date field's label
$(imgElem).removeAttr("alt"); // No I18N
/*
When spacing is applied for input fields in Themes, calendar icon needs to vertical aligned with input.
For that img element should be placed inside a div.
*/
var imgWrapDiv = $('<div class="calIconWrapper" elname="imgWrapDiv"></div>');
$(imgWrapDiv).insertBefore(imgElem);
$(imgElem).appendTo(imgWrapDiv);
//The below class add to set z-index
$('#ui-datepicker-div').addClass("calIndex");
$('#ui-datepicker-div').addClass("notranslate");
if (false == true) {
$("#Date-date").datepicker().datepicker('disable'); //No I18N
}
});
//$("#DatedateDiv").find('img').addClass("calendarIcon");
</script>
</span>
</div>
</li>
<li class="tempFrmWrapper address addrlarge zfSelect2CustomCont" elname="livefield-elem" comptype="8" needdata="true" id="Address-li" compname="Address" linkname="Address" isvisible="true" mandatory="true" page_no="1" page_link_name="Page"
showlabel="true">
<div class="arrowNav"></div>
<label class="labelName">
<span>Address Questionnaire Is Needed For:</span>
<em class="important">*</em>
</label>
<div class="tempContDiv address">
<div class="addrCont">
<!-- <input value=>-->
<span class="addOne">
<input name="Address" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="auto-off" type="text" maxlength="255" complink="Address_AddressLine1" value="" mandatory="true" placeholder="">
<!-- Display name of 'AddressLine1' component of 'Address' field. -->
<label class="formSubInfoText">Street Address</label>
</span>
<!-- <input value=>-->
<!-- <input value=>-->
<span class="flLeft addtwo">
<input name="Address" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="auto-off" type="text" maxlength="255" complink="Address_City" value="" mandatory="true" placeholder="">
<!-- Display name of 'City' component of 'Address' field. -->
<label class="formSubInfoText">City</label>
</span>
<!-- <input value=>-->
<span class="flLeft addtwo">
<input name="Address" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="auto-off" type="text" maxlength="255" complink="Address_Region" value="" mandatory="true" placeholder="">
<!-- Display name of 'Region' component of 'Address' field. -->
<label class="formSubInfoText">State/Region/Province</label>
</span>
<!-- <input value=>-->
<span class="flLeft addtwo">
<input name="Address" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="auto-off" type="text" maxlength="255" complink="Address_ZipCode" value="" mandatory="true" placeholder="">
<!-- Display name of 'ZipCode' component of 'Address' field. -->
<label class="formSubInfoText">Postal / Zip Code</label>
</span>
<!-- <input value=>-->
<div class="clearBoth"></div>
<p class="errorMessage" elname="error" id="error-Address"></p>
</div>
</div>
<div class="clearBoth"></div>
<script type="module">
$(function() {
var mode = "live"; // No I18N
if (mode == "edit") { // No I18N
var selectedCountry = ""; // No I18N
var selectedCountryNonEncoded = ""; // No I18N
var countryDropdown = $("#Address-li").find('select');
if (selectedCountry.length > 0 && (typeof($(countryDropdown).find('option:selected').val()) == 'undefined' || $(countryDropdown).find('option:selected').val().toLowerCase() != selectedCountryNonEncoded.toLowerCase())) { // No I18N
$(countryDropdown).append($("<option></option>").attr("value", selectedCountryNonEncoded).html(selectedCountry).hide()); // No I18N
$(countryDropdown).val(selectedCountryNonEncoded).change();
}
}
});
</script>
</li>
<li class="tempFrmWrapper name namemedium zfSelect2CustomCont" elname="livefield-elem" comptype="7" needdata="true" id="Name-li" compname="Name" linkname="Name" isvisible="true" mandatory="true" page_no="1" page_link_name="Page"
regex_type="0" showlabel="true">
<label class="labelName">
<span>Name of Buyer:</span>
<em class="important">*</em>
</label>
<div class="tempContDiv twoType">
<div class="nameWrapper">
<span> <input onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="auto-off" type="text" maxlength="255" elname="First" name="Name" complink="Name_First" value="" mandatory="true" placeholder="">
<label class="formSubInfoText">First</label>
</span>
<span> <input onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="auto-off" type="text" maxlength="255" elname="Last" name="Name" complink="Name_Last" value="" mandatory="true" placeholder="">
<label class="formSubInfoText">Last</label>
</span>
<div class="clearBoth"></div>
</div>
<p class="errorMessage" elname="error" id="error-Name"></p>
</div>
<div class="clearBoth"></div>
</li>
<li elname="livefield-elem" comptype="1" id="SingleLine-li" needdata="true" compname="SingleLine" linkname="SingleLine" isvisible="true" class="tempFrmWrapper small" mandatory="true" page_no="1" page_link_name="Page" showlabel="true">
<label class="labelName">
<span>Lending Company Name</span>
<em class="important">*</em>
</label>
<div class="tempContDiv">
<span><input onkeyup="ZFLive.configureInputMask(this);" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" type="text" maxlength="255" name="SingleLine" value="" placeholder=""></span>
<p class="errorMessage" elname="error" id="error-SingleLine"></p>
</div>
<div class="clearBoth"></div>
</li>
<li class="tempFrmWrapper name namemedium zfSelect2CustomCont" elname="livefield-elem" comptype="7" needdata="true" id="Name1-li" compname="Name1" linkname="Name1" isvisible="true" mandatory="true" page_no="1" page_link_name="Page"
regex_type="0" showlabel="true">
<label class="labelName">
<span>Return to:</span>
<em class="important">*</em>
</label>
<div class="tempContDiv twoType">
<div class="nameWrapper">
<span> <input onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="auto-off" type="text" maxlength="255" elname="First" name="Name1" complink="Name1_First" value="" mandatory="true" placeholder="">
<label class="formSubInfoText">First</label>
</span>
<span> <input onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="auto-off" type="text" maxlength="255" elname="Last" name="Name1" complink="Name1_Last" value="" mandatory="true" placeholder="">
<label class="formSubInfoText">Last</label>
</span>
<div class="clearBoth"></div>
</div>
<p class="errorMessage" elname="error" id="error-Name1"></p>
</div>
<div class="clearBoth"></div>
</li>
<li class="tempFrmWrapper email small" elname="livefield-elem" comptype="9" id="Email-li" needdata="true" compname="Email" linkname="Email" isvisible="true" mandatory="true" page_no="1" page_link_name="Page" showlabel="true" domain_option="0"
need_reconf="true">
<label class="labelName">
<span>Lender Email:</span>
<em class="important">*</em>
</label>
<div class="tempContDiv">
<span elname="livefield-email-elem"><input onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" type="text" maxlength="255" name="Email" value="" placeholder="">
</span>
<span elname="livefield-reconf-elem" class="confrmEmailDiv"> <input onkeyup="ZFLive.validateFieldEquality(this,false);" onblur="ZFLive.validateFieldEquality(this,true);" placeholder="Confirm Email" autocomplete="off" type="text"
maxlength="255" name="Email-reconf">
<p elname="reconf-error" class="errorMessage" id="error-Email-reconf" style="display: none;"></p>
</span>
<p class="errorMessage" elname="error" id="error-Email" style="display: none;"></p>
</div>
<div class="clearBoth"></div>
</li>
<li class="tempFrmWrapper phone small" elname="livefield-elem" comptype="11" id="PhoneNumber-li" needdata="true" compname="PhoneNumber" linkname="PhoneNumber" isvisible="true" mandatory="true" page_no="1" page_link_name="Page"
showlabel="true" need_reconf="false">
<label class="labelName">
<span>Lender Phone:</span>
<em class="important">*</em>
</label>
<div class="tempContDiv" elname="phoneFormatElem" phoneformat="INTERNATIONAL">
<div elname="phoneFld" name="phone-elements">
<input name="PhoneNumber" onfocusout="ZFLive.validateFieldConstraint(this);" autocomplete="off" id="PhoneNumber" type="text" elname="countrycode" maxlength="20" value="" iscodeenabled="false" phoneformattype="1" placeholder="">
</div>
<p class="errorMessage" elname="error" id="error-PhoneNumber"></p>
<script type="module">
if (false == true && (true)) {
var allowedCountryList = [];
var ipBasedCurrentCountry = null;
var defaultCountry = ""; // No I18N
var keyId = $("#PhoneNumber");
var keyIdConf = ("#" + "PhoneNumber" + "-reconf"); // No I18N
var listofcountries = [],
hasCode = false;
var initialCountry = "auto"; // No I18N
var countryCodeProps = jQuery.extend(true, {}, ZFPhone.countryCodeProps);
var isRtlEnabled = false;
var txtDir = "1"; // No I18N
if (txtDir != null && txtDir != undefined) {
if (txtDir == 2) {
isRtlEnabled = true;
}
}
countryCodeProps.isRtl = isRtlEnabled;
if (defaultCountry != "") {
defaultCountry = countryUniqueCode[""]; // No I18N
}
if (allowedCountryList.length > 0) {
var phoneVal = ""; // No I18N
var codeVal = ""; // No I18N
for (var itr = 0; itr < allowedCountryList.length; itr++) {
if (codeVal != "" && codelist[allowedCountryList[itr]] == codeVal && !hasCode) {
phoneVal = codeVal + phoneVal;
hasCode = true;
}
listofcountries[itr] = countryUniqueCode[allowedCountryList[itr]];
}
countryCodeProps.onlyCountries = listofcountries;
if ("live" == 'live') {
if (jQuery.inArray(defaultCountry, listofcountries) !== -1) {
initialCountry = defaultCountry;
} else if (ipBasedCurrentCountry !== null && ipBasedCurrentCountry != "null" && ipBasedCurrentCountry != "-" && jQuery.inArray(ipBasedCurrentCountry, listofcountries) != -1) { // No I18N
initialCountry = ipBasedCurrentCountry;
}
} else {
$("#PhoneNumber").val(phoneVal);
if ("false" == "true") {
$(keyIdConf).val(phoneVal); // No I18N
}
}
} else if ("live" == 'live') { // No I18N
if (defaultCountry != "") {
initialCountry = defaultCountry;
} else if (ipBasedCurrentCountry !== null && ipBasedCurrentCountry != "null" && ipBasedCurrentCountry != "-") { // No I18N
initialCountry = ipBasedCurrentCountry;
}
}
if ($(keyId).parents("ul").attr("elname") != "subFormFieldsCloneUl") {
countryCodeProps.initialCountry = initialCountry;
$(keyId).intlTelInput(countryCodeProps);
$(keyIdConf).intlTelInput(countryCodeProps); // No I18N
if ("live" == 'live') {
$(keyId).intlTelInput("setNumber", ""); // No I18N
}
}
$(keyId).attr({
"initCountry": initialCountry,
"countryList": listofcountries
}); // No I18N
//$("#PhoneNumber") is used instead of variable keyId, since event get attached only to the last dom element instead of all elements.
setCountryCodePropsForFlds(("#" + "PhoneNumber"), isRtlEnabled); // No I18N
if ("false" == "true") {
setCountryCodePropsForFlds(("#" + "PhoneNumber" + "-reconf"), isRtlEnabled); // No I18N
}
}
</script>
</div>
<div class="clearBoth"></div>
</li>
<li class="zfcheckbox tempFrmWrapper oneColumns " elname="livefield-elem" comptype="14" needdata="true" id="Checkbox-li" compname="Checkbox" linkname="Checkbox" isvisible="true" mandatory="true" page_no="1" page_link_name="Page"
choice_type="checkbox">
<label class="labelName"><span>I am requesting the following items:</span>
<em class="important">*</em>
</label>
<div class="tempContDiv">
<div class="overflow customCheckBox">
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="checkbox" id="Checkbox_1" class="checkBoxType" name="Checkbox" elname="Checkbox" value="Questionnaire to be completed" formula_val="" onchange="ZFLive.hideClosestFieldElemErrorDiv(this);
">
<label for="Checkbox_1" class="checkChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">Questionnaire to be completed</em>
</label> </span>
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="checkbox" id="Checkbox_2" class="checkBoxType" name="Checkbox" elname="Checkbox" value="Master Insurance Policy Agent Information"
formula_val="" onchange="ZFLive.hideClosestFieldElemErrorDiv(this);
">
<label for="Checkbox_2" class="checkChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">Master Insurance Policy Agent Information</em>
</label> </span>
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="checkbox" id="Checkbox_3" class="checkBoxType" name="Checkbox" elname="Checkbox" value="Link to Association Governing Documents" formula_val=""
onchange="ZFLive.hideClosestFieldElemErrorDiv(this);
">
<label for="Checkbox_3" class="checkChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">Link to Association Governing Documents</em>
</label> </span>
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="checkbox" id="Checkbox_4" class="checkBoxType" name="Checkbox" elname="Checkbox" value="Budget" formula_val="" onchange="ZFLive.hideClosestFieldElemErrorDiv(this);
">
<label for="Checkbox_4" class="checkChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">Budget</em>
</label> </span>
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="checkbox" id="Checkbox_5" class="checkBoxType" name="Checkbox" elname="Checkbox" value="Balance sheet" formula_val="" onchange="ZFLive.hideClosestFieldElemErrorDiv(this);
">
<label for="Checkbox_5" class="checkChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">Balance sheet</em>
</label> </span>
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="checkbox" id="Checkbox_6" class="checkBoxType" name="Checkbox" elname="Checkbox" value="Other (please specify below)" formula_val="" onchange="ZFLive.hideClosestFieldElemErrorDiv(this);
">
<label for="Checkbox_6" class="checkChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">Other (please specify below)</em>
</label> </span>
<div class="clearBoth"></div>
</div>
<p class="errorMessage" elname="error" id="error-Checkbox"></p>
<p class="instruction" elname="hint" id="hint-Checkbox"> Note: Please select ALL items needed. Items requested after initial submission will incur an additional fee.</p>
</div>
<div class="clearBoth"></div>
</li>
<li class="tempFrmWrapper small" elname="livefield-elem" comptype="2" id="MultiLine-li" needdata="true" compname="MultiLine" linkname="MultiLine" isvisible="true" mandatory="false" page_no="1" page_link_name="Page" show_word_count="false"
min_range="0" max_range="65535" range_type="1" showlabel="true">
<label class="labelName">
<span>Other:</span>
</label>
<div class="tempContDiv">
<span class="countWrd"> <textarea onkeyup="ZFLive.countWordOrCharacters(this);" onfocusin="ZFLive.countWordOrCharacters(this);" onfocusout="ZFLive.hideWordCount(this); ZFLive.validateFieldConstraint(this);" autocomplete="off"
name="MultiLine" placeholder=""></textarea>
<p style="display:none;" class="countAlertOver" elname="countmsg" id="countMsg-MultiLine"></p>
</span>
<p class="errorMessage" elname="error" id="error-MultiLine"></p>
</div>
<div class="clearBoth"></div>
</li>
<li class="tempFrmWrapper file_upload" uploadlimit="3" elname="livefield-elem" comptype="19" id="FileUpload-li" needdata="true" compname="FileUpload" linkname="FileUpload" allowedtype="" isvisible="true" mandatory="true" page_no="1"
page_link_name="Page">
<label class="labelName"><span>Please upload the questionnaire you need completed:</span>
<em class="important">*</em>
</label>
<div class="tempContDiv">
<div class="uploadContainer">
<input type="file" name="FileUpload" multiple="multiple" id="FileUpload-id" onchange="ZFLive.addMultipleFileUploadFields(this.files,'FileUpload','3')">
<input style="display:none;" type="hidden" value="" elname="FileUpload" filepath="">
<div class="imageOptions">
<div class="imageOptionsCont onlyUpload" elname="uploadDiv">
<div class="flLeft imageOptionsText"> Choose File(s) </div>
<div class="flRight imageOptionsActCont"><a href="javascript:;" class="uploadIconCont" elname="iconUpload" onclick="triggerinputfiletag('FileUpload');">
<svg class="icon icon-upload"><use xlink:href="#icon-upload"></use></svg>
</a>
</div>
<div class="clearBoth"></div>
</div>
</div>
</div>
<div class="uploadedCont" id="FileUpload-div-files" style="display:none;">
<ul elname="fileElementUL" class="fileUplodBdrbot">
<li elname="templateFileElement" style="display:none"><span elname="fileSpanElement" class="flLeft previewWrapper">
<div class="previewContainer"><a elname="zoomIcon" class="over_Icon" onclick="ZFLive.zoomImage(this);">
<span elname="zoomIcon" class="zoomIcon"></span> </a>
<img elname="fileImage">
<div elname="fileNonImage" class="fileTypeIcon"></div>
</div>
</span>
<div class="uploadFileCont"><em elname="fileName" class="uploadFileTitle"></em>
<b elname="fileExtension"></b>
<p elname="fileSize" class="fileSize" style="display: none;"></p>
<div class="progressBarWrapper">
<div class="progressBarCont">
<div elname="progressbar_line" class="progressBar"></div>
</div>
</div>
</div><a name="removeFileElement" style="display:none;" onclick="ZFLive.removeAndDeleteFile('FileUpload',this)" class="flRight attachDelete"></a>
<!-- <div class="clearBoth"></div>-->
</li>
</ul>
<div class="clearBoth"></div>
</div>
<p class="errorMessage" elname="error" id="error-FileUpload"></p>
<p class="errorMessage" elname="fu_error" id="fu_error-FileUpload"></p>
</div>
<div class="clearBoth"></div>
</li>
<li class="zfradio tempFrmWrapper oneColumns " elname="livefield-elem" comptype="13" id="Radio-li" needdata="true" compname="Radio" linkname="Radio" isvisible="true" mandatory="true" page_no="1" page_link_name="Page" choice_type="radio">
<label class="labelName"><span>Do you need rush processing?</span>
<em class="important">*</em>
</label>
<div class="tempContDiv">
<div class="overflow customRadioBtn">
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="radio" id="Radio_1" name="Radio" elname="Radio" class="radioBtnType"
value="Yes, please provide documentation within 2 business days ($50.00 rush fee will apply)" formula_val="" onchange="ZFLive.prefillFieldLabel(this); ZFLive.hideClosestFieldElemErrorDiv(this);">
<label for="Radio_1" class="radioChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">Yes, please provide documentation within 2 business days ($50.00 rush fee will apply)</em>
</label> </span>
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="radio" id="Radio_2" name="Radio" elname="Radio" class="radioBtnType"
value="Yes, please provide documentation within 3 business days ($25.00 rush fee will apply)" formula_val="" onchange="ZFLive.prefillFieldLabel(this); ZFLive.hideClosestFieldElemErrorDiv(this);">
<label for="Radio_2" class="radioChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">Yes, please provide documentation within 3 business days ($25.00 rush fee will apply)</em>
</label> </span>
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="radio" id="Radio_3" name="Radio" elname="Radio" class="radioBtnType" value="No, please proceed with standard processing (5-7 business days)"
formula_val="" onchange="ZFLive.prefillFieldLabel(this); ZFLive.hideClosestFieldElemErrorDiv(this);">
<label for="Radio_3" class="radioChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">No, please proceed with standard processing (5-7 business days)</em>
</label> </span>
<div class="clearBoth"></div>
</div>
<p class="errorMessage" elname="error" id="error-Radio"></p>
<p class="instruction" elname="hint" id="hint-Radio"> Note: If a rush option is selected but the rush fee is not paid, the request will proceed with standard processing.</p>
</div>
<div class="clearBoth"></div>
</li>
<li class="zfradio tempFrmWrapper oneColumns " elname="livefield-elem" comptype="13" id="Radio1-li" needdata="true" compname="Radio1" linkname="Radio1" isvisible="true" mandatory="true" page_no="1" page_link_name="Page" choice_type="radio">
<label class="labelName"><span>I understand that there is a $75.00 base fee for providing the condo questionnaire and any additional documentation requested by the lender. Rush processing is an additional fee and must be included with
payment to proceed as a rush.</span>
<em class="important">*</em>
</label>
<div class="tempContDiv">
<div class="overflow customRadioBtn">
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="radio" id="Radio1_1" name="Radio1" elname="Radio1" class="radioBtnType" value="I understand" formula_val=""
onchange="ZFLive.prefillFieldLabel(this); ZFLive.hideClosestFieldElemErrorDiv(this);">
<label for="Radio1_1" class="radioChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">I understand</em>
</label> </span>
<span class="multiAttType cusChoiceSpan"> <input onmousedown="event.preventDefault();" type="radio" id="Radio1_2" name="Radio1" elname="Radio1" class="radioBtnType" value="I do not understand" formula_val=""
onchange="ZFLive.prefillFieldLabel(this); ZFLive.hideClosestFieldElemErrorDiv(this);">
<label for="Radio1_2" class="radioChoice cusChoiceLabel">
<div class="checker"></div><em class="cusChoiceEm">I do not understand</em>
</label> </span>
<div class="clearBoth"></div>
</div>
<p class="errorMessage" elname="error" id="error-Radio1"></p>
</div>
<div class="clearBoth"></div>
</li>
<!--To exclude Html field in rules we are setting comptype as 0 for Html field. That is Html field will not be included in any condition. -->
<li tabindex="1" id="HtmlText-li" class="tempFrmWrapper note" elname="livefield-elem" compname="HtmlText" comptype="0" page_no="1" page_link_name="Page"><label class="descFld">
<div>Checks should be made payable to EREM Inc. and mailed to the address above. You can also pay online (credit card fees may apply), by visiting
<a href="http://www.mysmartstreet.com" target="_blank" rel="noopener noreferrer"></a><a href="https://www.hoabankservices.com/OnlinePayments/payment.aspx" target="_blank" rel="noopener noreferrer">https://www.hoabankservices.com/OnlinePayments/payment.aspx</a> .
Type “<b>EREM Inc</b>” for Association and click “Find”. <u><b>DO NOT USE THE COMMUNITY'S NAME.</b></u> The account number is the street address of the home the questionnaire is for. Payment must be made prior to submitting this form.
<b><u>YOU WILL NEED TO RETURN TO THIS FORM AND UPLOAD A COPY OF THE PAYMENT CONFIRMATION PAGE IN ORDER FOR YOUR REQUEST TO BE SUBMITTED. </u></b><br></div>
</label>
<div class="clearBoth"></div>
</li>
<li class="tempFrmWrapper file_upload" uploadlimit="1" elname="livefield-elem" comptype="19" id="FileUpload1-li" needdata="true" compname="FileUpload1" linkname="FileUpload1" allowedtype="" isvisible="true" mandatory="true" page_no="1"
page_link_name="Page">
<label class="labelName"><span>Once payment is made, please screenshot the confirmation page and upload the image here:</span>
<em class="important">*</em>
</label>
<div class="tempContDiv">
<div class="uploadContainer">
<input type="file" name="FileUpload1" id="FileUpload1-id" onchange="ZFLive.addMultipleFileUploadFields(this.files,'FileUpload1','1')">
<input style="display:none;" type="hidden" value="" elname="FileUpload1" filepath="">
<div class="imageOptions">
<div class="imageOptionsCont onlyUpload" elname="uploadDiv">
<div class="flLeft imageOptionsText"> Choose File </div>
<div class="flRight imageOptionsActCont"><a href="javascript:;" class="uploadIconCont" elname="iconUpload" onclick="triggerinputfiletag('FileUpload1');">
<svg class="icon icon-upload"><use xlink:href="#icon-upload"></use></svg>
</a>
</div>
<div class="clearBoth"></div>
</div>
</div>
</div>
<div class="uploadedCont" id="FileUpload1-div-files" style="display:none;">
<ul elname="fileElementUL" class="fileUplodBdrbot">
<li elname="templateFileElement" style="display:none"><span elname="fileSpanElement" class="flLeft previewWrapper">
<div class="previewContainer"><a elname="zoomIcon" class="over_Icon" onclick="ZFLive.zoomImage(this);">
<span elname="zoomIcon" class="zoomIcon"></span> </a>
<img elname="fileImage">
<div elname="fileNonImage" class="fileTypeIcon"></div>
</div>
</span>
<div class="uploadFileCont"><em elname="fileName" class="uploadFileTitle"></em>
<b elname="fileExtension"></b>
<p elname="fileSize" class="fileSize" style="display: none;"></p>
<div class="progressBarWrapper">
<div class="progressBarCont">
<div elname="progressbar_line" class="progressBar"></div>
</div>
</div>
</div><a name="removeFileElement" style="display:none;" onclick="ZFLive.removeAndDeleteFile('FileUpload1',this)" class="flRight attachDelete"></a>
<!-- <div class="clearBoth"></div>-->
</li>
</ul>
<div class="clearBoth"></div>
</div>
<p class="errorMessage" elname="error" id="error-FileUpload1"></p>
<p class="errorMessage" elname="fu_error" id="fu_error-FileUpload1"></p>
</div>
<div class="clearBoth"></div>
</li>
</ul>
</div>
<ul elname="footer" class="footerWrapper formRelative" page_no="1" page_count="1" page_link_name="Page">
<li style="overflow:visible; position: relative;" class="btnAllign fmFooter" id="formAccess" elname="0">
<div class="pageFotDef">
<div class="alignSubmit">
<div class="formRelative inlineBlock submitBtnCont"><button class="fmSmtButton submitColor submitWrapper fmSmtButtom" elname="submit" value="submit">
<em>Submit</em>
</button></div>
</div>
</div>
<div class="clearBoth"></div>
</li>
</ul>
<!-- Uncomment the following Code to enable automation location based value filling for GeoLocation Fields -->
<!-- Set the mapquestURL from zohoforms.properties -->
<!-- -->
<!--Div to show error for unconfirmed users -->
<div id="errorDiv" style="display:none" class="errorMsgWrapper">
<div class="flLeft errorIcon"></div>
<div class="errorMsgCont">
<h2>Error Occurred!</h2>
<span id="errorMsgSpan">You haven't verified your email yet, click<a href="javascript:;" onclick="ZFUtil.resendMail('0');"> here </a> to receive a verification email.</span>
</div>
<div class="clearBoth"></div>
</div>
</div><!-- 'formRedirectURL' ends -->
<div id="popupdiv" class="dim-div2" style="display:none;">
<div id="imageChoiceDiv-cont" class="popUpOuter imageTypeZoom">
<div class="popUpInnerWrapper">
<div class="popupHeader removeBdr"><a class="flRight ppDeleteIcon" onclick="ZFLive.hideZoomedImage();" href="javascript:;"></a>
<div class="clearBoth"></div>
</div>
<div class="popupMainCont"><img src=""></div>
</div>
</div>
</div>
</form>
Text Content
* LENDER REQUEST FORM * Date of Submission * dd-MMM-yyyy * Address Questionnaire Is Needed For: * Street Address City State/Region/Province Postal / Zip Code * Name of Buyer: * First Last * Lending Company Name * * Return to: * First Last * Lender Email: * * Lender Phone: * * I am requesting the following items: * Questionnaire to be completed Master Insurance Policy Agent Information Link to Association Governing Documents Budget Balance sheet Other (please specify below) Note: Please select ALL items needed. Items requested after initial submission will incur an additional fee. * Other: * Please upload the questionnaire you need completed: * Choose File(s) * * Do you need rush processing? * Yes, please provide documentation within 2 business days ($50.00 rush fee will apply) Yes, please provide documentation within 3 business days ($25.00 rush fee will apply) No, please proceed with standard processing (5-7 business days) Note: If a rush option is selected but the rush fee is not paid, the request will proceed with standard processing. * I understand that there is a $75.00 base fee for providing the condo questionnaire and any additional documentation requested by the lender. Rush processing is an additional fee and must be included with payment to proceed as a rush. * I understand I do not understand * Checks should be made payable to EREM Inc. and mailed to the address above. You can also pay online (credit card fees may apply), by visiting https://www.hoabankservices.com/OnlinePayments/payment.aspx . Type “EREM Inc” for Association and click “Find”. DO NOT USE THE COMMUNITY'S NAME. The account number is the street address of the home the questionnaire is for. Payment must be made prior to submitting this form. YOU WILL NEED TO RETURN TO THIS FORM AND UPLOAD A COPY OF THE PAYMENT CONFIRMATION PAGE IN ORDER FOR YOUR REQUEST TO BE SUBMITTED. * Once payment is made, please screenshot the confirmation page and upload the image here: * Choose File * * Submit ERROR OCCURRED! You haven't verified your email yet, click here to receive a verification email. OK OK Retry Cancel That CAPTCHA was incorrect. Your form has been deactivated. Contact support@zohoforms.com for further information. Submitting... Please Wait... Saving... Redirecting to Merchant Website.. Verifying Credit Card Details... Please wait... Verification Code Enter the text in the box below Continue Verification mail sent. LINK TO RESUME THIS FORM LATER: Email Link to Send Please enter a valid email address to configure Zoho Sign settings. Copy Link Copied to clipboard. * * * Done TURN ON THE CAMERA PERMISSION IN YOUR BROWSER TO CONTINUE FURTHER