www.sd.gov Open in urlscan Pro
149.96.189.146  Public Scan

Submitted URL: http://www.sd.gov/
Effective URL: https://www.sd.gov/cs
Submission: On November 22 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form ng-if="!c.data.aisEnabled" ng-submit="c.submitSearch()" role="search" class="ng-pristine ng-valid ng-scope">
  <input type="hidden" name="id" value="search" autocomplete="off">
  <input type="hidden" name="t" value="" autocomplete="off">
  <div class="input-group input-group- input-group-typeahead" role="presentation">
    <!-- uses ui.bootstrap.typeahead -->
    <!-- ngIf: c.isTypeAheadEnabled && c.showSuggestions --><input ng-if="c.isTypeAheadEnabled &amp;&amp; c.showSuggestions" name="q" placeholder="How can we help you today?" ng-model="c.searchTerm" autocomplete="off"
      uib-typeahead="item as item.term for item in c.getSearchSuggestions($viewValue)" typeahead-wait-ms="c.data.typeaheadWaitMS" typeahead-min-length="c.data.typeaheadMinLength" typeahead-focus-first="false"
      typeahead-on-select="c.onSelect($item, $model, $label)" typeahead-template-url="sp-typeahead.html" typeahead-popup-template-url="sp-typeahead-popup.html" class="form-control input-typeahead ng-pristine ng-untouched ng-valid ng-scope ng-empty"
      role="combobox" aria-autocomplete="list" aria-label="How can we help you today?" tabindex="0" aria-haspopup="true" aria-owns="typeahead-63-9688" aria-expanded="false">
    <ul class="typeahead-popup dropdown-menu ng-isolate-scope ng-hide" aria-label="How can we help you today? suggestions" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox"
      aria-hidden="true" uib-typeahead-popup="" id="typeahead-63-9688" matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)"
      debounce="debounceUpdate" template-url="sp-typeahead.html" popup-template-url="sp-typeahead-popup.html">
      <li role="option" aria-hidden="true" style="display: none"></li>
      <!-- ngRepeat: match in matches track by $index -->
    </ul><!-- end ngIf: c.isTypeAheadEnabled && c.showSuggestions -->
    <!-- ngIf: c.isTypeAheadEnabled && !c.showSuggestions -->
    <!-- ngIf: !c.isTypeAheadEnabled -->
    <span class="input-group-btn"> <button name="search" type="submit" class="btn btn-default" title="Search" aria-label="Search" data-toggle="tooltip" data-placement="bottom">
        <!-- ngIf: ::c.options.glyph --><i ng-if="::c.options.glyph" class="fa fa-search"></i><!-- end ngIf: ::c.options.glyph --> </button> </span>
  </div>
</form>

