vote.sos.ri.gov Open in urlscan Pro
104.17.18.66  Public Scan

URL: https://vote.sos.ri.gov/Home/RegistertoVote?ActiveFlag=1
Submission: On June 28 via api from DE — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://google.com/search

<form id="big-search-form" action="https://google.com/search" method="GET">
  <ul class="menu search">
    <li>
      <label for="search_form" class="sr-only">Search this site.</label>
      <input autocomplete="off" id="query" name="q" type="search" class="usagov-search-autocomplete ui-autocomplete-inputusagov-search-autocomplete" placeholder=" Search RI Secretary of State" role="textbox" aria-autocomplete="list"
        aria-haspopup="true" value="" dir="ltr" spellcheck="false" style="outline: currentcolor none medium;">
      <input type="hidden" name="sitesearch" value="sos.ri.gov">
    </li>
    <li><button type="submit" class="button"><span class="fa fa-search fa-fw" title="Search this site."></span><span class="sr-only">Search this site.</span></button></li>
  </ul>
</form>

POST /VoterRegistration/VoterRegistration?step=0

<form action="/VoterRegistration/VoterRegistration?step=0" method="post"> <br>
  <div class="row main-content-section" id="section-register-to-vote">
    <div class="medium-4 columns">
      <h2>Register to Vote</h2>
      <p>If you are not registered to vote, you can register on-line. You will need:</p>
      <ul class="star">
        <li>Your Rhode Island DMV issued driver's license or State ID number</li>
        <li>Your name as it appears on your Rhode Island driver's license or State ID card</li>
        <li>Your date of birth</li>
      </ul>
      <p>Alternatively, you may complete the form without your driver's license or State ID number for paper submission.</p>
    </div>
    <div class="medium-8 columns">
      <fieldset>
        <legend class="sr-only">Your Eligibility</legend>
        <div class="row form-field field-checkbox field-ovr-is-citizen">
          <label for="ovr-is-citizen">
            <div class="small-1 columns">
              <input class="required" data-val="true" data-val-range="The eligibility field is required." data-val-range-max="True" data-val-range-min="True" data-val-required="The I am a U.S. Citizen and resident of Rhode Island. field is required."
                name="_eligibility.Uscitizenchk" tabindex="1" type="checkbox" value="true"><input name="_eligibility.Uscitizenchk" type="hidden" value="false">
            </div>
            <div class="small-11 columns">
              <p>I am a U.S. Citizen and resident of Rhode Island.</p>
              <span class="field-validation-valid text-danger" data-valmsg-for="_eligibility.Uscitizenchk" data-valmsg-replace="true"></span>
              <div class="help-text error form-error">
                <p><span class="fa fa-exclamation-triangle fa-fw"></span> You must be a US citizen and resident of RI.</p>
              </div>
            </div>
          </label>
        </div>
        <div class="row form-field field-checkbox field-ovr-is-age">
          <label for="ovr-is-age">
            <div class="small-1 columns">
              <input class="required" data-val="true" data-val-range="The eligibility field is required." data-val-range-max="True" data-val-range-min="True"
                data-val-required="The I am at least 16 years of age (you must be at least 18 years of age to vote). field is required." name="_eligibility.Agechk" tabindex="2" type="checkbox" value="true"><input name="_eligibility.Agechk"
                type="hidden" value="false">
            </div>
            <div class="small-11 columns">
              <p>I am at least 16 years of age (you must be at least 18 years of age to vote).</p>
              <span class="field-validation-valid text-danger" data-valmsg-for="_eligibility.Agechk" data-valmsg-replace="true"></span>
              <div class="help-text error form-error">
                <p><span class="fa fa-exclamation-triangle fa-fw"></span> You must be at least 16 years old.</p>
              </div>
            </div>
          </label>
        </div>
        <div class="row form-field field-checkbox field-ovr-is-not-convicted">
          <label for="ovr-is-not-convicted">
            <div class="small-1 columns">
              <input class="required" data-val="true" data-val-range="The eligibility field is required." data-val-range-max="True" data-val-range-min="True"
                data-val-required="The I am not incarcerated in a correctional facility upon a felony conviction. field is required." name="_eligibility.Convictionchk" tabindex="3" type="checkbox" value="true"><input name="_eligibility.Convictionchk"
                type="hidden" value="false">
            </div>
            <div class="small-11 columns">
              <p>I am not incarcerated in a correctional facility upon a felony conviction.</p>
              <span class="field-validation-valid text-danger" data-valmsg-for="_eligibility.Convictionchk" data-valmsg-replace="true"></span>
              <div class="help-text error form-error">
                <p><span class="fa fa-exclamation-triangle fa-fw"></span> You must not be incarcerated in a correctional facility upon a felony conviction.</p>
              </div>
            </div>
          </label>
        </div>
        <div class="row form-field field-checkbox field-ovr-is-compentent">
          <label for="ovr-is-compentent">
            <div class="small-1 columns">
              <input class="required" data-val="true" data-val-range="The eligibility field is required." data-val-range-max="True" data-val-range-min="True"
                data-val-required="The I am not presently judged mentally incompetent to vote by a court of law. field is required." name="_eligibility.DateofBirthchk" tabindex="4" type="checkbox" value="true"><input
                name="_eligibility.DateofBirthchk" type="hidden" value="false">
            </div>
            <div class="small-11 columns">
              <p>I am not presently judged "mentally incompetent" to vote by a court of law.</p>
              <span class="field-validation-valid text-danger" data-valmsg-for="_eligibility.DateofBirthchk" data-valmsg-replace="true"></span>
              <div class="help-text error form-error">
                <p><span class="fa fa-exclamation-triangle fa-fw"></span> You must be mentally competent.</p>
              </div>
            </div>
          </label>
        </div>
      </fieldset>
      <div class="row">
        <div class="medium-3 columns">&nbsp;</div>
        <div class="medium-6 columns">
          <input type="submit" name="Continue" value="Continue" class="btn btn-primary">
        </div>
        <div class="medium-3 columns">&nbsp;</div>
      </div>
    </div>
  </div>
  <br>
  <div class="row show-for-medium" id="IDSubheader">
    <br>
    <ul class="tabs" data-tabs="i9ke5j-tabs" id="voter-lookup-tabs2">
      <li class="tabs-title" role="presentation">
        <a href="#onlinemailballot" id="onlinemailballot" class="btn" role="tabpanel" aria-controls="onlinemailballot" aria-selected="false" aria-hidden="true" aria-labelledby="onlinemailballotMobileView">
                Apply for a Mail<br>Ballot<br><br>
                <span style="font-size:small"></span>
            </a>
      </li>
      <li class="tabs-title" role="presentation">
        <a href="#track" id="track" class="btn" role="tabpanel" aria-controls="track" aria-selected="false" aria-hidden="true" aria-labelledby="trackMobileView">
                Track your <br>Mail Ballot<br><br>
                <span style="font-size:small"></span>
            </a>
      </li>
      <li class="tabs-title" role="presentation">
        <a href="#candidatesearch" id="candidatesearch" class="btn" target="_blank" role="tabpanel" aria-controls="candidatesearch" aria-selected="false" aria-hidden="true" aria-labelledby="candidatesearchMobileView">
                View Declared<br> Candidates<br><br>
            </a>
      </li>
      <li class="tabs-title" role="presentation">
        <a href="#electionday" id="election" class="btn" role="tab" aria-controls="electionday" aria-selected="false">
                Congressional <br>District 1 Special<br> Election Information<br>
                <span style="font-size:small"></span>
            </a>
      </li>
      <li class="tabs-title" role="presentation">
        <a href="#special" id="special" class="btn" role="tabpanel" aria-controls="special" aria-selected="false" aria-hidden="true" aria-labelledby="specialMobileView">
                Local Special <br>Elections Information<br> <br>
            </a>
      </li>
    </ul>
  </div>
  <div class="row show-for-small-only voter-lookup-tabs-mobile" id="IDSubHeader">
    <br>
    <ul class="tabs" data-tabs="x1yqa2-tabs" id="voter-lookup-tabs2-mobile">
      <li class="tabs-title " role="presentation">
        <a href="#onlinemailballot" id="onlinemailballotMobileView" class="btn" role="tab" aria-controls="onlinemailballot" aria-selected="false">
                Apply for a Mail<br>Ballot<br><br>
                <span style="font-size:small"></span>
            </a>
      </li>
      <li class="tabs-title" role="presentation">
        <a href="#track" id="trackMobileView" class="btn" role="tab" aria-controls="track" aria-selected="false">
                Track your <br>Mail Ballot<br><br>
                <span style="font-size:small"></span>
            </a>
      </li>
      <li class="tabs-title" role="presentation">
        <a href="#candidatesearch" id="candidatesearchMobileView" class="btn" target="_blank" role="tab" aria-controls="candidatesearch" aria-selected="false">
                View Declared<br> Candidates<br><br>
            </a>
      </li>
      <li class="tabs-title" role="presentation">
        <a href="#electionday" id="electionMobileView" class="btn" role="tab" aria-controls="electionday" aria-selected="false">
                Congressional <br>District 1 Special Election <br>Information<br>
                <span style="font-size:small"></span>
            </a>
      </li>
      <li class="tabs-title" role="presentation">
        <a href="#special" id="specialMobileView" class="btn" role="tab" aria-controls="special" aria-selected="false">
                Local Special <br>Elections Information<br> <br>
            </a>
      </li>
    </ul>
  </div>
  <script type="text/javascript">
    $("#onlinemailballot").on('click', function() {
      ;
      window.location.href = 'https://mailballot.sos.ri.gov/';
    });
    $("#candidatesearch").on('click', function() {
      window.location.href = '/Candidates/CandidateSearch';
    });
    $("#election").on('click', function() {
      window.location.href = '/Voter/CD1Election';
    });
    $("#track").on('click', function() {
      window.location.href = 'https://ballottrax.sos.ri.gov/voter/';
    });
    $("#special").on('click', function() {
      window.location.href = '/Candidates/CandidateCalendar';
    });
    //Mobile View
    $("#onlinemailballotMobileView").on('click', function() {
      window.location.href = 'https://mailballot.sos.ri.gov/';
      //window.location.href = '/Voter/VoteByMail?ActiveFlag=0';
      document.getElementsByClassName('main-content-section')[0].scrollIntoView();
    });
    $("#candidatesearchMobileView").on('click', function() {
      window.location.href = '/Candidates/CandidateSearch';
      //window.location.href = '/Voter/PersonVotingPage';
      document.getElementsByClassName('main-content-section')[0].scrollIntoView();
    });
    $("#electionMobileView").on('click', function() {
      window.location.href = '/Voter/CD1Election';
      //window.location.href = '/Voter/VoteatthePolls';
      document.getElementsByClassName('main-content-section')[0].scrollIntoView();
    });
    $("#trackMobileView").on('click', function() {
      window.location.href = 'https://ballottrax.sos.ri.gov/voter/';
      document.getElementsByClassName('main-content-section')[0].scrollIntoView();
    });
    $("#specialMobileView").on('click', function() {
      window.location.href = '/Candidates/CandidateCalendar';
    });
    $(document).ready(function() {
      var id = document.getElementById("hdnflag").value;
      if (document.getElementById("hdnflag") != null && document.getElementById("hdnflag").value != "") {
        $("#IdSubHeader ul li a:eq( " + id + " )").css("background-color", "#981511");
        $("#IdSubHeader ul li a:eq( " + id + " )").css("color", "white");
      }
    });
  </script>
  <style>
    .vertical-display {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 90%;
      align-items: center;
      margin-top: -10px;
      font-weight: 800;
    }

    .horizontal-display {}

    .display-header {
      font-size: 2em;
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 20px;
      margin-bottom: -20px;
      font-weight: 800;
      color: #0071bc;
    }

    .icon-label-container {
      display: flex;
      width: 70%;
      /*width: 80px;*/
      /*justify-content: center;*/
      /*justify-content: flex-end;*/
      align-items: center;
      margin-top: 35px;
      /*padding-right:40px;*/
      justify-content: flex-end;
      padding-right: 20px;
    }

    .icon-label-link {
      display: flex;
      cursor: pointer;
      align-items: center;
    }

    .icon-label-text {
      color: #0071bc;
    }

    .icon-label-text:hover {
      color: #c02624;
    }

    .link-fix:hover {
      color: #c02624;
    }

    .display-icon {
      font-size: 2.5em;
      color: #0071bc;
    }

    .calendar-and-info-container {
      display: flex;
      /*line-height: 1.4em;*/
      line-height: 1.4em;
      margin-top: 15px;
      justify-content: center;
    }

    .highlight-fix {
      color: #112e51;
    }

    .highlight-fix:hover {
      color: #0071bc;
    }

    .cd1-link {
      background-color: #0099cc;
      color: #fff !important;
      width: 30%;
      font-weight: bold;
      min-width: 285px;
    }

    .cd1-link:hover {
      background-color: #c02624;
      color: #fff;
    }
  </style>
  <br>
  <div class="row text-center">
    <hr>
    <h2 class="" style="font-size: 2em"> Learn more about elections and voting! </h2><br>
  </div>
  <div class="row">
    <div class="columns medium-3">
      <i class="fa fa-fw fa-2x fa-users float-left"></i>
      <h5>Be a Voter</h5>
      <hr>
      <ul class="vertical menu accordion-menu text-left" data-accordion-menu="pshrvv-accordion-menu" role="tablist" aria-multiselectable="true">
        <li class="" role="menuitem"><a href="/Voter/WhyBeVoter" tabindex="0">Why be a voter?</a></li>
        <li class="" role="menuitem"><a href="/Voter/RegisterToVote">Register to Vote</a></li>
        <li class="" role="menuitem"><a href="/Voter/UpdateYourVoterRecord">Update Your Voter Record</a></li>
        <li class="is-submenu-item is-accordion-submenu-item" role="menuitem"><a href="/Voter/VotebyMail">Vote from Home with a Mail Ballot</a></li>
        <li class="is-submenu-item is-accordion-submenu-item" role="menuitem"><a href="/Voter/PersonVotingPage">Vote Early Before Election Day</a></li>
        <li class="is-submenu-item is-accordion-submenu-item" role="menuitem"><a href="/Voter/VoteatthePolls">Vote on Election Day</a></li>
        <li class="is-submenu-item is-accordion-submenu-item" role="menuitem"><a href="/Voter/AccessibleVoting">Accessibility and<br> Voting Assistance</a></li>
        <li class="" role="menuitem"><a href="/Voter/VoterRights">Know Your Voter Rights!</a></li>
        <li class="" role="menuitem"><a href="/Voter/ElectionsCalendar">Elections Calendar</a></li>
        <li class="" role="menuitem"><a href="https://vote.sos.ri.gov/Forms/elections/Guides/voter_id_information.pdf">Voter ID Flyer</a></li>
        <li class="" role="menuitem"><a href="/Voter/VoterFaq">FAQs</a></li>
      </ul>
    </div>
    <div class="columns medium-3">
      <i class="fa fa-fw fa-2x fa-user float-left"></i>
      <h5>Be a Candidate</h5>
      <hr>
      <ul class="vertical menu accordion-menu text-left" data-accordion-menu="x7rhtt-accordion-menu" role="tablist" aria-multiselectable="true">
        <li class="" role="menuitem"><a href="/Candidates/AreYouEligible" tabindex="0">Eligibility</a></li>
        <li class="" role="menuitem"><a href="/Candidates/DisAffiliation">Running as a Party Candidate</a></li>
        <li class="" role="menuitem"><a href="/Candidates/DeclarationOfCadidacy">Declaring Your Candidacy</a></li>
        <li class="" role="menuitem"><a href="/Candidates/Endorsements">Endorsements</a></li>
        <li class="" role="menuitem"><a href="/Candidates/Nominations">Nomination Papers</a></li>
        <li class="" role="menuitem"><a href="/Candidates/Withdrawal">Withdrawing Your Candidacy</a></li>
        <li class="" role="menuitem"><a href="/Candidates/BallotPlacement">Ballot Placement</a></li>
        <li class="" role="menuitem"><a href="/Candidates/ElectionDayActivities">Election Day Activities</a></li>
        <li class="" role="menuitem"><a href="/Candidates/CandidateCalendar">Important dates for Candidates</a></li>
        <li class="" role="menuitem"><a href="/Candidates/CandidateFAQ">FAQ</a></li>
      </ul>
    </div>
    <div class="columns medium-3">
      <i class="fa fa-fw fa-2x fa-gears  float-left"></i>
      <h5>How Elections Work in RI</h5>
      <hr>
      <ul class="vertical menu accordion-menu text-left" data-accordion-menu="3m6bbs-accordion-menu" role="tablist" aria-multiselectable="true">
        <li class="" role="menuitem"><a href="/Elections/Administration" tabindex="0">Elections in Rhode Island</a></li>
        <li class="" role="menuitem"><a href="/Elections/LocalBoards">Local Boards of Canvassers</a></li>
        <li class="" role="menuitem"><a href="https://ridos.maps.arcgis.com/apps/instant/nearby/index.html?appid=ae2212ec857945e5990e2d0f5ce8b5ae" target="_blank">Find a Drop Box</a></li>
        <li class="" role="menuitem"><a href="/Elections/VoterParticipationReports">Request Election Voter Participation Reports</a></li>
        <li class="" role="menuitem"><a href="/Elections/PollWorkerInfo">Be a Poll Worker</a></li>
      </ul>
    </div>
    <div class="columns medium-3">
      <i class="fa fa-fw fa-2x fa-line-chart  float-left"></i>
      <h5>Data and Information</h5>
      <hr>
      <ul class="vertical menu accordion-menu text-left" data-accordion-menu="g6vjrh-accordion-menu" role="tablist" aria-multiselectable="true">
        <li class="" role="menuitem"><a href="https://datahub.sos.ri.gov/RegisteredVoter.aspx" target="_blank" tabindex="0">Registered Voters</a></li>
        <li class="" role="menuitem"><a href="https://storymaps.arcgis.com/stories/22ebdb981f5a4bb2b920916e7229a437" target="_blank">Voter Turnout</a></li>
        <li class="" role="menuitem"><a href="https://rhode-island-legislative-districts-downloader-tool-ridos.hub.arcgis.com/" target="_blank">Download and Explore District Maps</a></li>
        <li class="" role="menuitem"><a href="/DataInformation/Publications">Publications and Forms</a></li>
        <li class="" role="menuitem"><a href="https://sos.ri.gov/news-and-events">Press Releases</a></li>
        <li class="" role="menuitem"><a href="/DataInformation/HelpfulLinks">Helpful Links</a></li>
        <li class="" role="menuitem"><a href="/DataInformation/ContactUs">Contact Us</a></li>
      </ul>
    </div>
  </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

