townofosler.com Open in urlscan Pro
15.222.141.142  Public Scan

Submitted URL: https://townofosler.ca/
Effective URL: https://townofosler.com/
Submission: On November 29 via api from US — Scanned from CA

Form analysis 2 forms found in the DOM

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="058f4c88-3625-4899-8943-56e4b318c16d">
  <ul class="add-form">
    <li>
      <input checked="checked" id="answerId" name="answerId" type="radio" value="5b3cf9ab-bf90-4d46-b5a6-58859bcaed5c"><label>Yes</label>
    </li>
    <li>
      <input id="answerId" name="answerId" type="radio" value="dcb5cbc8-5e2c-40ee-902c-b7f88c613969"><label>No</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 class="resident">
        <label for="Resident2">Resident</label>
        <span>
          <input checked="checked" data-val="true" data-val-required="The Resident :  field is required." id="Resident1" name="Resident" type="radio" value="True"><label for="Resident1">Yes</label>
        </span>
        <span>
          <input checked="checked" id="Resident" name="Resident" type="radio" value="False"><label for="Resident">No</label>
        </span>
      </p>
      <p>
        <label for="SelectedGroup">Groups :</label>
      </p>
      <ul class="checkbox-group">
        <li>
          <input type="checkbox" name="SelectedGroup" value="3f86552d-5949-4f51-b241-60e27a9d0b2f" id="checkbox0" checked="checked">
          <label for="checkbox0">Events</label>
        </li>
        <li>
          <input type="checkbox" name="SelectedGroup" value="58afa719-6f73-442c-9f21-bd577c6130be" id="checkbox1" checked="checked">
          <label for="checkbox1">Newsletter</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" width="304" height="78" role="presentation" name="a-3c55n3if61yl" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lc1jdUZAAAAAEGKVpjaqrz3heRcRm2XrdQ1cKS8&amp;co=aHR0cHM6Ly90b3dub2Zvc2xlci5jb206NDQz&amp;hl=en&amp;type=image&amp;v=pPK749sccDmVW_9DSeTMVvh2&amp;theme=light&amp;size=normal&amp;cb=48gfw2usl9hc"></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="a2b7c5ed2e95d47a4b02475dc9915c1e4" 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. Download The Mobile App
 8. Get More Information
 9. Register to our Enews

 * Box 190, 228 Willow Drive, Osler, Saskatchewan S0K 3A0
 * (306) 239-2155
 * (306) 239-2194
 * info@townofosler.com
 * Mon – Fri 9:00 a.m. – 12:00 p.m. & 12:30 p.m. - 5:00 p.m.

Menu


MAIN NAVIGATION

Menu Close Navigation
 * Home
 * Municipal Office More Option
    * Property Taxes and Assessment
    * Staff
    * Pay Bills
    * Files and Documents
   
    * Town of Osler Council More Option
      * Meeting Minutes
      * Bylaws
      * Policies
    * Financial Information
    * Public Notice Requirements
    * Newsletter
   
   More Municipal Office
 * Residents More Option
    * Local Events
    * Local News More Option
      * Local Notices
      * Add a Notice
      * Heritage Park Upgrades
      * More Local News
    * Communities in Bloom
    * Library
   
    * Prairie Rivers Reconciliation Committee
    * Services
    * Fire Department More Option
      * Fire Pits
    * Osler Family Resource Committee
   
   More Residents
 * Visitors More Option
    * Our Town
    * Living Under Osler Skies
   
    * History
   
   More Visitors
 * Business More Option
    * Building Forms and Applications
    * Business Directory
   
    * Building in Osler
   
   More Business
 * I'd Like To

 * Home
 * Municipal Office More Option
   * Property Taxes and Assessment
   * Town of Osler Council More Option
     * Meeting Minutes
     * Bylaws
     * Policies
   * Staff
   * Financial Information
   * Pay Bills
   * Public Notice Requirements
   * Files and Documents
   * Newsletter
   * Local Government - Clearing the Fog
   * Utilities
   * Submit a Meter Reading
   * Emergency Preparedness
   * Contact Us
 * Residents More Option
   * Local Events
   * Prairie Rivers Reconciliation Committee
   * Local News More Option
     * Local Notices
     * Add a Notice
     * Heritage Park Upgrades
     * North Park Playground
   * Services
   * Communities in Bloom
   * Fire Department More Option
     * Fire Pits
   * Library
   * Osler Family Resource Committee
   * Osler Pioneer Senior Centre
   * Facilities More Option
     * Heritage Park - Pathways, Picnic Tables, Benches, Outdoor BBQ Grills.
     * North Park Playground
     * Osler Community Hall
     * Outdoor Rink
     * Paddling Pool
     * The Gathering Place
   * Osler Housing Authority
   * Schools
   * Churches
   * Links
   * Maps
 * Visitors More Option
   * Our Town
   * History
   * Living Under Osler Skies
 * Business More Option
   * Building Forms and Applications
   * Building in Osler
   * Business Directory

