Webform from context
Sometimes webform is wrapped into some tags in webform.html.twig template e.q.:
<tg-section spacing="bottom-large">
<form{{ attributes }}>
{{ title_prefix }}
{{ children }}
{{ title_suffix }}
</form>
</tg-section>
This is causing the problem on ajax webforms, dataLayer events are triggering only on first step.
Edited by Maksym Yemets