Field validation errors tracking
Hey I cannot find any info on this but I'm looking for the best way to set up tracking for our frontend field validation errors.
So a user submits a form and theres an error, we display helper text in red that the user needs to fix. I'm looking specifically to understand which fields this is triggering on and how often.
0
Comments
You might be able to accomplish this with adding an event property to capture what text is inside that error field upon clicking maybe of the Submit button? It's not retroactive though for the data.
Please sign in to leave a comment.