www.myflood.com Open in urlscan Pro
198.184.222.116  Public Scan

Submitted URL: http://www.myflood.com/
Effective URL: https://www.myflood.com/
Submission: On October 20 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="loginPg" class="pure-form pure-form-aligned">
  <div id="divSTORMBANNER" class="MFApp-StormBanner">
    <div id="divMessageContainer">
      <div class="fileClaim MFApp-MessageContainer">
        <div id="divClaimBannerMessage" class="MFApp-ClaimBannerMessage">
          <img src="../App_Themes/Common/Images/hurricaneIcon.png" alt="Hurricane Icon"> Have you experienced flood damage as a result of a storm event?
        </div>
      </div>
      <div id="divFileClaimContainer" class="MFApp-FileClaimContainer fileClaim">
        <span class="MFApp-FileYourClaimHere">File Your Claim Here &gt; </span>
      </div>
    </div>
  </div>
  <div class="header-logo center-block"></div>
  <div class="col-lg-12 text-center mHide">
    <h3>Welcome to MyFlood - Your Flood Policy Center!</h3>
  </div>
  <div style="clear: both;"></div>
  <noscript>
    <div class="pure-g">
      <div class="pure-u-1 text-center">
        <h2>Javascript is not enabled on your browser.</h2>
        <p class="margin-bottom-20">You need javascript enabled to use all features of MyFlood.</p>
        <br>
        <br>
        <a href="login.aspx">
            <button id="TryAgainBtn" type="submit" class="pure-button pure-button-primary">Try Again</button>
          </a>
      </div>
    </div>
  </noscript>
  <div class="hide">
    <div id="csrHelp">Please feel free to call us at <span id="csr_phone_number">(866) 667-9739</span> if you run into problems.</div>
    <div id="authErr">There was a problem authorizing access to this website based on the entered information. Please review the information for any possible errors. </div>
  </div>
  <div class="pure-g">
    <div class="pure-u-1 pure-u-md-1-4"></div>
    <div id="acctLogin" class="pure-u-1 pure-u-md-1-2 text-center">
      <fieldset>
        <div class="pure-control-group">
          <label for="UserName">User Name:</label>
          <input id="UserName" type="text" placeholder="User Name" maxlength="50" req="1" minlen="6">
          <span class="req_asterisk">*</span>
        </div>
        <div class="pure-control-group">
          <label for="Password">Password:</label>
          <input id="Password" type="password" placeholder="Password" maxlength="50" req="1" minlen="8" onfocus="$('#pwdHlp').removeClass('hide');" onblur="$('#pwdHlp').addClass('hide');">
          <span class="req_asterisk">*</span>
          <div id="pwdHlp" alt="8 chars &amp; each of these: uppercase, lowercase, number, &amp; symbol." class="tooltip hide"></div>
        </div>
        <div class="pure-g">
          <div class="pure-u-1"> I forgot my <a href="SelfService/ResetPassword.aspx?mode=user">User Name</a> / <a href="SelfService/ResetPassword.aspx?mode=pwd">Password</a>
          </div>
        </div>
      </fieldset>
    </div>
    <div id="noAccount" class="pure-u-1 pure-u-md-1-2 text-center" style="display: none;">
      <fieldset>
        <div id="createAccount1" style="display: none;">
          <div class="pure-control-group">
            <label for="CreateUserName">User Name:</label>
            <input id="CreateUserName" type="text" placeholder="User Name" maxlength="50" req="1" minlen="6">
            <span class="req_asterisk">*</span>
          </div>
          <div class="pure-control-group">
            <label for="CreatePassword">Password:</label>
            <input id="CreatePassword" type="password" placeholder="Password" maxlength="50" req="1" minlen="8" onfocus="$('#pwdHelp').removeClass('hide');" onblur="$('#pwdHelp').addClass('hide');">
            <span class="req_asterisk">*</span>
            <div id="pwdHelp" alt="Minimum 8 characters in length and contains each of the following items: uppercase, lowercase, number, and symbol." class="tooltip hide"></div>
          </div>
          <div class="pure-control-group">
            <label for="ConfirmPassword">Confirm Password:</label>
            <input id="ConfirmPassword" type="password" placeholder="Confirm Password" maxlength="50" req="1" minlen="8">
            <span class="req_asterisk">*</span>
          </div>
        </div>
        <div class="pure-control-group">
          <label for="policy_number">Policy Number:</label>
          <input id="policy_number" type="text" placeholder="Policy Number" maxlength="14" req="1" minlen="10">
          <span class="req_asterisk">*</span>
          <span id="spnHELPICON1" class="MF-HelpIcon">
            <img src="../App_Themes/Common/Images/help.gif" width="20" height="20" alt="Help Icon">
          </span>
        </div>
        <div class="pure-control-group">
          <label for="property_postal_code">Property Postal Code:</label>
          <input id="property_postal_code" type="text" placeholder="Postal Code" maxlength="10" req="1" minlen="5" val="zip" editmask="     -    " allowedkeys="0123456789-">
          <span class="req_asterisk">*</span>
          <span class="MF-HelpIcon">&nbsp;</span>
        </div>
        <div class="pure-control-group">
          <label for="insured_name">Last or Business Name:</label>
          <input id="insured_name" type="text" placeholder="Name" maxlength="50" req="1">
          <span class="req_asterisk">*</span>
        </div>
        <div class="pure-control-group">
          <label for="email">Email:</label>
          <input id="email" type="email" placeholder="Email" maxlength="255" req="1" minlen="6" val="email" onfocus="$('#emailHelp').removeClass('hide');" onblur="$('#emailHelp').addClass('hide');">
          <span class="req_asterisk">*</span>
          <span id="createAccount4">
            <div id="emailHelp" alt="Make sure your email is correct so we can use it to activate your account." class="tooltip hide"></div>
          </span>
        </div>
        <div id="createAccount2" style="display: none;">
          <div class="pure-control-group">
            <label for="email2">Confirm Email:</label>
            <input id="email2" type="email" placeholder="Email" maxlength="255" req="1" minlen="6" val="email">
            <span class="req_asterisk">*</span>
          </div>
        </div>
        <div class="pure-control-group hide">
          <label for="user_pin">PIN:</label>
          <input id="user_pin" type="password" maxlength="13" placeholder="Pin" onfocus="$('#pinHelp').removeClass('hide');" onblur="$('#pinHelp').addClass('hide');">
          <span id="pinReq" class="hide_asterisk">*</span>
          <span id="createAccount3">
            <div id="pinHelp" alt="The PIN number can be found on your renewal bill." class="tooltip hide"></div>
          </span>
        </div>
        <div style="display: none;">
          <div id="createAccount5">
            <div class="pure-controls">
              <label for="elecDocs" class="pure-checkbox">
                <input id="elecDocs" type="checkbox"> I would like to recieve my policy documents electronically </label>
            </div>
            <div class="pure-controls">
              <label for="spam" class="pure-checkbox">
                <input id="spam" type="checkbox"> I would like to recieve news and information related to my policy </label>
            </div>
          </div>
        </div>
      </fieldset>
      <div id="withoutAcctHelp" class="row help-text">
        <div class="col-lg-12 text-center">
          <p class="mHide">Enter your name exactly as it appears on your policy.</p>
          <p>You can log in without an account to pay your renewal, view policy information, report a loss and choose an advance payment option. If you want to do more, you’ll need to create an account.</p>
        </div>
      </div>
    </div>
    <div class="pure-u-1 pure-u-md-1-4">
      <div id="ValPnl" class="pure-u-1" style="display: none;">
        <div class="pure-g Grid ValPnl">
          <div class="pure-u-1">
            <div class="l-box headerl">
              <span id="ValPnlTitle">Missing Information</span>
              <button type="button" class="ValPnlClose" onclick="$('#ValPnl').hide();">×</button>
            </div>
          </div>
          <div class="pure-u-1 pad6">
            <div id="ValPnlErrs" class="l-box">
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="pure-u-1 pure-u-md-1-4 mHide">&nbsp;</div>
    <div id="acctLoginBtns" class="pure-u-1">
      <div class="pure-u-1 text-center">
        <button id="login1" onclick="return Login();" type="submit" style="width: 200px;" class="pure-button pure-button-primary">Login</button>
      </div>
      <div class="pure-u-1">&nbsp;</div>
      <div class="pure-u-1 pure-u-md-12-24 text-center">
        <a href="#" onclick="ShowCreateAccount();">Create an Account</a>
      </div>
      <div class="pure-u-1 pure-u-md-11-24 text-center">
        <a href="#" onclick="ShowNoAccount();">Login without an Account</a>
      </div>
    </div>
    <div id="createAccountBtns" class="pure-u-1" style="display: none;">
      <div class="pure-u-1 text-center">
        <button onclick="return CreateAccount();" type="submit" class="pure-button pure-button-primary" disabled="disabled">Create Account</button>
      </div>
      <div class="pure-u-1">&nbsp;</div>
      <div class="pure-u-1 pure-u-md-12-24 text-center">
        <a href="#" onclick="ShowLoginWithAccount();">Login with an Account</a>
      </div>
      <div id="createAccountLink" class="pure-u-1 pure-u-md-11-24 text-center">
        <a href="#" onclick="ShowNoAccount();">Login without an Account</a>
      </div>
    </div>
    <div id="withoutAcctBtns" class="pure-u-1" style="display: none;">
      <div class="pure-u-1 text-center">
        <button id="login2" onclick="return InsuredX.Behavior.Login();" type="submit" style="width: 200px;" class="pure-button pure-button-primary" disabled="disabled">Login</button>
      </div>
      <div class="pure-u-1">&nbsp;</div>
      <div class="pure-u-1 pure-u-md-12-24 text-center">
        <a href="#" onclick="ShowLoginWithAccount();">Login with an Account</a>
      </div>
      <div id="noAccountLink" class="pure-u-1 pure-u-md-11-24 text-center">
        <a href="#" onclick="ShowCreateAccount();">Create an Account</a>
      </div>
    </div>
  </div>
  <div class="col-lg-12 text-center help-text">
    <span class="req_asterisk">*</span> Required field<br>
    <br>
  </div>
  <div style="clear: both;"></div>
