's Resource Downloads

Decision Point: Organisational Mentoring Guide

Unlock your organisation’s potential with structured mentoring that cultivates leaders, enhances retention, and strengthens your leadership pipeline. Within this guide, discover why organisational mentoring is essential for future-proofing your talent strategy. Learn about proven approaches to succession planning, sharpening leadership capabilities, and boosting retention rates. Filled with practical examples, impactful statistics, and clear next steps, it’s your blueprint for strategic mentoring success.

DOWNLOAD THE GUIDE
/**
 * Version 1.2
 * Populates the download popup with ACF data from the clicked button.
 * 
 * This function is triggered by the Bricks interaction builder.
 * 
 * @param {HTMLElement} button - The button element that was clicked.
 */
function populateDownloadPopup(button) {
	if (!button) return;

	// Extract data attributes from the button
	const downloadId = button.getAttribute('data-download-id');
	const popupHeading = button.getAttribute('data-popup-heading');
	const downloadTag = button.getAttribute('data-download-tag');
	const postID = button.getAttribute('data-post-id');

	// Populate the hidden form field with the download URL
	const hiddenDownloadIdField = document.querySelector('input[name="download_id"]');
	if (hiddenDownloadIdField) {
		hiddenDownloadIdField.value = downloadId;
	}
	
	// Populate the hidden form field with the Post ID
	const hiddenPostIDField = document.querySelector('input[name="post_id"]');
	if (hiddenPostIDField) {
		hiddenPostIDField.value = postID;
	}
	
	// Populate the hidden form field with the Entry Point
	const hiddenPostEntryPoint = document.querySelector('input[name="download_tag"]');
	if (hiddenPostEntryPoint) {
		hiddenPostEntryPoint.value = downloadTag;
	}

	// Insert the popup heading text into the header div
	const popupHeader = document.querySelector('.resource-popup__header');
	if (popupHeader) {
		popupHeader.innerHTML = popupHeading;
	}

	// Add the download tag if needed (e.g., for tracking)
	console.log('Download Tag:', downloadTag);
}

Decision Point: Women in Leadership Mentoring Guide

Designed specifically for ambitious women leaders, this guide addresses the unique challenges and opportunities faced when navigating career-defining decisions. You’ll find insightful reflections on aligning your choices with personal values, strategically evaluating alternatives, managing risks, and leveraging your unique strengths. Empower yourself with the clarity to confidently shape your career trajectory, assert your leadership style, and make authentic decisions that resonate deeply.

DOWNLOAD THE GUIDE
/**
 * Version 1.2
 * Populates the download popup with ACF data from the clicked button.
 * 
 * This function is triggered by the Bricks interaction builder.
 * 
 * @param {HTMLElement} button - The button element that was clicked.
 */
function populateDownloadPopup(button) {
	if (!button) return;

	// Extract data attributes from the button
	const downloadId = button.getAttribute('data-download-id');
	const popupHeading = button.getAttribute('data-popup-heading');
	const downloadTag = button.getAttribute('data-download-tag');
	const postID = button.getAttribute('data-post-id');

	// Populate the hidden form field with the download URL
	const hiddenDownloadIdField = document.querySelector('input[name="download_id"]');
	if (hiddenDownloadIdField) {
		hiddenDownloadIdField.value = downloadId;
	}
	
	// Populate the hidden form field with the Post ID
	const hiddenPostIDField = document.querySelector('input[name="post_id"]');
	if (hiddenPostIDField) {
		hiddenPostIDField.value = postID;
	}
	
	// Populate the hidden form field with the Entry Point
	const hiddenPostEntryPoint = document.querySelector('input[name="download_tag"]');
	if (hiddenPostEntryPoint) {
		hiddenPostEntryPoint.value = downloadTag;
	}

	// Insert the popup heading text into the header div
	const popupHeader = document.querySelector('.resource-popup__header');
	if (popupHeader) {
		popupHeader.innerHTML = popupHeading;
	}

	// Add the download tag if needed (e.g., for tracking)
	console.log('Download Tag:', downloadTag);
}

Decision Point: Executive Mentoring Guide

Gain clarity before your next critical leadership decision. Inside this guide, you’ll explore seven pivotal questions every executive must ask to move confidently and strategically through high-stakes choices. From aligning decisions with your core values to evaluating risks and stakeholder impacts, discover how clear, thoughtful reflection transforms uncertainty into purposeful action, driving your executive journey forward with certainty.

DOWNLOAD THE GUIDE
/**
 * Version 1.2
 * Populates the download popup with ACF data from the clicked button.
 * 
 * This function is triggered by the Bricks interaction builder.
 * 
 * @param {HTMLElement} button - The button element that was clicked.
 */
function populateDownloadPopup(button) {
	if (!button) return;

	// Extract data attributes from the button
	const downloadId = button.getAttribute('data-download-id');
	const popupHeading = button.getAttribute('data-popup-heading');
	const downloadTag = button.getAttribute('data-download-tag');
	const postID = button.getAttribute('data-post-id');

	// Populate the hidden form field with the download URL
	const hiddenDownloadIdField = document.querySelector('input[name="download_id"]');
	if (hiddenDownloadIdField) {
		hiddenDownloadIdField.value = downloadId;
	}
	
	// Populate the hidden form field with the Post ID
	const hiddenPostIDField = document.querySelector('input[name="post_id"]');
	if (hiddenPostIDField) {
		hiddenPostIDField.value = postID;
	}
	
	// Populate the hidden form field with the Entry Point
	const hiddenPostEntryPoint = document.querySelector('input[name="download_tag"]');
	if (hiddenPostEntryPoint) {
		hiddenPostEntryPoint.value = downloadTag;
	}

	// Insert the popup heading text into the header div
	const popupHeader = document.querySelector('.resource-popup__header');
	if (popupHeader) {
		popupHeader.innerHTML = popupHeading;
	}

	// Add the download tag if needed (e.g., for tracking)
	console.log('Download Tag:', downloadTag);
}

Download our [name of download]

Ex ipsum culpa mollit enim enim. Excepteur duis esse in esse aliqua eiusmod.

Multi-Resource Download Form