I’m tracking my react application for analytics. I am analyzing the The sign-up process and Hubspot tracks the sign-up form submission (non hubspot form) and creates a contact as well when i access the application through http. however, it does not track when signed up through https. can I know what could be a reason?
Because the HubSpot tracking code has been installed on the sign up page you linked above, HubSpot should be tracking submissions, regardless of the encryption. I had a look at the page and the tracking code seems to be firing correctly.
Could you please add the site domain to your Tracking & Analytics settings in HubSpot (instruction here) and test the form to see if HubSpot recorded the submission?
Thanks for the swift response. I’ve realized that it’s not a problem with encryption. It’s a similar issue as stated here. I’ve found a workaround through forms API. I’m just creating a contact through the API whenever a new user registration is successful.
Thank you for sharing @NDambe! I hope you didn’t mind me moving your post to this board, I wanted to make sure it gets visibility from the right group of experts.