myhomesolarassist.com Open in urlscan Pro
172.67.131.231  Public Scan

URL: https://myhomesolarassist.com/
Submission: On June 24 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="msform">
  <!-- progressbar -->
  <div class="progress">
    <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width: 11%;"></div>
  </div> <br> <!-- fieldsets -->
  <fieldset id="zip-input">
    <div class="form-card">
      <label class="fieldlabels">What's your zip code?</label>
      <input type="number" name="zip" id="zip" class="input_style" value="" oninput="inputchange(this)" placeholder="Enter your zip code" maxlength="5">
      <p class="error hide"><small>Please enter your zip code</small></p>
    </div>
    <input type="button" name="next" class="next action-button" value="Next">
  </fieldset>
  <fieldset id="ebill">
    <div class="form-card">
      <label class="fieldlabels">We use this information to calculate your savings. Move slider to select.</label>
      <div class="col-12">
        <div class="slider-container">
          <div class="range">
            <div class="form-group range__slider">
              <input name="ebill_slider" type="range" step="1" min="101" max="800" class="range-slider" oninput="inputchange(this)">
            </div><!--/form-group-->
            <div class="form-group range__value">
              <span id="slidervalue">$202</span>
            </div><!--/form-group-->
          </div>
        </div><!--/container-->
      </div>
    </div>
    <input type="button" name="next" class="next action-button" value="Calculate"><br>
    <button type="button" class="back action-button-previous"><i class="fa-solid fa-backward"></i></button>
  </fieldset>
  <fieldset id="2buttons">
    <div class="form-card">
      <div class="row">
        <input type="hidden" id="homeowner" name="homeowner" value="">
        <input type="hidden" id="s1" name="s1" value="">
        <input type="hidden" id="s2" nane="s2" value="">
        <input type="hidden" id="s4" name="s4" value="">
        <input type="hidden" id="aff_id" name="aff_id" value="">
        <div class="col-12 col-sm-6 mb-3">
          <button type="button" onclick="inputchange(this)" name="homeowner-btn" value="1" class="next action-button"><i class="fa-regular fa-circle-check"></i> Yes</button>
        </div>
        <div class="col-12 col-sm-6 mb-3">
          <button type="button" onclick="inputchange(this)" name="homeowner-btn" value="0" class="next action-button"><i class="fa-regular fa-circle-xmark"></i> No</button>
        </div>
        <div class="col-12">
          <button type="button" class="back action-button-previous"><i class="fa-solid fa-backward"></i></button>
        </div>
      </div>
    </div>
  </fieldset>
  <fieldset id="utility">
    <div class="form-card text-center">
      <label class="fieldlabels">We'll look up utility rates to calculate new savings.</label>
      <div class="row">
        <div class="col-12 col-sm-8 mb-3">
          <button type="button" name="utility-provider" onclick="inputchange(this)" id="utility-name" value="" class="next action-button"></button>
        </div>
        <div class="col-12 col-sm-4 mb-3">
          <button type="button" name="utility-provider" onclick="inputchange(this)" value="Other" class="next action-button">Other</button>
        </div>
        <div class="col-12">
          <button type="button" class="back action-button-previous"><i class="fa-solid fa-backward"></i></button>
        </div>
      </div>
    </div>
  </fieldset>
  <fieldset id="fs-address">
    <div class="form-card">
      <label class="fieldlabels">Please Verify Your Address for Local Incentives</label>
      <input type="text" id="address" name="address" value="" oninput="inputchange(this)" placeholder="Enter your Street Address">
      <p class="error hide" id="error-address"><small>Please enter Street Address</small></p>
      <p class="error hide" id="error-address-pobox"><small>PO Boxes are not allowed.</small></p>
    </div>
    <div class="form-card row">
      <div class="col-12 col-md-6">
        <input type="text" id="city" name="city" placeholder="City">
        <p class="error hide" id="error-city"><small>Please enter your City</small></p>
      </div>
      <div class="col-12 col-md-6">
        <select name="state" id="state">
          <option value="AL">Alabama</option>
          <option value="AK">Alaska</option>
          <option value="AZ">Arizona</option>
          <option value="AR">Arkansas</option>
          <option value="CA">California</option>
          <option value="CO">Colorado</option>
          <option value="CT">Connecticut</option>
          <option value="DE">Delaware</option>
          <option value="FL">Florida</option>
          <option value="GA">Georgia</option>
          <option value="HI">Hawaii</option>
          <option value="ID">Idaho</option>
          <option value="IL">Illinois</option>
          <option value="IN">Indiana</option>
          <option value="IA">Iowa</option>
          <option value="KS">Kansas</option>
          <option value="KY">Kentucky</option>
          <option value="LA">Louisiana</option>
          <option value="ME">Maine</option>
          <option value="MD">Maryland</option>
          <option value="MA">Massachusetts</option>
          <option value="MI">Michigan</option>
          <option value="MN">Minnesota</option>
          <option value="MS">Mississippi</option>
          <option value="MO">Missouri</option>
          <option value="MT">Montana</option>
          <option value="NE">Nebraska</option>
          <option value="NV">Nevada</option>
          <option value="NH">New Hampshire</option>
          <option value="NJ">New Jersey</option>
          <option value="NM">New Mexico</option>
          <option value="NY">New York</option>
          <option value="NC">North Carolina</option>
          <option value="ND">North Dakota</option>
          <option value="OH">Ohio</option>
          <option value="OK">Oklahoma</option>
          <option value="OR">Oregon</option>
          <option value="PA">Pennsylvania</option>
          <option value="RI">Rhode Island</option>
          <option value="SC">South Carolina</option>
          <option value="SD">South Dakota</option>
          <option value="TN">Tennessee</option>
          <option value="TX">Texas</option>
          <option value="UT">Utah</option>
          <option value="VT">Vermont</option>
          <option value="VA">Virginia</option>
          <option value="WA">Washington</option>
          <option value="WV">West Virginia</option>
          <option value="WI">Wisconsin</option>
          <option value="WY">Wyoming</option>
        </select>
        <p class="error hide" id="error-state"><small>Please enter your State</small></p>
      </div>
    </div>
    <input type="button" name="next" class="next action-button" value="Next" id="address-btn"><br>
    <button type="button" class="back action-button-previous"><i class="fa-solid fa-backward"></i></button>
  </fieldset>
  <fieldset id="sunlight">
    <div class="form-card text-center">
      <div class="row">
        <div class="col-12 col-sm-6  mb-3">
          <button type="button" name="sunlight-btn" onclick="inputchange(this)" value="Full Sunlight" class="next action-button"><img src="img/icon-fullsunlight.png"><br>Full Sunlight</button>
        </div>
        <div class="col-12 col-sm-6 mb-3">
          <button type="button" name="sunlight-btn" onclick="inputchange(this)" value="Some Shade" class="next action-button"><img src="img/icon-someshade.png"><br>Some Shade</button>
        </div>
        <div class="col-12 col-sm-6 mb-3">
          <button type="button" name="sunlight-btn" onclick="inputchange(this)" value="Severe Shade" class="next action-button"><img src="img/icon-severeshade.png"><br>Severe Shade</button>
        </div>
        <div class="col-12 col-sm-6 mb-3">
          <button type="button" name="sunlight-btn" onclick="inputchange(this)" value="Uncertain" class="next action-button"><img src="img/icon-uncertain.png"><br>Uncertain</button>
        </div>
        <div class="col-12">
          <button type="button" class="back action-button-previous"><i class="fa-solid fa-backward"></i></button>
        </div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <div class="form-card">
      <label class="fieldlabels">Personal Information is Safe &amp; Secure.</label>
      <input type="text" id="first_name" name="first_name" value="" oninput="inputchange(this)" placeholder="Enter First Name">
      <p class="error hide" id="error-fname"><small>Please enter First Name</small></p>
    </div>
    <div class="form-card">
      <input type="text" id="last_name" name="last_name" value="" oninput="inputchange(this)" placeholder="Enter Last Name">
      <p class="error hide" id="error-lname"><small>Please enter Last Name</small></p>
    </div>
    <input type="button" name="next" class="next action-button" id="btn-name" value="Next"><br>
    <button type="button" class="back action-button-previous"><i class="fa-solid fa-backward"></i></button>
  </fieldset>
  <fieldset id="input-email">
    <div class="form-card">
      <label class="fieldlabels">What is your Email Address?</label>
      <input type="email" id="email" name="email" value="" oninput="inputchange(this)" placeholder="Enter Your Email Address">
      <p class="error hide"><small>Please Enter A Valid Email Address</small></p>
    </div>
    <!--<input type="button" id="email-submit" name="next" class="next action-button" value="Next"><br>-->
    <button type="button" id="email-submit" name="next" class="next action-button">Next <i class="fa fa-spinner fa-pulse" style="display:none;" id="email-spinning"></i></button><br>
    <button type="button" class="back action-button-previous"><i class="fa-solid fa-backward"></i></button>
  </fieldset>
  <fieldset>
    <div class="form-card">
      <label class="fieldlabels">What is your Phone Number?</label>
      <input type="tel" id="phone" name="phone" value="" oninput="inputchange(this)" placeholder="Enter your Phone Number">
      <p class="error hide"><small>Please Enter your Phone Number</small></p>
    </div>
    <label style="font-weight:500;font-size:13px;"><input type="hidden" id="leadid_tcpa_disclosure">
      <p> By clicking the "View My Savings Now" button I hereby consent by electronic signature to receive marketing communications via automated telephone dialing system, pre-recorded calls, AI generative voice, text messages, and/or emails from
        Homesolarassist.com or one or more of its <span id="open-DBA" class="optin-DBA" style="color:blue;font-weight:700;cursor:pointer;">Service Provider Partners</span>, and parties calling on their behalf at the phone number provided above even
        if I am on a federal or State do not call registry. I understand that consenting is not a requirement to participate in the offers promoted. Reply STOP to opt out of text messaging. Msg &amp; data rates may apply. </p>
    </label>
    <input type="button" name="send" class="send action-button" value="View My Savings Now"><br>
    <button type="button" class="back action-button-previous"><i class="fa-solid fa-backward"></i></button>
  </fieldset>
  <input id="leadid_token" name="universal_leadid" type="hidden" value="">
  <input type="hidden" name="utility_provider" id="utility-provider" value="">
  <input type="hidden" name="sunlight" id="sunlight" value="">
  <input type="hidden" name="action" value="save-lead">
  <input type="hidden" name="xxTrustedFormCertUrl" value="https://cert.trustedform.com/9a5d003d30a7faa432740a04d28ee3ee9c652335" id="xxTrustedFormCertUrl_0"><input type="hidden" name="xxTrustedFormToken"
    value="https://cert.trustedform.com/9a5d003d30a7faa432740a04d28ee3ee9c652335" id="xxTrustedFormToken_0"><input type="hidden" name="xxTrustedFormPingUrl"
    value="https://ping.trustedform.com/0.-tuE6FkFV2hemeHQ7iGcBdMb9rxOO97GbhaHbLqCvE_kfezViW-N6gXoNeZfzkkgNDlPnax9.8biW5ip-U9iNrGzr2FMqfg.ZokMO7Pd_pwcGn7yBsSQkA" id="xxTrustedFormPingUrl_0">
