Skip to content

Contact Us

Used Car Dealers Association Of Ontario

Used Car Dealers Association Of Ontario

230 Norseman St, Toronto, Ontario M8Z 2R4

 

Mon-Fri: 9 AM to 5 PM

 

Local: (416) 231-2600

Toll Free: (1-800) 268-2598

Fax: (416) 232-0775

 

Whether you have questions or you would just like to say hello

No Access to Camera?
Register for an In Person Class
console.log('✅ Register popup JS loaded'); document.addEventListener('change', function (e) { const el = e.target; // Must be a radio input if (!el || el.type !== 'radio') return; // Must be this WPForms field (ID 21) if (el.name !== 'wpforms[fields][21]') return; // Must be this form (ID 20345) const form = el.closest('form.wpforms-form'); if (!form || form.id !== 'wpforms-form-20345') return; const value = (el.value || '').trim().toLowerCase(); console.log('radio changed:', el.name, value); if (value !== 'no') return; // Popup ID from your screenshot const POPUP_ID = 20348; if (window.elementorProFrontend?.modules?.popup?.showPopup) { console.log('✅ Opening popup', POPUP_ID); elementorProFrontend.modules.popup.showPopup({ id: POPUP_ID }); } else { console.log('❌ Elementor popup module not found'); } });