<form ng-model="feedback" role="form" aria-invalid="false" class="ng-pristine ng-untouched ng-not-empty ng-invalid ng-invalid-required">
  <!-- Header -->
  <!-- ngIf: !feedbackSubmitted || !autoHide -->
  <div ng-if="!feedbackSubmitted || !autoHide" class="modal-header ng-scope">
    <button ng-disabled="feedbackSubmitting" type="button" class="close" data-dismiss="modal" role="button"><i class="fa fa-times"></i></button>
    <h4 class="ng-binding"><i class="fa fa-comment" aria-hidden="true"></i>&nbsp;&nbsp;Feedback</h4>
  </div><!-- end ngIf: !feedbackSubmitted || !autoHide -->
  <!-- Body -->
  <div class="modal-body">
    <!-- ngIf: !feedbackSubmitted -->
    <div ng-if="!feedbackSubmitted" class="ng-scope">
      <p>Please let us know how your experience was with our new digital citizen portal. Note this feedback is specific to this web interface and not any individual service or request. Any field marked with an asterisk is required.</p>
      <!-- Who -->
      <div class="showWho" ng-show="true" aria-hidden="false">
        <label for="feedbackWho"><span class="danger">*</span><strong>Name:</strong></label>
        <input name="feedbackWho" id="feedbackWho" ng-model="feedback.who" ng-required="true" class="form-control feedbackInput ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Jane Doe" role="textbox"
          aria-invalid="false" required="required">
        <label for="feedbackEmail"><span class="danger">*</span><strong>Email:</strong></label>
        <input name="feedbackEmail" id="feedbackEmail" ng-model="feedback.email" ng-required="true" ng-change="resetError()" class="form-control feedbackInput ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
          placeholder="jane.doe@site.com" role="textbox" aria-invalid="false" required="required">
      </div>
      <!-- Rating -->
      <div class="showRating" ng-show="true" aria-hidden="false">
        <label for="feedbackText" class="required"><strong class="ng-binding">Please rate your experience:</strong></label>
        <div class="starRatingContainer">
          <!-- Stars -->
          <!-- ngRepeat: item in c.data.wdtOptions.lvlRatingTxt -->
          <div class="starRating ng-scope" ng-repeat="item in c.data.wdtOptions.lvlRatingTxt">
            <div class="starText hidden-xs ng-binding"> Extremely Dissatisfied </div>
            <span class="fa-stack fa-lg starUnselected" ng-class="starClasses[item.value]" ng-click="setSelectedStars(item.value, true)" ng-mouseover="setSelectedStars(item.value)" ng-mouseleave="offStarHover()" role="button" style="">
              <i class="fa fa-star fa-stack-2x starFill"></i> <i class="fa fa-star-o fa-stack-2x starBorder"></i> </span>
          </div><!-- end ngRepeat: item in c.data.wdtOptions.lvlRatingTxt -->
          <div class="starRating ng-scope" ng-repeat="item in c.data.wdtOptions.lvlRatingTxt">
            <div class="starText hidden-xs ng-binding"> Slightly Dissatisfied </div>
            <span class="fa-stack fa-lg starUnselected" ng-class="starClasses[item.value]" ng-click="setSelectedStars(item.value, true)" ng-mouseover="setSelectedStars(item.value)" ng-mouseleave="offStarHover()" role="button" style="">
              <i class="fa fa-star fa-stack-2x starFill"></i> <i class="fa fa-star-o fa-stack-2x starBorder"></i> </span>
          </div><!-- end ngRepeat: item in c.data.wdtOptions.lvlRatingTxt -->
          <div class="starRating ng-scope" ng-repeat="item in c.data.wdtOptions.lvlRatingTxt">
            <div class="starText hidden-xs ng-binding"> Neutral </div>
            <span class="fa-stack fa-lg starUnselected" ng-class="starClasses[item.value]" ng-click="setSelectedStars(item.value, true)" ng-mouseover="setSelectedStars(item.value)" ng-mouseleave="offStarHover()" role="button" style="">
              <i class="fa fa-star fa-stack-2x starFill"></i> <i class="fa fa-star-o fa-stack-2x starBorder"></i> </span>
          </div><!-- end ngRepeat: item in c.data.wdtOptions.lvlRatingTxt -->
          <div class="starRating ng-scope" ng-repeat="item in c.data.wdtOptions.lvlRatingTxt">
            <div class="starText hidden-xs ng-binding"> Moderately Satisfied </div>
            <span class="fa-stack fa-lg starUnselected" ng-class="starClasses[item.value]" ng-click="setSelectedStars(item.value, true)" ng-mouseover="setSelectedStars(item.value)" ng-mouseleave="offStarHover()" role="button" style="">
              <i class="fa fa-star fa-stack-2x starFill"></i> <i class="fa fa-star-o fa-stack-2x starBorder"></i> </span>
          </div><!-- end ngRepeat: item in c.data.wdtOptions.lvlRatingTxt -->
          <div class="starRating ng-scope" ng-repeat="item in c.data.wdtOptions.lvlRatingTxt">
            <div class="starText hidden-xs ng-binding"> Extremely Satisfied </div>
            <span class="fa-stack fa-lg starUnselected" ng-class="starClasses[item.value]" ng-click="setSelectedStars(item.value, true)" ng-mouseover="setSelectedStars(item.value)" ng-mouseleave="offStarHover()" role="button" style="">
              <i class="fa fa-star fa-stack-2x starFill"></i> <i class="fa fa-star-o fa-stack-2x starBorder"></i> </span>
          </div><!-- end ngRepeat: item in c.data.wdtOptions.lvlRatingTxt -->
        </div>
      </div>
      <!-- Text entry -->
      <label for="feedbackTextInput"><strong>Enter Feedback Here:</strong></label>
      <textarea name="feedbackTextInput" id="feedbackTextInput" ng-model="feedback.text" class="form-control feedbackInput ng-pristine ng-untouched ng-valid ng-empty" placeholder="Your feedback is greatly appreciated." role="textbox"
        aria-invalid="false"></textarea>
      <!-- Contact Us -->
      <div>
        <br>
        <p>If you have an issue or need assistance please use the <a href="/cs?id=contact_sd">contact us form</a> to submit a request. </p>
      </div>
    </div><!-- end ngIf: !feedbackSubmitted -->
    <!-- Feedback Submitted / Error -->
    <!-- ngIf: feedbackSubmitted || feedbackError -->
  </div>
  <!-- Footer -->
  <!-- ngIf: !feedbackSubmitted -->
  <div ng-if="!feedbackSubmitted" class="modal-footer ng-scope">
    <button type="button" ng-disabled="feedbackSubmitting" class="btn btn-default" data-dismiss="modal" role="button">Cancel</button>
    <button ng-disabled="feedback.who.length == 0 || feedback.email.length == 0 || feedbackSubmitting || guidLoading || feedback.rating==-1 " ng-click="submitFeedback()" type="button" class="btn btn-primary" role="button"
      disabled="disabled">Send</button>
  </div><!-- end ngIf: !feedbackSubmitted -->
</form>

Text Content

Skip to page contentSkip to chat
 * 

Toggle navigation

 * 

   
   
   
 * Online Services
   
   
 * Government
   
   
 * Business
   
   
 * Jobs
   
   
 * Travel
   
   
 * News
   
   
 * Contact
   
   
   
   
   
   
   
   






