Embedded forms + G4A/Google Analytics = Broken?
Hi all,
We're pushing to get proper tracking sorted and start running some paid ads online. We're aiming to create low friction landing pages so we wanted to display a button that pops up an embedded Request form. First roadblock đźš« was that we can only use the button once on the page, which is a problem because you want multiple CTA. So we just used the button at the top of the page and displayed the complete form at the bottom of the page.
Second roadblock đźš« we just found is that tracking doesn't work on the embedded Jobber forms.
What is everyone else doing to make their landing pages work and track form submissions etc.??
Currently I see the only option as opening the form into a new page, which adds a ton of friction but we can't just give up tracking... 🤷‍♂️
You’re basically dealing with the friction vs tracking tradeoff most people run into with embedded forms.
The problem usually isn’t GA4 itself- embedded/iframe forms often don’t pass submission events back properly, so conversions disappear unless you set up custom GTM events or a thank-you redirect.
Personally, I’d avoid sending users to a separate page if possible because every extra click tends to hurt conversions.
What I’ve seen work best:
- Keep the embedded form for lower friction
- Track via Google Tag Manager custom events
- Or redirect to a thank-you page after submission so GA4 has a clean conversion event
And agreed on the single CTA limitation — that’s pretty restrictive for actual landing page behavior since people convert at different scroll points.