How to track Form Submission on wordpress site? | Community
Skip to main content
New Participant
June 14, 2023
Solved

How to track Form Submission on wordpress site?

  • June 14, 2023
  • 1 reply
  • 540 views

I would like to track Form submission on word press site using Launch, which doesn't have any direct call rules coming from front end or developer not passing  _satellite.track(“submit”). Form element doesn't have an action attribute either. 

User can download PDF's on the pages where form is loaded/existing on the same page, user then fill the form & submit to download the PDF. After submitting the form the same page is loaded without any Thank you or confirmation page or message. 

What are some of the best practices & ways to achieve it?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

Have you tried setting up a "Form - Submit" trigger?

 

 

 

Add the form identifier in the settings:

 

 

 

Now, there is a possibility that the way the form is set up allows allows "submit" actions, then does all validation after the fact to determine IF the user can download the file.... that would complicate matters...

 

But start with this and see where you get to.

1 reply

Jennifer_Dungan
Jennifer_DunganAccepted solution
New Participant
June 14, 2023

Have you tried setting up a "Form - Submit" trigger?

 

 

 

Add the form identifier in the settings:

 

 

 

Now, there is a possibility that the way the form is set up allows allows "submit" actions, then does all validation after the fact to determine IF the user can download the file.... that would complicate matters...

 

But start with this and see where you get to.