om-disable-preload.js
document.addEventListener('om.Campaign.init.preload', function(event) { event.detail.Campaign.settings.preload = false; });
Gravity Forms: Cambridge Caregivers Gravity Forms Snippets
Credit Card Expiration Field on Cambridge Caregivers Engagement Form year dropdown set to current year and…
Runs After A Successful OptinMonster Conversion (om.Optin.success)
Here are some things to know before you begin: All Javascript events are asynchronous. All campaign…
Lazy Load
add_action('wp_head', 'custom_lazyload_script'); function custom_lazyload_script(){ ?>
GravityView_DIR_AA_CPT - GravityView Views CPT Registration
* Description: Registers custom post type for GravityView with full REST API support * Location: Run…
WPCODE_DIR_AB_ACF - Fields for WPCode Snippets Sync
/** * WPCode Snippet: ACF Fields for WPCode Snippets Sync * Description: Registers ACF fields to…
secure form
for chess not checkers download
Remove Stats Summary Block From Specific Campaign
Hide the campaign summary stats from a few specific campaign, using the campaign IDs.
SVG Tooltip
const tooltip = document.getElementById("map-tooltip"); document.querySelectorAll(".county").forEach(path => { path.addEventListener("mousemove", e => { tooltip.textContent = path.dataset.tooltip; tooltip.style.left =…
NS CALENDAR SHORTCODE
/** * Compliance Calendar - Dashboard Shortcodes v1.3 * * Shortcodes for displaying compliance data on…