When a user compiles a form I send _hsq.push([“identify”,{ email: XXX }]); and then via API I create a Contact.
What happens if a user first send a form with name@email.com and later send another form (without deleting cookies) with secondname@email.com? Both times I issue the _hsq.push, two Contacts are created in HubSpot (as emails are different) but it looks like the first one get pageviews in his activities. It looks like the second _hsq.push does ot update the value. Could you please confirm this?