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?
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...
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...