Should I use Track Events or Features to tag a file upload input?
I have a file upload input with a `name` attribute, like `input[name="upload_file"]`. I've tagged this input using the feature tagger, but it doesn't register clicks. Do I need to instead add an event tracking to the input in my own codebase?
The button clicks and other features I tagged are coming through properly, it's just the file input that is not getting captured. I verified the input _is_ being seen by Pendo - in the feature tagging tool the element is listed as present on the page.
1
Comments
Track event properties will be your best option: https://support.pendo.io/hc/en-us/articles/7710433678619-Event-properties
Hope this helps!
Please sign in to leave a comment.