</form>

POST ./

<form method="post" action="./" id="asp_form">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="/wEPDwULLTE0MDA1MzQxOTMPZBYEAgEPZBYCAgEPZBYKAgEPFgIeB1Zpc2libGVoZAIDDxYCHwBoZAIFDxYCHwBoZAIHDxYCHwBoZAIJDxYCHwBnZAIFD2QWAgIBDxYCHgRUZXh0BVo8ZGl2IHRpdGxlPSIyMS4xMDAuMTAwNi4xIj7CqSBOYXRpb25hbCBGbG9vZCBTZXJ2aWNlcyBMTEMgMjAyMS4gQWxsIHJpZ2h0cyByZXNlcnZlZC48L2Rpdj5kZJk4r9aomITfBCJa5C80W7lrSHZs+TuHgcZscfxqa9n5">
  </div>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAATh339AQK0JItwpqdkNUi3dX2vMuLsXNzVV9XWFcH3m8a8z7h7pGYDaqYb7dIM5Z2zkMihK3Hz5jNZN09Y6FbJ3tAdzt9j4gkANR8ps2HnpE3MX/MLejhA+gFSOtrPbedo=">
  </div>
  <input type="hidden" name="ShowInterruptor" id="ShowInterruptor" value="N">
  <input type="hidden" name="BlockedEmailDomains" id="BlockedEmailDomains">
  <input type="hidden" name="PolicyForm" id="PolicyForm">
