Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookies aren't set #7

Closed
pieterjanmaes opened this issue Jul 30, 2018 · 5 comments
Closed

Cookies aren't set #7

pieterjanmaes opened this issue Jul 30, 2018 · 5 comments

Comments

@pieterjanmaes
Copy link

Hi,

I used this composer script. De forms are correctly passed to Mautic, but there's a problem with the sending of cookies. That doesn't work and don't see any errors.

Do I need to configure something somewhere extra?
CURL is active on the webserver, do I need other modules active?

Kind regards,

@escopecz
Copy link
Owner

Can you make sure that you're using the latest code? Because I was fixing that bit lately.

@pieterjanmaes
Copy link
Author

I installed the latest code, downloaded via composer last week.

@escopecz
Copy link
Owner

Do you have Mautic JS tracking on the website that submits the form?

@pieterjanmaes
Copy link
Author

I have the following Mautic JS included on every page:

<script> (function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n; w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t), m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m) })(window,document,'script','https://mywebsite.mautic.net/mtc.js','mt'); mt('send', 'pageview'); </script>

@escopecz
Copy link
Owner

Please check if new version 1.1.3 that contains #9 fixes your issue. If not let us know and I will reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants