# May 27, 2020
# Jamstack Conf Virtual
- all day and tomorrow
# J@MN Commenting
# JMS Form Analytics
# JMS Standup
# JMS Form Analytics
- found a had a ReCaptcha loop, because both forms were watching for the token, so I added some state so that only happens if the current form is trying to send.
# JMS OCS
- Reviewing H's work.
- adding flexbox fallback
# PCP GTM Code
Paste this code as high in the
of the page as possible:<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-XXXXXXX');</script>
<!-- End Google Tag Manager -->
1
2
3
4
5
6
7
2
3
4
5
6
7
Additionally, paste this code immediately after the opening
tag:<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-XXXXXXX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
1
2
3
4
2
3
4
https://developers.google.com/tag-manager/quickstart