All Collections
Tracking leads
2) Tracking form submissions
How can I disable form tracking or track selected forms?
How can I disable form tracking or track selected forms?

Here is how you can disable or turn off form tracking on your website, or only tracked selected forms

Philip Schweizer avatar
Written by Philip Schweizer
Updated over a week ago

If you only want to track certain forms, or no forms at all, you call turn off the automatic form tracking.

Stop tracking forms


To do so, you just need to change the Javascript as follows:

There is a part in the Javascript which says:

enableFormTracker=true


Just change the text "true" to "false", and we will no longer track your forms:
โ€‹

enableFormTracker=false

Track only certain specific forms

For this, first you need to disable the form tracking as described above.

After this, please follow the step (B) as described in this guide.

Did this answer your question?