SOUTH DAKOTA OFFICIAL STATE HOMEPAGE

Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
Photo Credit - Travel South Dakota
previous next
     
 1.  slide 1 of 17, currently active
     
 2.  slide 2 of 17
     
 3.  slide 3 of 17
     
 4.  slide 4 of 17
     
 5.  slide 5 of 17
     
 6.  slide 6 of 17
     
 7.  slide 7 of 17
     
 8.  slide 8 of 17
     
 9.  slide 9 of 17
     
 10. slide 10 of 17
     
 11. slide 11 of 17
     
 12. slide 12 of 17
     
 13. slide 13 of 17
     
 14. slide 14 of 17
     
 15. slide 15 of 17
     
 16. slide 16 of 17
     
 17. slide 17 of 17
     

 * 
   

Feedback

  FEEDBACK

Please let us know how your experience was with our new digital citizen portal.
Note this feedback is specific to this web interface and not any individual
service or request. Any field marked with an asterisk is required.

*Name: *Email:
Please rate your experience:
Extremely Dissatisfied
Slightly Dissatisfied
Neutral
Moderately Satisfied
Extremely Satisfied
Enter Feedback Here:



If you have an issue or need assistance please use the contact us form to submit
a request.

Cancel Send


WELCOME TO THE OFFICIAL SITE FOR THE STATE OF SOUTH DAKOTA

Enter Site


POPULAR SERVICES


CONTACT US




DRIVER'S LICENSE RENEWAL

Online Renewal and Duplicate Request for Driver License and ID Cards


DLR REEMPLOYMENT ASSISTANCE




HUNTING AND FISHING LICENSES

Visit this link to learn more about Hunting and Fishing Licenses


COVID-19 INFORMATION

Questions about COVID-19? We're here to help.


SEARCH FOR JOBS IN SOUTH DAKOTA

Visit this link to learn more about Search for a Job.
Browse All Online Services

GOVERNMENT

GOVERNMENT

Governor Noem's goal is to create a culture in state government centered around
serving the citizens, the voters, and the taxpayers. This administration is
creating a better state government for the people of South Dakota.
View Government Information

BUSINESS

BUSINESS

Here you will find general information relative to starting, growing, operating
or closing a business in South Dakota. The lists are not all-inclusive. There
may be additional steps involved according to your type of business.
View Business Resources

NEWS

NEWS

View the latest official state news, updates, and announcements.
View News

TRAVEL

TRAVEL

South Dakota is home to breathtaking landscapes, friendly people and iconic
attractions, including Mount Rushmore National Memorial, Crazy Horse Memorial,
and Badlands National Park.
View Travel Information
   
 * Government
   
 * Business
   
 * News
   
 * Travel
   


GOVERNMENT

Governor Noem's goal is to create a culture in state government centered around
serving the citizens, the voters, and the taxpayers. This administration is
creating a better state government for the people of South Dakota.
View Government Information


BUSINESS

Here you will find general information relative to starting, growing, operating
or closing a business in South Dakota. The lists are not all-inclusive. There
may be additional steps involved according to your type of business.
View Business Resources


NEWS

View the latest official state news, updates, and announcements.
View News


TRAVEL

South Dakota is home to breathtaking landscapes, friendly people and iconic
attractions, including Mount Rushmore National Memorial, Crazy Horse Memorial,
and Badlands National Park.
View Travel Information

GOVERNOR


KRISTI NOEM

Like so many who were raised in South Dakota, the concept of family drives
Governor Noem’s principles. The values instilled in her as a child, the ideals
she lives by today and the vision she holds for the future are all linked to a
strong family foundation.

ADVANCING AGRICULTURE

CONNECTING SOUTH DAKOTA

ENHANCING HABITATS

EQUIPPING OUR NATIONAL GUARD

EVERY CHILD DESERVES A HOME

STRENGTHENING FAMILIES

Governor's Office


ADVANCING AGRICULTURE

CONNECTING SOUTH DAKOTA

ENHANCING HABITATS

EQUIPPING OUR NATIONAL GUARD

EVERY CHILD DESERVES A HOME

STRENGTHENING FAMILIES


COMMON QUESTIONS

MYSD AND CITIZEN PORTAL LOGIN HELP

1393 Views

HOW DO I CREATE A MYSD ACCOUNT?

1390 Views

WHAT IF I AM NOT SURE I ALREADY HAVE A MYSD ACCOUNT?

531 Views

WHAT DO I DO IF I AM UNABLE TO LOG IN WITH MY MYSD ACCOUNT?

525 Views

WHAT IS MYSD?

523 Views

ONLINE ACCESSIBILITY POLICY FOR STATE GOVERNMENT

430 Views

SOUTH DAKOTA ONLINE DISCLAIMER AND LIMITATION OF LIABILITY

378 Views

NEW REEMPLOYMENT ASSISTANCE (RA) CLAIMS ONLINE SYSTEM

262 Views


Questions? I'm here to help.

   
   
   
 * Contact Us
   
   
 * Accessibility Policy
   
   
 * Disclaimer
   
   
 * Privacy Policy