www.smart911.com Open in urlscan Pro
69.25.199.53  Public Scan

Submitted URL: https://www.alert.como.gov/
Effective URL: https://www.smart911.com/smart911/ref/reg.action?pa=COMOALERT
Submission: On November 17 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

POST /smart911/registration/createAccount.action

<form id="createAccount" class="clearfix" namespace="/registration" action="/smart911/registration/createAccount.action" method="POST">
  <input id="optOutOfS911" name="account.optOutOfS911" value="false" type="hidden">
  <!-- Create/Edit Account -->
  <div class="formField">
    <div class="centeringWrapper leftCol">
      <label for="firstName" id="firstNameLabel">First Name</label> <span class="orange" aria-hidden="true" role="presentation">*</span>
    </div>
    <div class="centeringWrapper rightCol">
      <input id="firstName" name="account.firstName" class="required" type="text" value="" maxlength="50" aria-required="true">
    </div>
  </div>
  <div class="formField">
    <div class="centeringWrapper leftCol">
      <label for="lastName" id="lastNameLabel">Last Name</label> <span class="orange" aria-hidden="true" role="presentation">*</span>
    </div>
    <div class="centeringWrapper rightCol">
      <input id="lastName" name="account.lastName" class="required" type="text" value="" maxlength="50" aria-required="true">
    </div>
  </div>
  <div class="formField">
    <div class="centeringWrapper leftCol">
      <label>Receiving Assistance</label>
    </div>
    <div class="centeringWrapper rightCol">
      <div class="receiveAssistance">
        <label style="font-weight: normal;" class="checkBoxLabel">
          <input id="receiveAssistanceCheckbox" type="checkbox">
          <div>Someone is assisting me in setting up my account <a class="toolTip" title="" ttcid="assistanceTId">&nbsp;</a>
          </div>
        </label>
      </div>
    </div>
  </div>
  <div class="formField" id="receivingAssistanceGeneralWrapper" style="display: none">
    <div class="centeringWrapper leftColAssistant"></div>
    <div class="centeringWrapper rightColAssistant">
      <div class="formField">
        <label style="font-weight: normal;" class="checkBoxAssistantLabel">
          <input id="isNotReceivingAssistance" name="receivingAssistance" type="radio" value="0" checked="checked">
          <div>Assistant will not be available to help me in the future</div>
        </label>
      </div>
      <div class="formField">
        <label style="font-weight: normal;" class="checkBoxAssistantLabel">
          <input id="isReceivingAssistance" name="receivingAssistance" type="radio" value="1">
          <div>Assistant would like to be contacted occasionally to help me keep my profile up to date</div>
        </label>
      </div>
      <div id="assistantInfoWrapper" style="display:none;">
        <div class="formField">
          <div class="centeringWrapper leftColAssistantInfo">
            <label for="assistantName" id="assistantNameLabel">Assistant's Name</label> <span class="orange" aria-hidden="true" role="presentation">*</span>
          </div>
          <div class="centeringWrapper">
            <input id="assistantName" name="account.assistantName" class="required" type="text" value="" maxlength="50" aria-required="true">
          </div>
        </div>
        <div class="formField">
          <div class="centeringWrapper leftColAssistantInfo">
            <label for="assistantName" id="assistantEmailLabel">Assistant's Email Address</label> <span class="orange" aria-hidden="true" role="presentation">*</span>
          </div>
          <div class="centeringWrapper">
            <input id="assistantEmail" name="account.assistantEmail" class="required" type="text" value="" maxlength="50" aria-required="true">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="formField">
    <div class="centeringWrapper leftCol">
      <label for="email" id="emailLabel">Email Address</label>
    </div>
    <div class="centeringWrapper rightCol">
      <input id="email" name="account.email" type="text" value="" maxlength="50" onselect="false">
    </div>
  </div>
  <!-- Create/Edit a Password -->
  <input id="account.source" name="account.source" type="hidden" value="0">
  <div class="formField">
    <div class="centeringWrapper leftCol">
      <label for="userName" id="userNameLabel">User ID</label> <span class="orange" aria-hidden="true" role="presentation">*</span>
      <br>
      <span style="font-size: 12px">We recommend using your email address for your User ID.</span>
    </div>
    <div class="centeringWrapper rightCol">
      <input id="userName" name="account.loginId" title="Minimum of 6 characters" type="text" value="" maxlength="50">
    </div>
  </div>
  <div id="passwordFieldsWrapper" style="clear: both; float: left;">
    <!--- Start firefox hack autocomplete --->
    <input type="password" aria-autocomplete="none" name="preventFirefoxAutocomplete" autocomplete="new-password" style="display: none;position: absolute; left: -1000px;" aria-hidden="true">
    <!-- Do not delete above input-->
    <div class="formField">
      <div class="centeringWrapper leftCol">
        <label for="password" id="passwordLabel"> Password <span class="hidden508">Password requires 8 or more characters and must contain at least one upper case letter and at least one lower case letter and at least one number.</span>
        </label> <span class="orange" aria-hidden="true" role="presentation">*</span>
      </div>
      <div class="centeringWrapper rightCol">
        <input id="password" name="account.password" class="required" type="password" value="" maxlength="150" onselect="false" autocomplete="new-password" aria-required="true">
      </div>
    </div>
    <div class="formField">
      <div class="centeringWrapper leftCol">
        <label id="confirmPasswordLabel" for="confirmPassword">Confirm Password <span class="orange" aria-hidden="true" role="presentation">*</span></label>
      </div>
      <div class="centeringWrapper rightCol">
        <input id="confirmPassword" name="confirmPassword" class="required" type="password" value="" maxlength="150" onselect="false" autocomplete="new-password" aria-required="true">
      </div>
    </div>
  </div>
  <div id="passwordRequirements" aria-hidden="true" role="presentation">
    <b>Password Requirements</b> <span id="passwordGood" class="pass">GOOD</span><br>
    <span id="eightCharactersMinimum">8 or more characters</span><br>
    <span id="lowerCaseRequirement">at least 1 lower case letter</span><br>
    <span id="upperCaseRequirement">at least 1 upper case letter</span><br>
    <span id="numberRequirement">at least 1 number</span><br>
    <span id="nonAlphaNumericRequirement">at least 1 special character or symbol</span><br>
  </div>
  <script>
    var pwd;

    function evalPasswordStrength() {
      var eightCharsGood = (pwd.val().trim().length > 7);
      if (eightCharsGood) $('#eightCharactersMinimum').addClass('pass');
      else $('#eightCharactersMinimum').removeClass('pass');
      var lcGood = false;
      var ucGood = false;
      var nGood = false;
      var nANGood = false;
      var threeOutOfFourMin = 4;
      for (var i = 0; i < pwd.val().trim().length; i++) {
        var c = pwd.val().trim().charAt(i);
        if ((c >= 'a') && (c <= 'z')) {
          lcGood = true;
          $('#lowerCaseRequirement').addClass('pass');
          continue;
        }
        if ((c >= 'A') && (c <= 'Z')) {
          ucGood = true;
          $('#upperCaseRequirement').addClass('pass');
          continue;
        }
        if ((c >= '0') && (c <= '9')) {
          nGood = true;
          $('#numberRequirement').addClass('pass');
          continue;
        }
        $('#nonAlphaNumericRequirement').addClass('pass');
        nANGood = true;
      }
      if (!lcGood) {
        $('#lowerCaseRequirement').removeClass('pass');
        threeOutOfFourMin--;
      }
      if (!ucGood) {
        $('#upperCaseRequirement').removeClass('pass');
        threeOutOfFourMin--;
      }
      if (!nGood) {
        $('#numberRequirement').removeClass('pass');
        threeOutOfFourMin--;
      }
      if (!nANGood) {
        $('#nonAlphaNumericRequirement').removeClass('pass');
        threeOutOfFourMin--;
      }
      if (eightCharsGood && (threeOutOfFourMin > 2)) $('#passwordGood').show();
      else $('#passwordGood').hide();
    }
    $(document).ready(function() {
      $('#password').attr('autocomplete', 'new-password');
      $('#confirmPassword').attr('autocomplete', 'new-password');
      $('#password').val('');
      $('#confirmPassword').val('');
      pwd = $('#password');
      pwd.keyup(function(e) {
        evalPasswordStrength();
      });
    });
  </script>
  <input id="phoneNumber" name="phone.phoneNumber" style="display: none;" type="text" value="">
  <div class="formField">
    <div class="centeringWrapper leftCol">
      <label for="prettyPhoneNumber" id="prettyPhoneNumberLabel">Phone number</label>
      <span class="orange" aria-hidden="true" role="presentation">*</span>
    </div>
    <div class="centeringWrapper rightCol">
      <input type="text" id="prettyPhoneNumber" size="12" aria-required="true">
    </div>
  </div>
  <div class="formField">
    <div class="centeringWrapper leftCol top">
      <span class="header" id="addPhone_type">Phone type</span>
      <span class="orange" aria-hidden="true" role="presentation">*</span>
    </div>
    <div class="centeringWrapper rightCol">
      <input id="localPhoneTypeMOBILE" name="phoneType" class="checkBoxLabel required" type="radio" value="MOBILE" aria-required="true"><label for="localPhoneTypeMOBILE"></label>Mobile <input id="localPhoneTypeOTHER_PHONE" name="phoneType"
        class="checkBoxLabel required" type="radio" value="OTHER_PHONE" aria-required="true"><label for="localPhoneTypeOTHER_PHONE"></label>Other (Land Line, VOIP, Cable)
    </div>
  </div>
  <!-- agree to Terms -->
  <div class="formField">
    <div class="centeringWrapper leftCol">
      <label for="promoCode" id="promoCodeLabel">Group Code (OPTIONAL):</label>
    </div>
    <div class="centeringWrapper rightCol">
      <input id="promoCode" name="account.promoCode" type="text" value="" size="10" maxlength="6">
      <a class="toolTip" title="" ttcid="tt1">&nbsp;</a>
    </div>
  </div>
  <input id="account.tncVersion" name="account.tncVersion" value="S911.1.0" type="hidden">
  <div class="formField">
    <div class="centeringWrapper leftColSpacer">&nbsp;</div>
    <div class="centeringWrapper rightCol">
      <div style="display: inline-block; padding-top: 2px;">
        <input type="checkbox" name="s911tnc" id="s911tnc" class="required" aria-required="true">
        <label class="checkBoxLabel" id="s911tncLabel" for="s911tnc" style="width: auto;display: inline">
          <span class="orange" aria-hidden="true" role="presentation">*</span> I agree to the </label>
      </div>
      <a href="javascript: popupSharedContent('https://safety.smart911.com/terms-of-use/', false)" class="required" title="Terms of use" aria-required="true">Terms of Use</a>.
    </div>
  </div>
  <div class="buttonBar">
    <a class="big button ready" href="javascript: validateAndSubmit()" role="button" tabindex="0">CREATE ACCOUNT</a>
    <div class="clearMe">&nbsp;</div>
  </div>
  <div>
    <input type="hidden" name="_csrf" value="wZi/+Zs5mrxjqv1VU/7H4uSQwZs1MEHZP0zWppaCufn4GD0aDwyfbbd5WMJHgE+2Lbem/a8rwPKT8Z4yyxbz7Q==">
    <input type="hidden" name="_HDIV_STATE_" value="9-0-0D087A536ABABE0D3AB1DF9BBD4559B4">
  </div>
