Delete cookie on form fill
Hello Community,
I am in need of building a partner/referral page. Some requisites needed
- Disable web page visit tracking
- Addressed on Landing Page template
- Form page, and Follow up page
- Working as intended
- Addressed on Landing Page template
- Delete cookie on form fill
- Found an article in Marketo Dev pages. See Resources #1
- Does not seem to be working. When I access the dev console on Follow up page the _mkto_trk attribute in the cookie still has a value in it.
- I go back to the page with the form and resubmit to double check and the _mkto_trk attribute remains unchanged.
Resources
- https://developers.marketo.com/blog/clearing-marketo-tracking-cookie-from-forms-2-0-submission/
- Form page:
- Follow up page
- Dev console on TY page
- document.cookie -> "_mkto_trk=id:103-OIG-576&token:_mch-marketo.com-1111111111111-11111;
- (I changed the numbers to all 1's in the _mch-marketo.com)
Thanks