</form>

Text Content

Have you experienced flood damage as a result of a storm event?
File Your Claim Here >



WELCOME TO MYFLOOD - YOUR FLOOD POLICY CENTER!




JAVASCRIPT IS NOT ENABLED ON YOUR BROWSER.

You need javascript enabled to use all features of MyFlood.



Try Again
Please feel free to call us at (866) 667-9739 if you run into problems.
There was a problem authorizing access to this website based on the entered
information. Please review the information for any possible errors.
User Name: *
Password: *

I forgot my User Name / Password
User Name: *
Password: *

Confirm Password: *
Policy Number: *
Property Postal Code: *  
Last or Business Name: *
Email: *

Confirm Email: *
PIN: *

I would like to recieve my policy documents electronically
I would like to recieve news and information related to my policy

Enter your name exactly as it appears on your policy.

You can log in without an account to pay your renewal, view policy information,
report a loss and choose an advance payment option. If you want to do more,
you’ll need to create an account.

Missing Information ×

 
Login
 
Create an Account
Login without an Account
Create Account
 
Login with an Account
Login without an Account
Login
 
Login with an Account
Create an Account
* Required field





© National Flood Services LLC 2021. All rights reserved.
Privacy Notice | Terms & Conditions

Call 1-800-637-3846 to have a Customer Service Representative look up your
policy number.