swanrivermanitoba.ca Open in urlscan Pro
199.27.218.99  Public Scan

URL: http://swanrivermanitoba.ca/
Submission: On February 15 via api from US — Scanned from CA

Form analysis 3 forms found in the DOM

#

<form class="frmSearch" action="#">
  <fieldset>
    <legend class="hideMe">Search Our Website</legend>
    <label class="hideMe" for="search-txt">Search Our Website</label>
    <input type="search" id="search-txt" aria-label="What can we help you find?" placeholder="Search Our Website">
    <input type="hidden" id="search-url" value="/search">
    <button type="submit">
      <i aria-hidden="" class="fal fa-search" title="Click here to search contents in our website"></i>
      <span class="sr-only">Type here to search contents in our website</span>
      <span class="hideMe">Search Here</span>
    </button>
  </fieldset>
</form>

POST /Home/SubmitPoll

<form action="/Home/SubmitPoll" class="form-css-poll" data-ajax="true" data-ajax-begin="SubmitPollBegin" data-ajax-method="POST" data-ajax-mode="replace" data-ajax-success="SubmitPollSuccess" data-ajax-update="#pollBody" id="formPoll" method="post">
  <input id="PollQuestionId" name="PollQuestionId" type="hidden" value="b6978cb5-c0e6-41ab-bcd8-ea8ee61817e8">
  <ul class="add-form">
    <li>
      <input checked="checked" id="answerId" name="answerId" type="radio" value="b47616ab-3e26-4b53-bd10-d7fa103cf8f8"><label>Marvel</label>
    </li>
    <li>
      <input id="answerId" name="answerId" type="radio" value="cc277616-e38f-40f3-97c6-e3266383ea99"><label>DC</label>
    </li>
    <li>
      <input id="answerId" name="answerId" type="radio" value="efa70632-a7e9-4fc3-9bda-01be20aa8c71"><label>Neither</label>
    </li>
  </ul>
  <div class="poll-submit">
    <input type="submit" value="Submit">
  </div><!-- End of .poll-submit -->
</form>

POST /Home/SubmitRegistation

