Tracking Form Submit When Searching for Stores
-
Hi there,
Is there any way that I can track the form submit action of the store locator form using jQuery. I’ve tried adding an ID to the form and tracking the submit action, but I’m not getting feedback.
jQuery('#wpsl-search-form').on('submit', function(e) { console.log('submitted form!'); });
I’ve also tried adding a click event listener to the search button with no luck. Am I missing something? Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Tracking Form Submit When Searching for Stores’ is closed to new replies.