Setting goals based on embedded form choice submissions
SOLVE
I'm curious to know how we can set goals in GA based on the choices a person chooses on a HubSpot embedded form. When we go in Google Tag Manager, the form doesn't give off any elements that allow us to track which option they chose (therefore making it where we can't create any goals around it).
Setting goals based on embedded form choice submissions
SOLVE
@NicoleJ - You would use the global form events `onFormSubmitted` event and within that function you could read the form fields that were chosen and trigger a custom google event and pass those submission fields.
Setting goals based on embedded form choice submissions
SOLVE
@NicoleJ - You would use the global form events `onFormSubmitted` event and within that function you could read the form fields that were chosen and trigger a custom google event and pass those submission fields.
As per me, you can go with the form submission trigger which is discussed here, and then, when the form will get submitted you can check the form fields that the user has chosen while submitting the form. Then, trigger a custom Google event and pass these chosen form fields while submission.