I have a PHP page where I send data to a hubspot form. It works fine but in hubspot I see a notice:
“La cookie necesaria para enlazar los envíos de formularios a los contactos existentes no se está enviando. Deberás solicitar a tu desarrollador que actualice la integración de este formulario.”
I translate it to english:
“The cookie needed to link form submissions to existing contacts is not being sent. You will need to ask your developer to update the integration of this form.”
But I cannot find any info on how to update this.
The code that I use for the cookie is:
$hubspotutk = $_COOKIE[‘hubspotutk’]; //grab the cookie from the visitors browser.