Tracking on Input tags not working
-
I have button events tracking fine however when trying to track the class of an Input button of a form it doesn’t work. If I track the wrapper around the input and click outside the input it does work and clicking on the input inside of the wrapping div doesn’t in other words if I am setup like so
<div class="input-wrapper"> <input class="input-tracker"></div>tracking .input-wrapper works but only clicking outside of .input-tracker
Setting up event on input-tracker doesn’t work at all anyway I target it.https://ninjaforms.com/event-tracking-for-ninja-forms/ – was using this guide is how I found your plugin.
The topic ‘Tracking on Input tags not working’ is closed to new replies.