Meeting Details
Date: March 25, 2022 Time: 1:00 pm – 2:30 pm Meeting location: Online link to be sent via email
As a member, your attendance is needed at the Annual General Meeting. The purpose of the meeting is to review financials, share how the organization is growing, and to make decisions on what comes next for Wildlife Rescue.
We have exciting presentations planned, wildlife stories, and program updates that we want you to know about.
This year, the AGM will again be held virtually. You will receive meeting documents and an online meeting link in March, prior to the meeting. If you are able to join us, please RSVP at the link below. Make sure to include the full name and phone number of each individual member that will attend from your household in your RSVP email.
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 += '