
Contact Form 7 with GA
WordPressContact Form 7
The old mechanism of submitting form events to Google Analytics involved using the "Additional Settings" tab of a specific contact form using code similar to:
on_sent_ok: "ga( 'send', 'event', 'Contact Form', 'submit' );"
In…