We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Apr 18, 2019 7:06 AM
After submission of a contact page the Thank you page's first name does not showing correctly on first load of the page. It is showing last user just before the current user. On refreshing the page showing the name correctly. I have used {{contact.firstname}} on the page for displaying. How to resolve?
https://app.hubspot.com/content/472597/edit/8934406606/content
Apr 22, 2019 4:14 PM
@ranjita you will either need to add a delay to your redirect / a script to your thank you page that will add a loader and refresh the page (not a great experience). Or, you could use a query string in your URL to populate that data. e.g. example.com/thank-you?firstname=ranjita