CMS Development

DavidFJones
Miembro | Partner nivel Platinum
Miembro | Partner nivel Platinum

Change users cookie data on form submission

resolver

Hey all,

 

I'm wondering if it's at all possible to change/update some values in a users tracking cookie on forum submission. If the user changes their name in the form field, can this change be reflected in their cookie?


This is a bit of an extension to this question - https://community.hubspot.com/t5/CMS-Development/Hubspot-Form-Caching-Data/m-p/353329#M17463


0 Me gusta
1 Soluciones aceptada
piersg
Solución
Asesor destacado

Change users cookie data on form submission

resolver

Hmm... it's not updating the cookie, but maybe what you need to do is use the Contacts API on page load to get the nickname and add it to the form yourself.

 

I just did a test with changing the name of my test contact that is autofilled in forms. It took a long time to update in the form (which is your current issue), but when getting the info via the API it shows the updated name immediately.

Ver la solución en mensaje original publicado

2 Respuestas 2
piersg
Solución
Asesor destacado

Change users cookie data on form submission

resolver

Hmm... it's not updating the cookie, but maybe what you need to do is use the Contacts API on page load to get the nickname and add it to the form yourself.

 

I just did a test with changing the name of my test contact that is autofilled in forms. It took a long time to update in the form (which is your current issue), but when getting the info via the API it shows the updated name immediately.

natsumimori
Administrador de la comunidad
Administrador de la comunidad

Change users cookie data on form submission

resolver

Hi @DavidFJones ,

 

Let's see if other Community members have advice on this!

@Jsum and @piersg , could you share your idea here?

0 Me gusta