I have a field on my signup form that sets the profile’s “Status” property to a certain value, eg “Start”. As the user progresses through our flow we update this field to keep track of where they are in our funnel.
However, I’m finding that if the user navigates to the site, the klaviyo javascript snippet executes a `track` call which replaces the value of this property with the original value that is included with the signup form (ie, “Start”) - as a result we lose the status of that user.
How do we prevent this field being overwritten?