Featured slideshows, Notices and Events


LIFE IS BEAUTIFUL UNDER THE OSLER SKY


TOWN OF OSLER, SK

Read More


LIFE IS BEAUTIFUL UNDER THE OSLER SKY


TOWN OF OSLER, SK

Read More
 * 
 * 

Previous Next


WHAT’S HAPPENING IN THE TOWN OF OSLER LATEST NEWS & EVENTS

 * News & Notices
 * Covid-19 updates


NEWS & NOTICES

 * May 02 2024 | Community
   
   SASK VALLEY HOSPITAL FOUNDATION
   
   read more


COVID-19 UPDATES

No updates posted this timeNo events posted

There are no Covid-19 updates posted at this time. Please check back later!

View All Notices
Submit A Notice


UPCOMING EVENTS

Nov 2024
SUN
MON
TUE
WED
THU
FRI
SAT
1
Garbage Pickup
2

3

4

5

6
Council Meeting
7
Advance Poll
8
Recycle Pickup
9

10

11

12
Organic Pick Up
13
Municipal Election
14

15
Garbage Pickup
16

17

18

19

20

21

22
Recycle Pickup
23

24

25

26
Organic Pick Up
27
Council Meeting
28

29
Garbage Pickup
30

FRI
1
Garbage Pickup
07:00 AM
12:00 PM
SAT
2
SUN
3
MON
4
TUE
5
WED
6
Council Meeting
06:30 PM
09:30 PM
THU
7
Advance Poll
03:00 PM
06:00 PM
FRI
8
Recycle Pickup
07:00 AM
12:00 PM
SAT
9
SUN
10
MON
11
TUE
12
Organic Pick Up
07:00 AM
12:00 PM
WED
13
Municipal Election
THU
14
FRI
15
Garbage Pickup
07:00 AM
12:00 PM
SAT
16
SUN
17
MON
18
TUE
19
WED
20
THU
21
FRI
22
Recycle Pickup
07:00 AM
12:00 PM
SAT
23
SUN
24
MON
25
TUE
26
Organic Pick Up
07:00 AM
12:00 PM
WED
27
Council Meeting
06:30 PM
10:00 PM
THU
28
FRI
29
Garbage Pickup
07:00 AM
12:00 PM
SAT
30
 * Nov29
   
   Garbage Pick Up
   
   GARBAGE PICKUP
   
   read more

 * Dec06
   
   Recycle Pick Up
   
   RECYCLE PICKUP
   
   read more

 * Dec10
   
   Organic Pick Up
   
   ORGANIC PICK UP
   
   read more

 * Dec13
   
   Garbage Pick Up
   
   GARBAGE PICKUP
   
   read more

View All Events
Submit An Event
Close


LOCAL NOTICES


Close
Close


UPCOMING EVENTS


Close
Close


MUNICIPAL EVENTS


Close


EXPLORE OUR SERVICES

Stay up to Date

OSLER NEWSLETTER

Submit a Water

METER READING

Utility Bill emailed

UTILITY BILL EMAILED

View Information on

PROPERTY TAXES

Shop Local

BUSINESS DIRECTORY

View All Council

MEETING MINUTES

Info & Resources

RESIDENT SERVICES

Get in Touch

STAFF DIRECTORY


STAY CONNECTED

Subscribe to our monthly newsletter and stay up to date with the latest news and
upcoming events in the Town of Osler.

Subscribe
Poll Question - What's Your View?


POLL QUESTION

Would you like to receive regular updates via email about news and events from
the Town of Osler?

Vote Now


CONTACT US

 * Box 190, 228 Willow Drive, Osler, Saskatchewan S0K 3A0 | (306) 239-2155
 * (306) 239-2194 | info@townofosler.com
 * Mon – Fri 9:00 a.m. – 12:00 p.m. & 12:30 p.m. - 5:00 p.m.


EXPLORE

 * Home
 * Municipal Office
 * Residents
 * Visitors
 * Business
 * I'd Like To

Website By:
2024 © Town of Osler
Close





TELL US WHAT YOU THINK

Would you like to receive regular updates via email about news and events from
the Town of Osler?

 * Yes
 * No


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


FACEBOOK

Facebook

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 :

 * Events
 * Newsletter





Close
Close


SEARCH AND I LIKE TO...




OFFICE HOURS

Close
Mon – Fri 9:00 a.m. – 12:00 p.m. & 12:30 p.m. - 5:00 p.m.
Close

Close





Close