</form>

Text Content

BERLIN PROGRAM OFFERS SOLAR FOR $0 DOWN.
DISCOVER IN 1 MINUTE HOW MUCH YOU CAN SAVE.


WHAT IS YOUR AVERAGE ELECTRIC BILL?


ARE YOU A HOMEOWNER?


SELECT YOUR UTILITY PROVIDER


WHAT'S YOUR STREET ADDRESS?


DOES YOUR ROOF GET SUNLIGHT?


WHAT'S YOUR NAME?


YOUR ESTIMATE IS ALMOST READY!


IT APPEARS YOUR HOME QUALIFIES FOR FEDERAL TAX CREDIT & INCENTIVES.
COMPLETE TO VIEW YOUR SAVINGS.



What's your zip code?

Please enter your zip code

We use this information to calculate your savings. Move slider to select.
$202

Yes
No

We'll look up utility rates to calculate new savings.
Other

Please Verify Your Address for Local Incentives

Please enter Street Address

PO Boxes are not allowed.

Please enter your City

Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware Florida
Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine
Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska
Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota
Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota
Tennessee Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming

Please enter your State



Full Sunlight

Some Shade

Severe Shade

Uncertain

Personal Information is Safe & Secure.

Please enter First Name

Please enter Last Name


What is your Email Address?

