Skip to main content
All CollectionsTracking leads2) 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 month ago

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

I/ How to 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

II/ How to 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?