Tracking entered values in form fields

Hi,
I’m new Matomo and currently doing some research into how we can use the product for our needs.

Is there any posibility to configure Matomo to track what values the visitor entered into the form fields(plain text or selected value from the list)? For example, to track what the value is on changing focus event.

I’ve found that heatmap and session recordings can track it, but it doesn’t fit the goal. We want to see and use those values in reports.

Hi,

You can easily write custom JavaScript that stores the form value into a custom dimention
https://matomo.org/docs/custom-dimensions/
This way it will be tracked in Matomo.

1 Like