// The iFramed form on the Donate page doesn’t support Safari for some stupid reason. // So, if browser is Safari, forward this page to DonorPerfect page. // There is also additional JS in footer.php to replace the Donate page menu link with the DonorPerfect link. if (navigator.userAgent.indexOf(‘Safari’) != -1 && navigator.userAgent.indexOf(‘Chrome’) == -1) { window.location.href = “https://form-renderer-app.donorperfect.io/give/cassia/buffalo-bus “; }