An Official Rhode Island State Website.
Rhode Island Department of State Gregg M. Amore Secretary of State
Español
Menu
 * Home
 * Be a Voter
   * Why be a voter?
   * Register to Vote
   * Update Your Voter Record
   * Vote from Home with a Mail Ballot
   * Vote Early In-Person
   * Vote on Election Day
   * Accessibility and
     Voting Assistance
   * Know Your Voter Rights!
   * Voter ID Flyer
   * FAQ
 * Be a Candidate
   * Eligibility
   * Running as a Party Candidate
   * Declaring Your Candidacy
   * Endorsements
   * Nomination Papers
   * Withdrawing Your Candidacy
   * Ballot Placement
   * Election Day Activities
   * Elections Calendar
   * FAQ
 * How Elections Work in RI
   * Elections in Rhode Island
   * Local Boards of Canvassers
   * Find a Drop Box
   * Request Election Voter Participation Reports
   * In-Person Voting Hours
   * Be a Poll Worker
 * Data and Information
   * Registered Voters
   * Voter Turnout
   * Download and Explore District Maps
   * Publications and Forms
   * Press Releases
   * Helpful Links
   * Contact Us

 * 
 * Business Services
 * Elections
 * Civics and Education
 * Open Government

 * Search this site.
 * Search this site.

