Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I see the contact form (at /request-a-quote/) has a number of hidden UTM fields. Are these the values that are dropping that you need to maintain? What are you wanting to track? A contact form submit event?

    Submitting the form essentially just reloads the same page. Within WP, CF7 sends the email, but does nothing useful with hidden fields. I don’t see any script on the page that would do anything with the passed values either.

    To track a contact form submission, you need to add a listener to the 'wpcf7mailsent' event. The listener callback would be responsible for sending whatever information to Google that’s needed. More about this with examples are in the CF7 documentation.

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble shooting why utm drops after navigating from different page’ is closed to new replies.