<form action="/Home/SubmitRegistation" class="form-css" id="formRegister" method="post" novalidate="novalidate">
  <p class="message"><i class="fal fa-info-circle"></i><strong>Info!</strong> Required Fields <span class="required" aria-required="true">*</span></p>
  <p>Sign up to register with our website to be notified of all that is happening within our region.</p>
  <div class="row">
    <div class="col-sm">
      <p>
        <label for="FirstName">First Name <span class="required" aria-required="true">*</span></label>
        <input data-val="true" data-val-length="The field First Name :  must be a string with a maximum length of 50." data-val-length-max="50" data-val-required="First Name is required." id="FirstName" name="FirstName" placeholder="First Name"
          type="text" value="">
      </p>
      <p>
        <label for="LastName">Last Name <span class="required" aria-required="true">*</span></label>
        <input data-val="true" data-val-length="The field Last Name :  must be a string with a maximum length of 50." data-val-length-max="50" data-val-required="Last Name is required." id="LastName" name="LastName" placeholder="Last Name"
          type="text" value="">
      </p>
      <p>
        <label for="Email">Email <span class="required" aria-required="true">*</span></label>
        <input class="text-box single-line" data-val="true" data-val-length="The field Email :  must be a string with a maximum length of 50." data-val-length-max="50" data-val-regex="Invalid email format."
          data-val-regex-pattern="^[\w!#$%&amp;'*+\-/=?\^_`{|}~]+(\.[\w!#$%&amp;'*+\-/=?\^_`{|}~]+)*@((([\-\w]+\.)+[a-zA-Z]{2,4})|(([0-9]{1,3}\.){3}[0-9]{1,3}))$" data-val-remote="Email already exists." data-val-remote-additionalfields="*.Email"
          data-val-remote-url="/Home/UserAlreadyExistsAsync" data-val-required=" " id="Email" name="Email" placeholder="Email" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
      </p>
    </div><!-- End of .col-sm -->
    <div class="col-sm">
      <p>
        <label for="Resident">Resident</label>
        <span>
          <input checked="checked" data-val="true" data-val-required="The Resident :  field is required." id="Resident" name="Resident" type="radio" value="True">Yes </span>
        <span>
          <input checked="checked" id="Resident" name="Resident" type="radio" value="False">No </span>
      </p>
      <p>
        <label for="SelectedGroup">Groups :</label>
      </p>
      <ul class="checkbox-group">
        <li>
          <input type="checkbox" name="SelectedGroup" value="06211756-ed6b-4c8a-bc55-52db40dbd484" id="checkbox0" checked="checked">
          <label for="checkbox0">Cemetery</label>
        </li>
        <li>
          <input type="checkbox" name="SelectedGroup" value="97800c0e-d803-4544-a3d9-9418a3ece9a6" id="checkbox1" checked="checked">
          <label for="checkbox1">Community Events</label>
        </li>
        <li>
          <input type="checkbox" name="SelectedGroup" value="473cce13-4784-44cb-813f-1f5c07493bba" id="checkbox2" checked="checked">
          <label for="checkbox2">Garbage Pickup</label>
        </li>
        <li>
          <input type="checkbox" name="SelectedGroup" value="fb00303e-21ed-4beb-aa40-5045e978be7e" id="checkbox3" checked="checked">
          <label for="checkbox3">General</label>
        </li>
        <li>
          <input type="checkbox" name="SelectedGroup" value="40b972da-2c2b-4cee-9cea-371245eed204" id="checkbox4" checked="checked">
          <label for="checkbox4">Job Opportunities</label>
        </li>
        <li>
          <input type="checkbox" name="SelectedGroup" value="23efdb7e-a25b-41c0-8b7d-d3c91d0d9c01" id="checkbox5" checked="checked">
          <label for="checkbox5">Munisight test</label>
        </li>
        <li>
          <input type="checkbox" name="SelectedGroup" value="aa1dcc25-8457-4653-98d8-7e8749e5a399" id="checkbox6" checked="checked">
          <label for="checkbox6">Recreation</label>
        </li>
      </ul>
      <p></p>
      <div class="g-recaptcha" data-sitekey="6Lc1jdUZAAAAAEGKVpjaqrz3heRcRm2XrdQ1cKS8" data-theme="light" data-type="image">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="http://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lc1jdUZAAAAAEGKVpjaqrz3heRcRm2XrdQ1cKS8&amp;co=aHR0cDovL3N3YW5yaXZlcm1hbml0b2JhLmNhOjgw&amp;hl=en&amp;type=image&amp;v=O4xzMiFqEvA4YhWjk5t8Xuas&amp;theme=light&amp;size=normal&amp;cb=gt18hk9h2f4g"
              width="304" height="78" role="presentation" name="a-x4285wt3y2i" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <span class="field-validation-valid" data-valmsg-for="a033a9ebde9504849a63b4baa9a2824d3" data-valmsg-replace="true"></span>
    </div><!-- End of .col-sm -->
  </div><!-- End of .row -->
  <div class="row">
    <input type="submit" value="Submit">
  </div><!-- End of .row -->
</form>

Text Content

SKIP TO CONTENT

 1. Information like Address, Phone, and Email Address
 2. Main Navigation
 3. Quick Links
 4. Search The Website
 5. Main Content
 6. What's your view?
 7. Get More Information
 8. Register to our Enews


TOWN OF SWAN RIVER

439 Main Street, Swan River Manitoba (204) 734-4586 (204) 734-5166
main@townsr.ca Stay Connected Facebook
Search Our Website Search Our Website Type here to search contents in our
website Search Here
Menu


MAIN NAVIGATION

