-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix feedback form #490
Fix feedback form #490
Conversation
✅ Deploy Preview for cobalt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f966e0b
to
db7d00a
Compare
}; | ||
|
||
dataLayer.push(args); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does dataLayer
come from? What is it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is from Google Tag Manager: https://developers.google.com/tag-platform/tag-manager/datalayer
Co-authored-by: Wolfgang Becker <[email protected]>
Ticket: https://zombie.atlassian.net/browse/FX-4175
Changelog
Updated
Fixed the overwrite partial created initially in #101 by
Note: I could only validate that the event is pushed to the dataLayer. But I can't validate the data in Google Tag Manager before merging.
(the feedback form style hasn't changed 👇 )
(a thank you not appears for a short time 👇 )
(the buttons stay disabled afterwards 👇 )
(the event appears in the dataLayer object 👇 )
Preview This Change
To see how this change looks in production, scroll down to Deploy Preview. Select the link that looks like
https://deploy-preview-<num>--cobalt-docs.netlify.app/
Variables
Help us support a “Write once, publish everywhere” single source of truth. If you see a line that looks like:
{{% asset-categories %}}
You’ve found a shortcode that we include in multiple documents.
You’ll find the content of the shortcode in the following directory:
https://github.com/cobalthq/cobalt-product-public-docs/tree/main/layouts/shortcodes
That shortcode has the same base name as what you see in the PR, such as
asset-categories.html
.Checklist for PR Author
[ ] Did you check for broken links and alt text?
Be sure to check for broken links and Alt Text issues. We have a partially automated process,
as described in this section of our repository README:
Test Links and Alt Attributes.