Español
 1. You are here:
 2. Home
 3. Voter Information Center

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


WELCOME TO YOUR VOTER INFORMATION CENTER

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

 * 
   View/Update
   My Voter Record
 * 
   Register
   to Vote
 * 
   Find a Polling Place
   View Sample Ballot
 * 
   Find Your
   Elected Officials
 * 
   Publications
   and Forms

 * 
   View/Update
   My Voter Record
 * 
   Register
   to Vote
 * 
   Find a Polling Place
   View Sample Ballot
 * 
   Find Your
   Elected Officials
 * 
   Publications
   and Forms






REGISTER TO VOTE

If you are not registered to vote, you can register on-line. You will need:

 * Your Rhode Island DMV issued driver's license or State ID number
 * Your name as it appears on your Rhode Island driver's license or State ID
   card
 * Your date of birth

Alternatively, you may complete the form without your driver's license or State
ID number for paper submission.

Your Eligibility

I am a U.S. Citizen and resident of Rhode Island.

You must be a US citizen and resident of RI.

I am at least 16 years of age (you must be at least 18 years of age to vote).

You must be at least 16 years old.

I am not incarcerated in a correctional facility upon a felony conviction.

You must not be incarcerated in a correctional facility upon a felony
conviction.

I am not presently judged "mentally incompetent" to vote by a court of law.

You must be mentally competent.

 

 



 * Apply for a Mail
   Ballot
   
   
 * Track your
   Mail Ballot
   
   
 * View Declared
   Candidates
   
   
 * Congressional
   District 1 Special
   Election Information
   
 * Local Special
   Elections Information
   
   



 * Apply for a Mail
   Ballot
   
   
 * Track your
   Mail Ballot
   
   
 * View Declared
   Candidates
   
   
 * Congressional
   District 1 Special Election
   Information
   
 * Local Special
   Elections Information
   
   


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


LEARN MORE ABOUT ELECTIONS AND VOTING!


BE A VOTER

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

 * Why be a voter?
 * Register to Vote
 * Update Your Voter Record
 * Vote from Home with a Mail Ballot
 * Vote Early Before Election Day
 * Vote on Election Day
 * Accessibility and
   Voting Assistance
 * Know Your Voter Rights!
 * Elections Calendar
 * Voter ID Flyer
 * FAQs

BE A CANDIDATE

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

 * Eligibility
 * Running as a Party Candidate
 * Declaring Your Candidacy
 * Endorsements
 * Nomination Papers
 * Withdrawing Your Candidacy
 * Ballot Placement
 * Election Day Activities
 * Important dates for Candidates
 * FAQ

HOW ELECTIONS WORK IN RI

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

 * Elections in Rhode Island
 * Local Boards of Canvassers
 * Find a Drop Box
 * Request Election Voter Participation Reports
 * Be a Poll Worker

DATA AND INFORMATION

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

 * Registered Voters
 * Voter Turnout
 * Download and Explore District Maps
 * Publications and Forms
 * Press Releases
 * Helpful Links
 * Contact Us

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

Return to top

Español

 * About
 * Contact
 * News
 * Notary Public

 * elections@sos.ri.gov
 * 

Rhode Island Department of State

Powered by Google Übersetzer
 * Facebook
 * LinkedIn
 * Twitter

Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern