Getting inconsistent results on 2 pages with hubl

Hi everyone,

I have 2 pages, both with the same chunk of hubl code on both.

On one I get a vid, on the other I don’t why is that. Same browser 2 different tabs.

Shouldn’t the result be the same on both?

This is the hubl variable

{{request_contact }}

Hi @steveka,

I hope all is well with you :grinning_face_with_smiling_eyes:

I would expect that the {{ request_contact }} variable would be the same for the same browser in different tabs as it is essentially still using the same browser cookie.

In this case, do you mind sharing with me the url for both the pages and also I noticed that the hubl variable that you shared across {{request_contact }}is missing a spacing at the front. It should be something like this: {{ request_contact }}. This may be the missing piece!