Please Enter A Valid Email Address

Next

What is your Phone Number?

Please Enter your Phone Number

By clicking the "View My Savings Now" button I hereby consent by electronic
signature to receive marketing communications via automated telephone dialing
system, pre-recorded calls, AI generative voice, text messages, and/or emails
from Homesolarassist.com or one or more of its Service Provider Partners, and
parties calling on their behalf at the phone number provided above even if I am
on a federal or State do not call registry. I understand that consenting is not
a requirement to participate in the offers promoted. Reply STOP to opt out of
text messaging. Msg & data rates may apply.


Your Data Is Secure


Millions of Americans Have Used HomeSolarAssist.com to find the Best Deal On
Solar.

© 2024 Home Solar Assist. All Rights Reserved.

Terms of Use | Privacy Policy | Opt Out | Do Not Sell My Information |
Disclaimer

×
 * 7Made Media
 * AdMediary LLC
 * All Web Leads
 * Alleviate Tax
 * Allianza
 * Allied Partners
 * Alpine Digital Group, Inc.
 * Arrow Energy
 * Ask Solar
 * Assured Provider Services
 * Auto Protection Plus
 * AutoGuard Pro
 * Automotive Services Center
 * Billy.com
 * Blue Fire Leads
 * Blue Ink Digital
 * Blue Modo Media LLC
 * Boundless Daily
 * Buddy Street Marketing
 * Candence Media Partners
 * CCJ Development
 * Clean Choice Energy
 * CLEANSKY ENERGY
 * Clear Choice Energy
 * Clearview Renewables
 * CLEARVIEW RENEWABLES INC
 * Daily Flurry
 * Dealer Loyalty Protection
 * Dealer Owned Warranty Company
 * Discount Power
 * Ecco Plus Power
 * Eligo Energy
 * Greenlight Energy
 * Home Logic Media
 * Horizon Benefits
 * Hyalite Media Group
 * Icon Energy LLC
 * Iconic Weekly
 * IDG
 * IntelHouse Marketing LLC
 * Lead Genesis
 * Loan Star Marketing
 * Media Devoted
 * Mega Survey
 * Modernize
 * Momentum Solar
 * Park Power
 * Posigen
 * Quinstreet
 * rcpt2
 * Residents Energy
 * Rhythm ops LLC
 * Shine Solar
 * Smart Daily Living
 * Smarter Daily Living
 * Solar Direct Marketing
 * Solar Landscape
 * Solar Landscape LLC
 * SolidQuote LLC
 * Source Power Company
 * Spark Energy
 * Suntuity Solar
 * Support First
 * Tax Relief Advocates
 * Textr / Texter Online
 * The Daily Wheeler
 * The McGrp International
 * The-Solar-Project
 * Thrive Consulting Group
 * Titan Gas & Power
 * TITAN GAS AND POWER
 * Top Offers
 * Town Square Energy
 * Unified Marketing Partners LLC
 * US Dealer Services
 * Utilities Marketing Group
 * UTILITIES MARKETING GROUP LLC
 * Vistra Energy
 * VSC Digital LLC
 * VSC Operations LLC
 * Westshore
 * WGL Energy
 * Whirl Space Inc