Hi there!
I’m having some problems. I would like to, each time someone sign up in my wordpress app, the user data to be sent to Mautic. For this, I have added this code in the header:
Code:
But ti does not work. If I open the chrome console and send manually the event:
Code:
mt('send', 'pageview', {email: 'example@example.com'})
It steel doesn't work. How can I send this data to mautic? Many thanks!