www.voltatext6.com Open in urlscan Pro
20.49.97.6  Public Scan

Submitted URL: http://voltatext6.com/km5wdn
Effective URL: https://www.voltatext6.com/New?ImgVersion=V69&CustomVar1=79a&ThanksSubID=MA&pushnami=Y&SubID=HI1&Campaign=SOL&confirmation=...
Submission: On November 07 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="modal" class="modal ng-dirty ng-valid-parse ng-valid-min ng-valid-max ng-valid-email ng-valid ng-valid-required" ng-submit="save('http://www.skentry.com/')">
  <!-- ngIf: solarNumber -->
  <div class="modal-head">
    <div class="container">
      <span class="progress-label new-rec">Questions</span>
      <div class="progress">
        <span class="dot active"></span>
        <span class="dot"></span>
        <span class="dot"></span>
        <span class="dot"></span>
        <span class="dot"></span>
        <span class="dot"></span>
        <span class="dot"></span>
        <span class="dot"></span>
      </div>
    </div>
  </div>
  <div class="modal-content">
    <input ng-model="lead.SR_TOKEN" id="" type="hidden" name="SR_TOKEN" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty" value="1173100635543618951">
    <input ng-model="lead.xxTrustedFormCertUrl" id="xxTrustedFormCertUrl" type="hidden" name="xxTrustedFormCertUrl" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">
    <input ng-model="lead.LeadIDTocken" id="leadid_token" type="hidden" name="universal_leadid" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty" value="D3257B8F-40F5-D8CF-89C8-9D2A08997D00">
    <!--
                    <div class="container tab">
                        <span class="question-name">What is your zip code?</span>
                        <div class="question-input">
                            <input id="zipkey" class="big" type="number" ng-change="getUtilityProviders();" ng-model="lead.Zip" placeholder="&#xf124; Zip Code"/>
                            <span class="helper">Just enter your zip, and zap! You’ll know if you qualify!</span>
                        </div>
                    </div>
                -->
    <div class="container tab" style="display: block;">
      <span id="home-title" class="question-name">Where is your home located?</span>
      <div id="home-image">
        <!-- ngIf: googleStreetViewSrc --><img ng-if="googleStreetViewSrc" width="300" height="150"
          ng-src="https://maps.googleapis.com/maps/api/streetview?size=300x150&amp;location=219%20BRADFORD DR%20STARKE%20FL%2032091&amp;key=AIzaSyCoXbzHf_y74k7Y1tXWLqzxcaBj7yhThAY" class="ng-scope"
          src="https://maps.googleapis.com/maps/api/streetview?size=300x150&amp;location=219%20BRADFORD DR%20STARKE%20FL%2032091&amp;key=AIzaSyCoXbzHf_y74k7Y1tXWLqzxcaBj7yhThAY"><!-- end ngIf: googleStreetViewSrc -->
        <!-- ngIf: !googleStreetViewSrc && ImgVersion && lead.FName && AddressPrev -->
      </div>
      <div class="question-input" style="margin:20px 0 0 0;">
        <input id="autocomplete" class="big ng-pristine ng-untouched pac-target-input ng-not-empty ng-valid ng-valid-required" type="text" value="" placeholder=" Home Address" ng-model="lead.Address" ng-model-options="{ updateOn: 'blur' }"
          required="" autocomplete="off">
        <!-- ngIf: !params || !params.co || params.co==0 --><span ng-if="!params || !params.co || params.co==0" class="helper ng-scope">We will look up utility rates &amp; any applicable rebates for your
          estimate</span><!-- end ngIf: !params || !params.co || params.co==0 -->
        <!-- ngIf: params && (!params.RecordID || (params.newRec && params.newRec=='Y')) -->
      </div>
      <!-- ngIf: params && (!params.RecordID || (params.newRec && params.newRec=='Y')) -->
      <!-- ngIf: params && (!params.RecordID || (params.newRec && params.newRec=='Y')) -->
    </div>
    <div class="container tab">
      <span class="question-name">What is your Average Monthly Utility Bill?</span>
      <div class="question-input">
        <input type="range" id="slider" class="slider ng-untouched ng-valid ng-not-empty ng-dirty ng-valid-parse ng-valid-min ng-valid-max" min="50" max="800" value="350" ng-model="lead.UtilityBill">
        <span class="value">$<span id="value">425</span></span>
      </div>
    </div>
    <div class="container tab">
      <span class="question-name">Select the status<br>of your house</span>
      <div class="question-input">
        <div class="boxes">
          <label id="unshaded" class="box box-active" for="unshaded_box">
            <div class="container" ng-click="optionStatus('Unshaded')">
              <span class="box-icon">
                <img src="unshaded.png">
              </span>
              <span class="box-name">Unshaded</span>
            </div>
            <input id="unshaded_box" type="radio" name="housetype" onchange="activateBox(this);" value="ON">
          </label>
          <label id="shaded" class="box" for="shaded_box">
            <div class="container" ng-click="optionStatus('Shaded')">
              <span class="box-icon">
                <img src="shaded.png">
              </span>
              <span class="box-name">Shaded</span>
            </div>
            <input id="shaded_box" type="radio" name="housetype" onchange="activateBox(this);">
          </label>
          <label id="some" class="box" for="some_box">
            <div class="container" ng-click="optionStatus('Some')">
              <span class="box-icon">
                <img src="some-shaded.png">
              </span>
              <span class="box-name">Some</span>
            </div>
            <input id="some_box" type="radio" name="housetype" onchange="activateBox(this);">
          </label>
          <label id="uncertain" class="box" for="uncertain_box">
            <div class="container" ng-click="optionStatus('Uncertain')">
              <span class="box-icon">
                <img src="uncertain.png">
              </span>
              <span class="box-name">Uncertain</span>
            </div>
            <input id="uncertain_box" type="radio" name="housetype" onchange="activateBox(this);">
          </label>
          <input id="housetype" type="text">
        </div>
        <span class="helper">We will look up if there are possible changes in your surroundings</span>
      </div>
    </div>
    <div class="container tab">
      <span class="question-name">Estimate your<br>credit score</span>
      <div class="question-input">
        <div class="boxes">
          <label id="excellent" class="box" for="excellent_box">
            <div class="container" ng-click="lead.CreditRating='EXCELLENT'">
              <span class="box-icon">680+</span>
              <span class="box-name">Excellent</span>
            </div>
            <input id="excellent_box" type="radio" name="creditrating" onchange="activateBox(this);">
          </label>
          <label id="good" class="box box-active" for="good_box">
            <div class="container" ng-click="lead.CreditRating='GOOD'">
              <span class="box-icon">600-679</span>
              <span class="box-name">Good</span>
            </div>
            <input id="good_box" type="radio" name="creditrating" onchange="activateBox(this);" value="ON">
          </label>
          <label id="fair" class="box" for="fair_box">
            <div class="container" ng-click="lead.CreditRating='FAIR'">
              <span class="box-icon">580-639</span>
              <span class="box-name">Fair</span>
            </div>
            <input id="fair_box" type="radio" name="creditrating" onchange="activateBox(this);">
          </label>
          <label id="poor" class="box" for="poor_box">
            <div class="container" ng-click="lead.CreditRating='POOR'">
              <span class="box-icon">&lt;579</span>
              <span class="box-name">Poor</span>
            </div>
            <input id="poor_box" type="radio" name="creditrating" onchange="activateBox(this);">
          </label>
          <input id="creditrating" type="text">
        </div>
        <span class="helper">Your payment history accounts, loans and credit, length of your credit history, etc.</span>
      </div>
    </div>
    <div class="container tab">
      <span class="question-name">Do you currently<br>have solar?</span>
      <div class="question-input">
        <div class="boxes ">
          <label id="current_no_lb" class="box box2 box-active" for="current_no">
            <div class="container" ng-click="lead.CurrentSolar='No'">
              <i class="fa fa-cloud fa-3" aria-hidden="true"></i>
              <span class="box-name">No</span>
            </div>
            <input id="current_no" type="radio" name="currentsolar" onchange="activateBox(this);">
          </label>
          <label id="current_yes_lb" class="box box2" for="current_yes">
            <div class="container" ng-click="lead.CurrentSolar='Yes'">
              <i class="fa fa-sun-o fa-3" aria-hidden="true"></i>
              <span class="box-name">Yes</span>
            </div>
            <input id="current_yes" type="radio" name="currentsolar" onchange="activateBox(this);">
          </label>
          <input id="currentsolar" type="text">
        </div>
        <span class="helper">Your have a solar instalation.</span>
      </div>
    </div>
    <div class="container tab">
      <span class="question-name">Who is your current<br>utility provider?</span>
      <div class="question-input">
        <div class="select-chosen-container">
          <select class="big ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty" id="utilityproviderchosen" chosen="" ng-options="u.cm as u.cm for u in UtilityProvidersFilter" ng-model="lead.UtilityProvider" style="display: none;">
            <option label="Baugh Southeast Co-Op" value="string:Baugh Southeast Co-Op">Baugh Southeast Co-Op</option>
            <option label="Choctawhatchee Electric Co-Op" value="string:Choctawhatchee Electric Co-Op">Choctawhatchee Electric Co-Op</option>
            <option label="City of Leesburg" value="string:City of Leesburg">City of Leesburg</option>
            <option label="City of Tallahassee Utilities" value="string:City of Tallahassee Utilities">City of Tallahassee Utilities</option>
            <option label="City of Vero Beach" value="string:City of Vero Beach">City of Vero Beach</option>
            <option label="Clay Electric Co-op" value="string:Clay Electric Co-op">Clay Electric Co-op</option>
            <option label="Duke Energy" value="string:Duke Energy">Duke Energy</option>
            <option label="Florida Keys Electric Cooperative" value="string:Florida Keys Electric Cooperative">Florida Keys Electric Cooperative</option>
            <option label="Florida Municipal Power Agency" value="string:Florida Municipal Power Agency">Florida Municipal Power Agency</option>
            <option label="Florida Power &amp; Light" value="string:Florida Power &amp; Light" selected="selected">Florida Power &amp; Light</option>
            <option label="Florida Public Utility Company Palm Beach" value="string:Florida Public Utility Company Palm Beach">Florida Public Utility Company Palm Beach</option>
            <option label="Gainesville Regional Utilities" value="string:Gainesville Regional Utilities">Gainesville Regional Utilities</option>
            <option label="Glades Electric Cooperative" value="string:Glades Electric Cooperative">Glades Electric Cooperative</option>
            <option label="Gulf Power" value="string:Gulf Power">Gulf Power</option>
            <option label="JEA" value="string:JEA">JEA</option>
            <option label="Kissimmee Utility Authority" value="string:Kissimmee Utility Authority">Kissimmee Utility Authority</option>
            <option label="Lake Worth Utilities" value="string:Lake Worth Utilities">Lake Worth Utilities</option>
            <option label="Lakeland Electric" value="string:Lakeland Electric">Lakeland Electric</option>
            <option label="LCEC" value="string:LCEC">LCEC</option>
            <option label="Ocala Electric" value="string:Ocala Electric">Ocala Electric</option>
            <option label="Okefenokee Rural Electric (OREMC)" value="string:Okefenokee Rural Electric (OREMC)">Okefenokee Rural Electric (OREMC)</option>
            <option label="Orlando Utilities Commission" value="string:Orlando Utilities Commission">Orlando Utilities Commission</option>
            <option label="Paige Electric" value="string:Paige Electric">Paige Electric</option>
            <option label="Peace River Electric Cooperative" value="string:Peace River Electric Cooperative">Peace River Electric Cooperative</option>
            <option label="Progress Energy Florida" value="string:Progress Energy Florida">Progress Energy Florida</option>
            <option label="SECO Energy" value="string:SECO Energy">SECO Energy</option>
            <option label="St. Petersburg Utility Department" value="string:St. Petersburg Utility Department">St. Petersburg Utility Department</option>
            <option label="Talquin Electric Cooperative" value="string:Talquin Electric Cooperative">Talquin Electric Cooperative</option>
            <option label="Tampa Electric" value="string:Tampa Electric">Tampa Electric</option>
            <option label="TECO" value="string:TECO">TECO</option>
            <option label="West Florida Electric Cooperative" value="string:West Florida Electric Cooperative">West Florida Electric Cooperative</option>
            <option label="Withlacoochee River Electric Cooperative" value="string:Withlacoochee River Electric Cooperative">Withlacoochee River Electric Cooperative</option>
            <option label="Unknown" value="string:Unknown">Unknown</option>
          </select>
          <div class="chosen-container chosen-container-single" style="width: 100%;" title="" id="utilityproviderchosen_chosen"><a class="chosen-single" tabindex="-1"><span>Florida Power &amp; Light</span><div><b></b></div></a>
            <div class="chosen-drop">
              <div class="chosen-search"><input type="text" autocomplete="off"></div>
              <ul class="chosen-results"></ul>
            </div>
          </div>
        </div>
        <span class="helper">We will compare utility rates to offer you the best deal</span>
      </div>
    </div>
    <div class="container tab">
      <span class="question-name">Please confirm that<br>you own this property</span>
      <div class="question-input">
        <div class="boxes">
          <label id="own" class="box box2 box-active" for="own_box">
            <div class="container" ng-click="lead.Ownership='Own'">
              <span class="box-name">Yes</span>
            </div>
            <input id="own_box" type="radio" name="ownership" onchange="activateBox(this);">
          </label>
          <label id="rent" class="box box2" for="rent_box">
            <div class="container" ng-click="lead.Ownership='Rents'">
              <span class="box-name">No</span>
            </div>
            <input id="rent_box" type="radio" name="ownership" onchange="activateBox(this);">
          </label>
          <input id="ownership" type="text">
        </div>
        <span class="helper">Your ownership status</span>
      </div>
    </div>
    <div class="container tab">
      <span class="question-name">Fill in your personal info</span>
      <div class="question-input question-form">
        <input id="firstname" class="big big-50 ng-pristine ng-untouched ng-not-empty ng-valid ng-valid-required" type="text" placeholder=" First Name" ng-model="lead.FName" required="required">
        <input id="lastname" class="big big-50 ng-pristine ng-untouched ng-not-empty ng-valid ng-valid-required" type="text" placeholder="Last Name" ng-model="lead.LName" ng-model-options="{ updateOn: 'blur' }" required="">
        <input id="phone" style="border-color:inherit" class="big big-100 ng-pristine ng-untouched ng-not-empty ng-valid ng-valid-required" type="text" placeholder=" Phone" ng-model="lead.Phone" ng-model-options="{ updateOn: 'blur' }" required="">
        <input id="email" style="border-color:inherit" class="big big-100 ng-pristine ng-untouched ng-valid-email ng-not-empty ng-valid ng-valid-required" type="email" placeholder=" Email" ng-model="lead.Email"
          ng-model-options="{ updateOn: 'blur' }" required="">
      </div>
      <!-- ngIf: !params || !params.co || params.co==0 --><span class="disclosure ng-scope" ng-if="!params || !params.co || params.co==0">
        <input type="hidden" id="leadid_tcpa_disclosure" autocomplete="off">
        <label for="leadid_tcpa_disclosure">I agree to the <a target="_blank" href="terms.html">Terms</a> of Service and <a target="_blank" href="privacy.html">Privacy Policy</a> and authorize up to
          <a target="_blank" href="partners.html">4 solar energy companies</a>, their contractors and partners to contact me with offers about solar product or service by telephone calls, emails, artificial voice, and pre-recorded/text messages,
          using an automated telephone technology, to the number and email I provided above, even if my number is a mobile number or is currently listed on any state, federal or corporate Do Not Call list. I understand that my consent here is not a
          condition of purchase of any goods or services. Message and data rates may apply. California Notice.</label> Text HELP for help. Text STOP to cancel </span><!-- end ngIf: !params || !params.co || params.co==0 -->
      <!-- ngIf: params && params.co && params.co==1 -->
    </div>
  </div>
  <div class="modal-foot">
    <span id="back" onclick="next(-1)" ng-click="addToIndex(-1);" class="foot-previous" style="display: none;">Back</span>
    <span id="next" onclick="next(1)" ng-click="addToIndex(1);SendGA(GAPages[actualIndex], 'Click', 'HMA', actualIndex);" class="foot-next" style="display: flex;">Next</span>
    <button id="submit" ng-disabled="!validPhone(lead.Phone) || !validEmail(lead.Email)" class="foot-next" value="Send Data" style="display: none;">Submit</button>
    <!-- ng-click="save('http://www.skentry.com/')" -->
  </div>
  <!-- <input id="leadid_token" name="universal_leadid" type="hidden" value=""/> -->
  <a href="https://voltatext.com" class="new-rec" target="_blank"><img style="width:20%;margin: 15px 40%;max-width: 190px; margin-bottom: 0;" src="ContentImages/voltatext.png"></a>
