I run Fathom analytics on a Bricks Site. I want to fire off a Fathom event when a form has been submitted.
Is there a way to hook into the successful form submission to then trigger a fathom js function?
Example fathom event:
fathom.trackGoal(âYOUR-EVENT-IDâ, 0);
Alternatively, could the âcustomâ form action be used to trigger JS on the front end?
Thanks,
John