Contact

Contact

Available for mentorships, consulting engagements, advisory, board positions, and public appearances. Use the form below or write directly to [email protected].


— Select topic (optional) Mentorship Consulting Advisory / Board Public appearance / Speaking Sponsored post on Lardiology.com Other
(function(){ var form = document.getElementById(‘lard-contact-form’); if (!form) return; form.addEventListener(‘submit’, function(e){ e.preventDefault(); var btn = document.getElementById(‘lc-submit’); var res = document.getElementById(‘lc-response’); btn.disabled = true; btn.textContent = ‘Sending…’; res.style.display = ‘none’; var data = new FormData(form); data.append(‘action’, ‘lard_contact’); data.append(‘lard_nonce’, lardContact.nonce); fetch(lardContact.ajaxUrl, {method:’POST’, body:data}) .then(function(r){ return r.json(); }) .then(function(r){ res.style.display = ‘block’; if (r.success) { res.style.background = ‘#eaf7ed’; res.style.border = ‘1px solid #a8d9b5’; res.style.color = ‘#1a5c2e’; res.textContent = r.data.msg; form.reset(); } else { res.style.background = ‘#fdf0f0’; res.style.border = ‘1px solid #e8a0a0’; res.style.color = ‘#7b1c1c’; res.textContent = r.data.msg; } btn.disabled = false; btn.textContent = ‘Send Message →’; }) .catch(function(){ res.style.display = ‘block’; res.style.background = ‘#fdf0f0’; res.textContent = ‘Error. Please write to [email protected] directly.’; btn.disabled = false; btn.textContent = ‘Send Message →’; }); }); })();

Direct email: [email protected]  ·  Response within 1–2 business days.