</form>

Text Content

Questions

Where is your home located?

We will look up utility rates & any applicable rebates for your estimate
What is your Average Monthly Utility Bill?
$425
Select the status
of your house
Unshaded
Shaded
Some
Uncertain
We will look up if there are possible changes in your surroundings
Estimate your
credit score
680+ Excellent
600-679 Good
580-639 Fair
<579 Poor
Your payment history accounts, loans and credit, length of your credit history,
etc.
Do you currently
have solar?
No
Yes
Your have a solar instalation.
Who is your current
utility provider?
Baugh Southeast Co-OpChoctawhatchee Electric Co-OpCity of LeesburgCity of
Tallahassee UtilitiesCity of Vero BeachClay Electric Co-opDuke EnergyFlorida
Keys Electric CooperativeFlorida Municipal Power AgencyFlorida Power &
LightFlorida Public Utility Company Palm BeachGainesville Regional
UtilitiesGlades Electric CooperativeGulf PowerJEAKissimmee Utility AuthorityLake
Worth UtilitiesLakeland ElectricLCECOcala ElectricOkefenokee Rural Electric
(OREMC)Orlando Utilities CommissionPaige ElectricPeace River Electric
CooperativeProgress Energy FloridaSECO EnergySt. Petersburg Utility
DepartmentTalquin Electric CooperativeTampa ElectricTECOWest Florida Electric
CooperativeWithlacoochee River Electric CooperativeUnknown
Florida Power & Light


We will compare utility rates to offer you the best deal
Please confirm that
you own this property
Yes
No
Your ownership status
Fill in your personal info

I agree to the Terms of Service and Privacy Policy and authorize up to 4 solar
energy companies, their contractors and partners to contact me with offers about
solar product or service by telephone calls, emails, artificial voice, and
pre-recorded/text messages, using an automated telephone technology, to the
number and email I provided above, even if my number is a mobile number or is
currently listed on any state, federal or corporate Do Not Call list. I
understand that my consent here is not a condition of purchase of any goods or
services. Message and data rates may apply. California Notice. Text HELP for
help. Text STOP to cancel
Back Next Submit
PRIVACY POLICY TERMS AND CONDITIONS PARTNERS CCPA POLICY
© 2023 Volta Text