All of the forms created on SharpSpring are automatically tracked, but there may be times when you need to disable tracking for a specific form. Disabling tracking can be useful for times when one person is entering multiple names into a form.
A simple line of javascript inserted into the embed code is all that is needed to disable tracking.
Insert the code below on a line by itself just before the closing "</script>" tag.
ss_form.hidden = {'notrack__ss':'yes'};