I have a WP website using Avada theme.
Before runing ads on google,
I want to be able to track form submission for Avada Form.
How am I suppose to do that?
(I have already inserted the GA code below)
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3CWQGHB9KD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3CWQGHB9KD');
</script>
I have tried looked into the Avada Form's setting. I couldn't find anything useful there.