</form>

Text Content

 * Skip to content.


D
Header Missing
Message Missing
Button Label Missing
D
Header Missing
Message Missing
Button Label Missing



Powered by Google Übersetzer
Hi, Sign Out
Already have an account? Sign in
 * About SMART911
   
   * How It Works
     
   * Security and Trust
     
   * Partners
     
   * Find Services in Your Area
     
 * Contact us
   
   * Frequently Asked Questions
     
   * Technical Support
     
   * Marketing Materials
     
   * Smart911 for Public Safety Officials
     
   * Media Inquiries
     
   * Brand and Usage Guidelines
     

Try landscape mode.

ERROR(S):

ERROR(S):

SUCCESS:

WARNING:




 



SIGN UP NOW

--------------------------------------------------------------------------------


COMO PUBLIC ALERT

Thank you for enrolling to receive Public Alerts from the City of Columbia.

* = required field
Group Code is optional. If you were provided a group code through a community
group or non-profit association enter it here. Otherwise leave it blank.
 
Does someone help you with your Smart911 profile? Provide their information
here. When it is time to update your profile, we will notify them so that they
can help you if needed.
 
In order to keep your profile available to 9-1-1, you must log in every 6 months
to ensure that your information is up to date. May we use this number to remind
you?
 
First Name *

