If your forms are being tracked & FormTracks is capturing your partial form entries (i.e. you can see data appearing on your homepage Activity Log and the Live Form Fill page), but you don’t want to catch submitted forms, you can simply follow the steps below—

How to configure FormTracks to ignore submitted forms?

Simply add the following one-line tracking code after your FormTracks tracking code to ignore submissions and only* detect incomplete form responses:

<script defer src="//a.formtracks.com/dist/ignore-submits.min.js"></script>

However, we should clarify that there’s a good reason this is not our default setup:

FormTracks is able to detect all the partial form entries by tracking keystrokes within a webpage, but form submissions generally occur ‘between’ webpages: these are all inherent limits of how browsers work and you will face the same challenges with any other software you try.

Why ignore submitted forms?

The main goal of FormTracks is to capture 100% of visitors that fill out your forms, so it may seem counterintuitive to ignore submitted forms. As a personal preference, we don’t ignore submissions in any of the FormTracks installs for our agency clients.

However, if you use one of our integrations to build automated workflows, you probably want to ignore submitted forms to avoid duplicate leads. FormTracks makes this easy and as simple as copy & paste: just copy and paste the extra line highlighted above!