document.addEventListener('DOMContentLoaded', function () {
const observer = new MutationObserver(function () {
const emailField = document.querySelector('[name="-OJ16jCKoMaW2hYM9XDw"]');
const firstNameField = document.querySelector('[name="-OJ1AOEU6WuoyrzIE4xk"]');
if (emailField && firstNameField) {
console.log("Fields detected!");
observer.disconnect(); // Stop observing once fields are found
// Hide FirstName field by default
firstNameField.style.display = 'none';
// Add event listeners
emailField.addEventListener('click', function () {
console.log("Email field clicked!");
firstNameField.style.display = 'block';
});
emailField.addEventListener('focus', function () {
console.log("Email field focused!");
firstNameField.style.display = 'block';
});
emailField.addEventListener('input', function () {
console.log("Email field input detected!");
firstNameField.style.display = 'block';
});
}
});
observer.observe(document.body, { childList: true, subtree: true });
});

Thank you to our generous business supporters!
Our work to protect endangered old-growth forests in BC and ensure a sustainable second-growth forest industry would not be possible without our generous donors. Thank you to the following businesses and…

Tooth-Leaved Monkeyflower
A rare and beautiful flower, the yellow tooth-leaved monkeyflower (Erythranthe dentata), in Canada, is restricted to a handful of valleys on southwestern Vancouver Island. This diminutive rainforest…

Band in BC’s Fraser Canyon proposes to protect, manage 350 sq. km swath of land
July 19, 2022
The Abbotsford News
By Jessica Peters
Indigenous petroglyphs, old growth forest, cultural significance at further risk: Kanaka Bar Band
The wildfire that’s moving through the forests…

Double your impact when supporting the AFA until September 7th!
We're grateful to announce an anonymous supporter has generously offered to match donations made to the AFA dollar-for-dollar up to $15,000 until September 7th. This means for the next two…

Redwood Sorrel
Looking like an oversized clover, the redwood sorrel (oxalis oregana) is one of BC’s loveliest and rarest rainforest plants, found only in a few scattered sites on Vancouver Island and Haida…

Canada’s fourth-widest tree located in North Vancouver, estimated to be over 1000 years old
June 27, 2022
City News
By Monika Gul
One of the widest trees in Canada was found in the Lynn Valley area of North Vancouver.
The tree, nicknamed “The North Shore Giant”,…

CBC News Vancouver: North Shore Giant
CBC News Vancouver has featured AFA’s Ian Thomas and Vancouver big tree hunter, Colin Spratt on their recent finding of a record-sized western redcedar nicknamed the “North Shore Giant”. See 20:20…

Giant tree found in North Vancouver could be Canada’s fourth widest
Ancient Forest Alliance’s Ian Thomas and Vancouver big-tree hunter Colin Spratt have located Canada’s fourth-widest tree, nicknamed the "North Shore Giant" in the Lynn Headwaters Regional Park in North Vancouver. Read more.

Canada’s fourth-widest tree found in North Vancouver
Canada’s fourth-widest tree found in North Vancouver
Canada’s fourth-widest tree was found in the Lynn Headwaters Regional Park in North Vancouver, a giant western redcedar that is likely…

MEC Victoria Tabling Event
Thank you to MEC Victoria for hosting our tabling event over the Victoria Day long weekend.
We’ll be there again this Saturday, June 25 from 10:30 am - 3:30 pm. Stop by to say hello, learn about our…