Last Name *

Receiving Assistance
Someone is assisting me in setting up my account  
Assistant will not be available to help me in the future
Assistant would like to be contacted occasionally to help me keep my profile up
to date
Assistant's Name *

Assistant's Email Address *

Email Address

User ID *
We recommend using your email address for your User ID.

Password Password requires 8 or more characters and must contain at least one
upper case letter and at least one lower case letter and at least one number. *

Confirm Password *

Password Requirements GOOD
8 or more characters
at least 1 lower case letter
at least 1 upper case letter
at least 1 number
at least 1 special character or symbol

Phone number *

Phone type *
Mobile Other (Land Line, VOIP, Cable)
Group Code (OPTIONAL):
 
 
* I agree to the
Terms of Use.
CREATE ACCOUNT
 

Skip footer and return to top of page
© 2022 Smart911™ All Rights Reserved
Privacy Policy  |  Terms of Use
Are you with an agency? Learn here about emergency notification solutions and
additional data for 911.
Smart911 holds U.S. Patents - 6,600,812; 8,484,352; 8,516,122; 9,078,092;
Patents Pending.
Connect With Us
 * 
 *  
 * 
 * 
 * 

© 2022 Smart911™ All Rights Reserved
Privacy Policy  |  Terms of Use
Are you with an agency? Learn here about emergency notification solutions and
additional data for 911.
Smart911 holds U.S. Patents - 6,600,812; 8,484,352; 8,516,122; 9,078,092;
Patents Pending.



ORIGINALTEXT


Bessere Übersetzung vorschlagen

--------------------------------------------------------------------------------