How do I disable or ignore the tracking of individual forms?
Cloud Auto-hébergement
You can exclude forms from being tracked by specifying a data-matomo-ignore or a data-piwik-ignore attribute on your form, for example:
<form name="cloud_signup" data-matomo-ignore></form>
When this is defined on your website form, tracking requests for this form will not be sent to your Matomo. To disable all forms, refer to the guide on How do I disable the tracking of all forms for a specific site?