Wildlife Rescue is there for wildlife in distress during all phases of care including the rescue, transport and release of injured or orphaned wildlife.
Rescue
Wildlife Rescue’s involvement starts with wildlife in distress. The Rescue program has trained volunteers to assist the public with wildlife rescues. Whether it’s a raccoon stuck in a fence or an injured bird that’s hard to catch, there are various situations where Wildlife Rescue can assist you.
Transport
We rely on the public to bring in injured wildlife they come across. If it’s not possible, please contact us as we have trained volunteers ready to assist with transport.
Release
The release of an animal after rehabilitation is the most rewarding part of our operations. Wildlife is always returned to their own territory or an appropriate habitat.
To ask for our assistance, please call the Wildlife Helpline: 604 526 7275
Support Us
Since 1979 more than 125,000 animals have been treated by Wildlife Rescue.
Thanks to the support of individuals like you, Wildlife Rescue can provide a lifeline for animals in distress.
We’d love to stay in touch! Sign up below to hear more about our work with injured and vulnerable animals of BC.
');
}
}
function submitSubscribeForm($form, $resultElement) {
// var firstName = document.getElementsByName('FNAME')[0].value;
$.ajax({
type: "GET",
url: $form.attr("action"),
data: $form.serialize(),
cache: false,
dataType: "jsonp",
jsonp: "c",
contentType: "application/json; charset=utf-8",
error: function(error){},
success: function(data){
// @Todo: Be sure to change this URL to match the image path on your site. - DONE
var message = '
';
message += '
';
message += '
Thank You
';
message += ''
message += '
Thank you for signing up! We’re excited to share stories of wildlife rehabilitation with you.
';
message += '
';
if (data.result != "success") {
message = '
';
message = '
Oops! There\'s Been an Error
';
message += '
';
message += data.msg || "Sorry, we're unable to subscribe you at this time. Please try again using the form at the bottom of the home page.";
message += '