For those using something like this <on_sent_ok: “ga(‘send’, ‘event’, ‘Contact Form’, ‘submit’);”> in Additional Settings, try this solution that working for me very well;
on_sent_ok: “setTimeout(function(){ ga(‘send’, ‘event’, ‘Contact Form’, ‘submit’); }, 0);”