I’ve created a form and no submissions are showing in the Form Analytics even after testing the page? Any ideas?
my issue was the form-id was incorrect
Glad this got resolved. Issues like incorrect form IDs can be easy to miss but cause a lot of confusion. This will definitely help others facing the same problem.
It sounds like a frustrating issue, but usually, when no traffic shows up for Form Analytics, it’s down to the tracker not being able to “see” the form fields properly.
Double-check if your forms are being loaded dynamically (like via Ajax or a specific framework) after the initial Matomo tracking code runs. If they are, you might need to manually trigger the re-scan so Matomo knows the form is actually there. Also, making sure every input field has a unique “name” or “id” attribute helps a ton with the detection. Has anyone else found that certain ad-blockers or privacy extensions interfere specifically with the form tracking script while the rest of the analytics still work?