You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
We are using the analytics.js method on our websites, with outboundFormTracker, and are unable to halt a form's submit() event to do some more processing if we are also using the Outbound Form Tracker. This issue only seems to come to light on IE 11, and earlier versions of iOS (pre 11.3). Unfortunately, a lot of our users need these browsers.
This code works perfectly on most browsers, but is ignored on the aforementioned. return false is also ignored. The only way we can get it to work is to comment out the outboundFormTracker require.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using the analytics.js method on our websites, with
outboundFormTracker
, and are unable to halt a form'ssubmit()
event to do some more processing if we are also using the Outbound Form Tracker. This issue only seems to come to light on IE 11, and earlier versions of iOS (pre 11.3). Unfortunately, a lot of our users need these browsers.Google code:
Form code:
This code works perfectly on most browsers, but is ignored on the aforementioned.
return false
is also ignored. The only way we can get it to work is to comment out theoutboundFormTracker
require.The text was updated successfully, but these errors were encountered: