@fathomconversions, thank you for the quick response. Good to know that this plugin only tracks conversions on AJAX forms. I’d rather not convert our contact form into AJAX because we are currently using Google Analytics to track conversions through our thank you page. We want to use both GA and FA.
Do you recommend that we add FA’s “Events as a page load” script (see below) to our thank you page? While our thank you page is non-indexable, it can still be accessed if you know the URL, and I worry that our event data won’t be 1:1 with the form submissions.
<script>
window.addEventListener('load', (event) => {
fathom.trackGoal('YOUR-EVENT-ID', 0);
});
</script>