I am using n8n to submit form data from non-hubspot form to hubspot form to mimic the submissions . I can submit data when its also a contact property, but fields such as page URL or other form fields that is not a contact property (e.g. a message field in the form) , I cant pass it.
In the documentation It's specified that I should be adding those parameters in hs_context
My question: Is it possible to pass form context information without including hutk, because we don't use hs cookies on the website
Hey @FCorbaci yes, as I mentioned in my last comment, you don't need the cookie or IP address to pass the pageURL, but it still needs to be in the hs_context block of the submission. You can follow the documentation to add this and just not pass a HUTK or IP address. If you have a pageURL it should still show the form submitted on that page URL, you just won't get any page analytics.
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial
Hey @FCorbaci the hs_context block is for all meta data in the submission (including the page url, page title etc) it's not just for cookies. The HubSpot cookie is the "hutk" field which would be included in the hs_context block. You could still pass a page url and information in the hs_context block and not include a "hutk" field in here to pass the page title the submission happened on and not pass a HubSpot cookie.
It's important to note however that without a cookie and IP address the submission and corresponding contact record will not track any page views or analytics as this is all done through the cookie.
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial
I just need to be able to see from the contacts profile, when I click on the form submission that I see which page it was submitted to. Right now I can pass any contact property and see it on the contact profile but I don't see pageurl. Is it possible to have it without cookie and an IP address? Or am I trying something impossible.
Hey @FCorbaci yes, as I mentioned in my last comment, you don't need the cookie or IP address to pass the pageURL, but it still needs to be in the hs_context block of the submission. You can follow the documentation to add this and just not pass a HUTK or IP address. If you have a pageURL it should still show the form submitted on that page URL, you just won't get any page analytics.
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial
Hey, @FCorbaci, thank you for posting in our Community!
Regarding your question about passing form context information without including hutk, if your website doesn't use hs cookies, you might need an alternative approach.
You can try using a custom method to capture and pass the relevant information.