Want to get involved? There are several paths you can choose from below to start your journey towards helping local wildlife!
Giving
Through your backing, we provide care for more than 5,000 animals a year, giving them a second chance at a natural life. You will receive a charitable tax receipt for your donation. We can because you care! Read more
Volunteering
Wildlife Rescue is powered by volunteer support. Throughout the year there are hundreds of volunteers who share their time and expertise for all facets of the organization. Read more
Membership
As a member of Wildlife Rescue, you are joining a committed group of people who value nature and all its wildlife. Choose your membership path today! Read more
Interested in what we do?
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 += '