Hi,
I have a site where I a page called Contact US. The scenario is, when user fills the data and after when he clicks on the submit button, the mail is fired to the given Mail id. But the problem is that, at the same time in the analytics it is not getting
the updated that one person has filled the form.
For the analytics part i added the below mentioned code on button click. Please help me, so that in analytics also it gets updated:-
Code for SEO:-
onClick="ga('send', 'event', { eventCategory: 'Contact Us', eventAction: 'Information Request'});" value="submit">
Go to the complete details ...