Pause Tracking on a Form
By default, Trakg automatically tracks all form interactions on your website β including typing, blurs, focus, and submissions β for every<form> element detected on a verified website.
If you want to pause or disable tracking for a specific form (e.g., sensitive or internal forms like admin logins, payment forms, etc.), you can use the special attribute:
Example: This form will NOT be tracked
π Best Practice
Usetrakg-form-track="notrack" on:
- Admin login forms
- Sensitive data collection forms (e.g., card inputs, internal forms)
- Third-party or embedded forms you donβt want monitored
β οΈ Note: Trakg tracks all forms by default unless explicitly disabled using this attribute. Always review sensitive areas and opt out where needed.