Capture form start event for GA4 through Google Tag Manager
Is there a way to capture the event when a person clicks inside or starts to input a marketo form field, so that I can build a trigger and tag based on this in GTM? Recently, GA4 Enhanced Measurement introduced form submissions events, one of which is "form_start" that triggers when someone actually starts filling out the form. This is what I would like to mimic for our marketo forms. However, the form listener cHTML code that I have (which I've snagged from this community), does not include any event as such. The closest I could get was mkto.form.ready, but that isn't quite right. So does anyone know if there is anything that can be added to the form listener to capture that very first form interaction?