Close Navigation Close Navigation
 * Home
 * Government More Option
    * Council & Committees More Option
      * Council Meetings
      * Council Appointments
      * Strategy Plan
    * Council Meetings More Option
      * Videos
      * Delegations to Council Meetings
    * Bylaws and Policies
    * Request & Feedback
    * Forms and applications
    * Bids & Tenders
    * The Accessibility for Manitobans Act
    * More Government
   
    * Minutes & Agendas
    * Minutes & Agendas
    * Minutes & Agendas

 * Departments More Option
    * Town Contacts
    * Public Works More Option
      * Water & Sewer
      * Garbage & Recycling
      * Snow Removal
      * Birchwood Cemetery
      * Needles & Sharps
    * Finance and Administration More Option
      * Financial Reports
      * Fee Schedules
      * Tax Information
      * Bill Payments
    * Recreation More Option
      * Swan River Centennial Arena
      * Vets Hall
    * Protective Services More Option
      * Fire Department
      * By-Law Enforcement
      * By-Law Enforcement - Screening Request Form
      * Emergency Measures
      * Crime
    * Development & Building Permits
    * Airport
    * Job Postings More Option
      * Simply Hired
      * Star & Times
    * More Departments
   
    * Minutes & Agendas
    * Minutes & Agendas
    * Minutes & Agendas

 * Living Here More Option
    * Services More Option
      * Garbage and Recycling
      * Water and Sewar
      * Snow Removal
      * Handi-Van
      * Finance and Administration
      * Fire Department
      * Bylaw Enforcement
      * Birchwood Cemetery
      * RCMP
      * Recreation
    * Local Notices More Option
      * Add a Notice
    * Properties for Sale
    * Handi-van
    * Useful Links and Resources More Option
      * Communities in Bloom
      * Media
      * Organized Groups
      * 211 Manitoba
      * Emergency Links
      * Moving Here
    * Did You Know?
    * Photo Gallery
    * iPhone and Android apps
    * More Living Here
   
    * Minutes & Agendas
    * Minutes & Agendas
    * Minutes & Agendas

 * Business More Option
    * Business License
    * Local Businesses
    * Properties for Sale
    * Community profile - Townfolio
    * Economic Base
    * Industrial Park
    * Incentive Program
    * More Business
   
    * Minutes & Agendas
    * Minutes & Agendas
    * Minutes & Agendas

 * Visitors More Option
    * Recreation
    * Swan Valley Tourism
    * More Visitors
   
    * Minutes & Agendas
    * Minutes & Agendas
    * Minutes & Agendas

 * Home
 * Government More Option
   * Council & Committees More Option
     * Council Meetings
     * Council Appointments
     * Strategy Plan
   * Council Meetings More Option
     * Videos
     * Delegations to Council Meetings
   * Bylaws and Policies
   * Request & Feedback
   * Forms and applications
   * Bids & Tenders
   * The Accessibility for Manitobans Act
 * Departments More Option
   * Town Contacts
   * Public Works More Option
     * Water & Sewer
     * Garbage & Recycling
     * Snow Removal
     * Birchwood Cemetery
     * Needles & Sharps
   * Finance and Administration More Option
     * Financial Reports
     * Fee Schedules
     * Tax Information
     * Bill Payments
   * Recreation More Option
     * Swan River Centennial Arena
     * Vets Hall
   * Protective Services More Option
     * Fire Department
     * By-Law Enforcement
     * By-Law Enforcement - Screening Request Form
     * Emergency Measures
     * Crime
   * Development & Building Permits
   * Airport
   * Job Postings More Option
     * Simply Hired
     * Star & Times
 * Living Here More Option
   * Services More Option
     * Garbage and Recycling
     * Water and Sewar
     * Snow Removal
     * Handi-Van
     * Finance and Administration
     * Fire Department
     * Bylaw Enforcement
     * Birchwood Cemetery
     * RCMP
     * Recreation
   * Local Notices More Option
     * Add a Notice
   * Properties for Sale
   * Handi-van
   * Useful Links and Resources More Option
     * Communities in Bloom
     * Media
     * Organized Groups
     * 211 Manitoba
     * Emergency Links
     * Moving Here
   * Did You Know?
   * Photo Gallery
   * iPhone and Android apps
 * Business More Option
   * Business License
   * Local Businesses
   * Properties for Sale
   * Community profile - Townfolio
   * Economic Base
   * Industrial Park
   * Incentive Program
 * Visitors More Option
   * Recreation
   * Swan Valley Tourism

