myhomewarrantyquote.online
Open in
urlscan Pro
35.156.224.161
Public Scan
Submitted URL: http://myhomewarrantyquote.online/
Effective URL: https://myhomewarrantyquote.online/
Submission: On June 02 via api from US — Scanned from DE
Effective URL: https://myhomewarrantyquote.online/
Submission: On June 02 via api from US — Scanned from DE
Form analysis
1 forms found in the DOM<form class="max-w-7xl" id="leif_lead_form">
<div class="max-w-full w-full mx-auto">
<div class="rounded border border-gray-300">
<div x-show="!completed">
<div class="h-2 border-b bg-slate-200 rounded-tl rounded-tr">
<div class="h-2 bg-green-600 rounded-tl" :class="{ 'bg-green-600 rounded-tl': !completed }" role="progressbar" :style="{ width: (totalCompletedSteps/totalSteps * 100) + '%' }" style="width: 25%;"></div>
</div>
</div>
<div class="p-3">
<div x-show="completed" x-transition:enter.duration.750ms="" id="final" style="display: none;">
<div class="pt-2 pb-2 rounded">
<div class="font-bold text-lg lg:text-xl my-2 py-0 not-prose text-center">
<p>Enter your phone number and submit:</p>
</div>
</div>
<div class="validate pt-2 pb-2 rounded" @keyup.enter="submitForm()">
<div class="not-prose"><input type="tel" name="phone" id="phone" data-validation="["required", "minLength:10"]" @keyup.enter="!completed && await forward" autocomplete="tel"
class="valid block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="(510) 867-5310" x-mask="(999) 999-9999" x-model="leadFields.phone" required=""
autofocus=""> <small class="hidden error-text"></small></div><label class="tcpa mt-6 text-xs no-underline text-gray-600" id="tcpa_statement"><input type="hidden" name="tcpa" id="leadid_tcpa_disclosure">
<p>By clicking the "Submit" button, I provide my electronic signature and represent that I am at least 18 and agree to this website's <a href="/pages/terms-of-use" target="_blank">Terms of Use</a> &
<a href="/pages/privacy-policy" target="_blank">Privacy Policy</a>. By clicking the "Submit" button, I provide my express written consent and authorization to the owner of this website and/or the agents of one or more of the
<a href="/pages/partners" target="_blank">financial service companies</a> to contact me for marketing/telemarketing purposes at the number and address provided above, including my wireless number if provided, using live operators,
automated telephone dialing systems, artificial voice or pre-recorded messages, text messages and/or emails, if applicable, even if I have previously registered the provided number on any Federal or State Do Not Call Registry. I
understand that my consent is not required as a condition of purchasing goods or services and can be revoked at any time. <a href="/pages/privacy-policy/#california-rights" target="_blank">California Notice</a>.</p>
</label> <button type="button" @click="submitForm()" :disabled="buttonDisabled"
class="cursor-pointer w-full flex justify-center items-center bg-primary disabled:opacity-75 text-white no-underline font-semibold shadow-md text-2xl rounded-md my-2 h-16"><span x-show="buttonDisabled"
class="flex items-center justify-center" style="display: none;"><svg class="animate-spin -ml-1 mr-3 h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
</svg> Processing </span><span x-show="!buttonDisabled">Submit</span></button>
</div>
</div>
<div x-show.transition="!completed" id="steps"><template x-if="urlData?.zip == null">
<div data-step="1" x-show="step == 1" x-transition:enter.duration.450ms="">
<div class="font-bold text-lg lg:text-xl my-2 py-0 not-prose">
<p>Enter Your Zip Code Below To Check</p>
</div>
<div class="validate">
<div class="not-prose"><input type="text" name="zip" id="zip" data-validation="["required", "onlyLettersNumbers", "minLength:5"]" @keyup.enter="!completed && await forward"
autocomplete="postal-code" class="valid block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="Enter Your Zip Code" x-model="leadFields.zip"
required="" autofocus=""> <small class="hidden error-text"></small></div>
</div>
<div class="not-prose mt-6"><button type="button" x-show="!completed" x-on:click.prevent="await forward"
class="cursor-pointer w-full flex justify-center items-center bg-primary disabled:opacity-50 text-white no-underline font-semibold shadow-md text-lg rounded-md my-2 h-16">Next</button></div>
</div>
</template>
<div data-step="1" x-show="step == 1" x-transition:enter.duration.450ms="">
<div class="font-bold text-lg lg:text-xl my-2 py-0 not-prose">
<p>Enter Your Zip Code Below To Check</p>
</div>
<div class="validate">
<div class="not-prose"><input type="text" name="zip" id="zip" data-validation="["required", "onlyLettersNumbers", "minLength:5"]" @keyup.enter="!completed && await forward"
autocomplete="postal-code" class="valid block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="Enter Your Zip Code" x-model="leadFields.zip"
required="" autofocus=""> <small class="hidden error-text"></small></div>
</div>
<div class="not-prose mt-6"><button type="button" x-show="!completed" x-on:click.prevent="await forward"
class="cursor-pointer w-full flex justify-center items-center bg-primary disabled:opacity-50 text-white no-underline font-semibold shadow-md text-lg rounded-md my-2 h-16">Next</button></div>
</div><template x-if="urlData?.street == null">
<div x-cloak="" data-step="2" x-show="step == 2" x-transition:enter.duration.450ms="">
<div class="font-bold text-lg lg:text-xl my-2 py-0 not-prose">
<p>Enter Your Street Address Below.</p>
</div>
<div class="validate">
<div class="not-prose"><input type="text" name="street" id="street" data-validation="["required", "minLength:5"]" @keyup.enter="!completed && await forward"
class="valid block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="Type e.g: 123 Midway St" x-init="loadGooglePlaces" x-model="leadFields.street"
@google-loaded.window="initGooglePlaces" autocomplete="off" required="" autofocus=""> <small class="hidden error-text"></small></div>
</div>
<div class="not-prose mt-6"><button type="button" x-show="!completed" x-on:click.prevent="await forward"
class="cursor-pointer w-full flex justify-center items-center bg-primary disabled:opacity-50 text-white no-underline font-semibold shadow-md text-lg rounded-md my-2 h-16">Next</button></div>
</div>
</template>
<div data-step="2" x-show="step == 2" x-transition:enter.duration.450ms="" style="display: none;">
<div class="font-bold text-lg lg:text-xl my-2 py-0 not-prose">
<p>Enter Your Street Address Below.</p>
</div>
<div class="validate">
<div class="not-prose"><input type="text" name="street" id="street" data-validation="["required", "minLength:5"]" @keyup.enter="!completed && await forward"
class="valid block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base pac-target-input" placeholder="Type e.g: 123 Midway St" x-init="loadGooglePlaces"
x-model="leadFields.street" @google-loaded.window="initGooglePlaces" autocomplete="off" required="" autofocus=""> <small class="hidden error-text"></small></div>
</div>
<div class="not-prose mt-6"><button type="button" x-show="!completed" x-on:click.prevent="await forward"
class="cursor-pointer w-full flex justify-center items-center bg-primary disabled:opacity-50 text-white no-underline font-semibold shadow-md text-lg rounded-md my-2 h-16">Next</button></div>
</div><template x-if="urlData?.email == null">
<div x-cloak="" data-step="3" x-show="step == 3" x-transition:enter.duration.450ms="">
<div class="font-bold text-lg lg:text-xl my-2 py-0 not-prose">
<p>What Email Can We Send Your Results To?</p>
</div>
<div class="validate">
<div class="not-prose"><input type="email" name="email" id="email" data-validation="["required", "email"]" @keyup.enter="!completed && await forward" autocomplete="email"
class="valid block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="johndoe@gmail.com" x-model="leadFields.email" required="" autofocus=""> <small
class="hidden error-text"></small></div>
</div>
<div class="not-prose mt-6"><button type="button" x-show="!completed" x-on:click.prevent="await forward"
class="cursor-pointer w-full flex justify-center items-center bg-primary disabled:opacity-50 text-white no-underline font-semibold shadow-md text-lg rounded-md my-2 h-16">Next</button></div>
</div>
</template>
<div data-step="3" x-show="step == 3" x-transition:enter.duration.450ms="" style="display: none;">
<div class="font-bold text-lg lg:text-xl my-2 py-0 not-prose">
<p>What Email Can We Send Your Results To?</p>
</div>
<div class="validate">
<div class="not-prose"><input type="email" name="email" id="email" data-validation="["required", "email"]" @keyup.enter="!completed && await forward" autocomplete="email"
class="valid block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="johndoe@gmail.com" x-model="leadFields.email" required="" autofocus=""> <small
class="hidden error-text"></small></div>
</div>
<div class="not-prose mt-6"><button type="button" x-show="!completed" x-on:click.prevent="await forward"
class="cursor-pointer w-full flex justify-center items-center bg-primary disabled:opacity-50 text-white no-underline font-semibold shadow-md text-lg rounded-md my-2 h-16">Next</button></div>
</div><template x-if="urlData?.first_name == null && urlData?.last_name == null">
<div x-cloak="" data-step="4" x-show="step == 4" x-transition:enter.duration.450ms="">
<div class="font-bold text-lg lg:text-xl my-2 py-0 not-prose">
<p>How May We Call You?</p>
</div>
<div class="validate">
<div class="not-prose"><input type="text" name="fname" id="fname" data-validation="["required", "onlyLetters", "minLength:2"]" @keyup.enter="!completed && await forward" autocomplete="given-name"
class="valid mb-2 block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="Enter Your First Name" x-model.debounce.600="leadFields.first_name"
required="" autofocus=""> <input type="text" name="lname" id="lname" data-validation="["required", "onlyLetters", "minLength:2"]" @keyup.enter="!completed && await forward"
autocomplete="family-name" class="valid mt-2 block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="Enter Your Last Name"
x-model="leadFields.last_name" required="" autofocus=""> <small class="hidden error-text"></small></div>
</div>
<div class="not-prose mt-6"><button type="button" x-show="!completed" x-on:click.prevent="await forward"
class="cursor-pointer w-full flex justify-center items-center bg-primary disabled:opacity-50 text-white no-underline font-semibold shadow-md text-lg rounded-md my-2 h-16">Next</button></div>
</div>
</template>
<div data-step="4" x-show="step == 4" x-transition:enter.duration.450ms="" style="display: none;">
<div class="font-bold text-lg lg:text-xl my-2 py-0 not-prose">
<p>How May We Call You?</p>
</div>
<div class="validate">
<div class="not-prose"><input type="text" name="fname" id="fname" data-validation="["required", "onlyLetters", "minLength:2"]" @keyup.enter="!completed && await forward" autocomplete="given-name"
class="valid mb-2 block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="Enter Your First Name" x-model.debounce.600="leadFields.first_name"
required="" autofocus=""> <input type="text" name="lname" id="lname" data-validation="["required", "onlyLetters", "minLength:2"]" @keyup.enter="!completed && await forward"
autocomplete="family-name" class="valid mt-2 block w-full shadow-sm rounded-md border-gray-300 p-6 text-sm lg:text-base placeholder:text-slate-500 placeholder:text-base" placeholder="Enter Your Last Name"
x-model="leadFields.last_name" required="" autofocus=""> <small class="hidden error-text"></small></div>
</div>
<div class="not-prose mt-6"><button type="button" x-show="!completed" x-on:click.prevent="await forward"
class="cursor-pointer w-full flex justify-center items-center bg-primary disabled:opacity-50 text-white no-underline font-semibold shadow-md text-lg rounded-md my-2 h-16">Next</button></div>
</div>
</div>
</div>
</div>
<div class="p-4">
<a href="#" x-show="step != firstStep && !completed" @click.prevent="back()" class="cursor-pointer w-1/2 flex justify-center items-center bg-slate-400 text-white no-underline font-semibold shadow-md text-lg rounded-md my-2 py-2" style="display: none;">Back</a>
</div>
</div>
<div class="hidden"><input type="hidden" x-init="extraFields.property_ownership = 'yes'" name="property_ownership" x-model="extraFields.property_ownership" value="yes"></div><input type="hidden" name="jornaya_leadid" id="jornaya_leadid"
@jornaya-loaded.window="setJornayaLeadIdFromEventCallback" value="7A007194-E7EB-E299-0B1F-EB08717727A2"> <input type="hidden" name="trustedform_cert_id" id="trustedform_cert_id" @trustedform-loaded.window="setTrustedFormIdFromEventCallback"
value="3fccd75299048995a35eec910c5b7d72e8eb80a1"><input type="hidden" name="xxTrustedFormToken" id="xxTrustedFormToken_0" value="https://cert.trustedform.com/3fccd75299048995a35eec910c5b7d72e8eb80a1"><input type="hidden"
name="xxTrustedFormCertUrl" id="xxTrustedFormCertUrl_0" value="https://cert.trustedform.com/3fccd75299048995a35eec910c5b7d72e8eb80a1"><input type="hidden" name="xxTrustedFormPingUrl" id="xxTrustedFormPingUrl_0"
value="https://ping.trustedform.com/0.vt4gS4aMrxSIHWJ2-hEfUXfQSzFgHAAKwpLqzIG3Lyjqj0YMI-w6gf_loaKzTBysIJ092qBc.-SRllDNziUFc8scFDE2dAA.xitfVcNgkwjLBqjoaddjsw">
</form>
Text Content
My Home Warranty Quote BERLIN RESIDENTS CAN EASILY FIND THE LOWEST HOME WARRANTY QUOTES! FILL OUT THE SURVEY BELOW, IT ONLY TAKES 30 SECONDS. Enter your phone number and submit: By clicking the "Submit" button, I provide my electronic signature and represent that I am at least 18 and agree to this website's Terms of Use & Privacy Policy. By clicking the "Submit" button, I provide my express written consent and authorization to the owner of this website and/or the agents of one or more of the financial service companies to contact me for marketing/telemarketing purposes at the number and address provided above, including my wireless number if provided, using live operators, automated telephone dialing systems, artificial voice or pre-recorded messages, text messages and/or emails, if applicable, even if I have previously registered the provided number on any Federal or State Do Not Call Registry. I understand that my consent is not required as a condition of purchasing goods or services and can be revoked at any time. California Notice. Processing Submit Enter Your Zip Code Below To Check Next Enter Your Zip Code Below To Check Next Enter Your Street Address Below. Next Enter Your Street Address Below. Next What Email Can We Send Your Results To? Next What Email Can We Send Your Results To? Next How May We Call You? Next How May We Call You? Next Back Privacy Terms Legal Disclosure Do Not Sell My Information Contact Us Affiliates Our Partners © 2023 My Home Warranty Quote This Website is an advertising marketplace for individuals and companies who are seeking consumer referrals for products and services. We are not a provider, manufacturer, or installer. The information provided by you to us will be sent to a licensed manufacturer, financial service provider or installer in your area. We do not endorse, warrant, or guarantee any service or product of any individual or company you choose. While any information shared with you is believed to be accurate and reliable, the owners/operators of this Website specifically disclaim all warranties, express, implied or statutory, regarding the accuracy, timeliness, and/or completeness of the information provided. The content of any information or service contained thereon (the “Content”) are provided on an as is basis. Federal and State tax credits are not available in all locations and not available to all individuals.