Featured slideshows, Notices and Events


A GREAT PLACE TO VISIT


SWAN RIVER

Swan River is a charming, picturesque town that offers relaxed rural living with
urban centre amenities.

Read More
 * 
 * 
 * 


A GREAT PLACE TO RELAX!


SWAN RIVER

Swan River is a charming, picturesque town that offers relaxed rural living with
urban centre amenities.

Read More
 * 
 * 
 * 


A GREAT PLACE TO PLAY!


RECREATION

Swan River has the Legion Park ball diamonds, Rotary Sports Park soccer fields,
an Arena, and indoor swimming pool

Read More
 * 
 * 
 * 

Scroll down to read more content
Previous Next


NEWS & EVENTS


DON'T MISS OUTRECENT NEWS & NOTICES

PUBLIC NOTICE - COMMUNITY SAFETY AND WELL-BEING

January 03, 2023

REMINDER - SNOW CLEARING IN FRONT OF BUSINESSES

December 27, 2022

View All Notices Submit A Notice


WHAT'S HAPPENINGUPCOMING EVENTS

COUNCIL MEETING

February 21, 2023

COUNCIL MEETING

March 07, 2023

COUNCIL MEETING

March 21, 2023

COUNCIL MEETING

April 04, 2023

View Calendar Submit an Event

Close


LOCAL NOTICES


Close
Close


UPCOMING EVENTS


Close
Close


MUNICIPAL EVENTS


Close


QUICK LINKS

Minutes & Agendas Garbage & Recycling Animal control Report a problem Bill
payments Building Permits


DISCOVERSERVICES WE OFFER


 * SNOW REMOVAL


 * ANIMAL CONTROL


 * WATER & SEWAGE


 * EDUCATION


 * GARBAGE & RECYCLING


 * INCENTIVE PROGRAM


 * RECREATION 204 734 4141


 * HANDIVAN




REGISTER FOR E-NEWS

Register with us to stay up to date with all the latest news and upcoming events
in the Town of Swan River.

Register Today
Poll Question - What's Your View?


WHAT'S YOUR VIEW?

Your opinion matters to us. Please take a moment to review our poll question(s)
and submit your online vote today.

Vote Now
 * Government
 * Departments
 * Living Here
 * Business
 * Visitors
 * Facebook
 * 2023 © Town of Swan River

 * 439 Main Street, P.O Box 879, Swan River, Manitoba R0L 1Z0
 * (204) 734-4586
 * (204) 734-5166
 * main@townsr.ca

 * Mon-Fri 8:30am - 4:30pm

 * Website By: All-Net Municipal Solutions

Close


TELL US WHAT YOU THINK

Marvel or DC?

 * Marvel
 * DC
 * Neither


Close
Close


FIRE BAN

Todays fire rating is Low

Current Fire Rating:Low

Fires may start easily and spread quickly but there will be minimal involvement
of deeper fuel layers or larger fuels.



Close
Scroll to the top of the page
Close


WEATHER FORECAST

Close

Close
Close


REGISTRATION

Info! Required Fields *

Sign up to register with our website to be notified of all that is happening
within our region.

First Name *

Last Name *

Email *

Resident Yes No

Groups :

 * Cemetery
 * Community Events
 * Garbage Pickup
 * General
 * Job Opportunities
 * Munisight test
 * Recreation





Close
Close


SEARCH AND I LIKE TO...


Close