Dear all, hope this email finds you well. We need to automatically redirect a page to a new link after 10 seconds. I attempted to add the code to the head section in the settings of the landing page, but not working. " Redirect Error It lo read more
Hi @znajem ,
if you're putting the script into the head section in the settings the script will be executed inside the page builder which will le...read more
Hello all! I am getting a 401 unauthorized issue when trying to hit the following endpoint: https://api.hubapi.com/contacts/v1/contact/createOrUpdate/email/:email/ I have provided a authorization header within my fetch request in my code and read more
Hello @Jaycee_Lewis 👋 When not specifying the mode to 'no-cors' I end up getting a cors policy issue stating the following "has been blocked b...read more
Background: We have multiple pricing structures on our website as some of our vendors have a minimum advertised price (MAP) and we can't show the lower sell price unless the shopper adds it to their cart. For product emails, I'm trying to make i read more
Hey, @IGardner 👋 Thanks for your question. Hopefully, someone smarter than me will come along and give us the magic answer. But meanwhile, have ...read more
Hello! I have a custom quiz module that I am creating via the Design Manger on HS and have hit a wall when it comes to pushing those quiz result values to a custom contact property I created called "endangered_animal_quiz_results". The quiz has 3 read more
Hello @Jaycee_Lewis ! Nice spot! I fixed that issue and tried my code again and still no luck. When I check the contacts activity section on Hubsp...read more
Hello! I have the following structure in the design manager: The slides field group has repeater option set to 3. So it prints out 3 questions in which each has a question text property followed by an answers group field which has it read more
Hi! I am looking to creating a quiz module via HubSpot Deisgn Manager that will essentially entail of 5 questions. Once a user has answered all 5 questions they are presented with a last screen that asks them to enter their email address to recieve read more
Hi @Mrafey unfortunately I don't have a client example I have permission to share - I can share the demo site for the theme we used that has the q...read more
I'm creating a Email Subscription Preferences page and in design manager I have created the template by adding the module 'Subscription Preferences'. When I have then created the landing page there is a green background. On the syle options of the read more
Hi @Hannahrodriguez ,
what theme do you use? Just asking because it may be important
Nontheless I'd assume that the green color comes eithe...read more
Hello! I'm using the free version of the Foodie theme. On my About page, under "Our Team", there is a social icon under each team member section and the editor won't allow me to remove them. Could you tell me how I could remove them please? Attache read more
I do not see an icon field. It just shows "Social Links". This is all I see. And next to the Twitter, it does not show a small trash can for me to de...read more
Hi I am currently in the process of exporting a landing page template to HubL and have been utilizing the single line text module. In this module, the code is enclosed within a <span> tag as follows: <p><span>{% module "${ read more
This is happening because paragraph tags cannot have block elements inside them (aka the <div>s). If you add no_wrapper=True to the module tag ...read more
HubSpot development can take getting used to and it takes a while to learn all the best practices. It's also hard to transition from a popular framework like Bootstrap or Foundation by Zurb to HubSpot where a bootstrap 2 based grid is forced. To so read more
A Custom Background Image Module For people who read the old version of this guide: I have found that this post over a year later is still quite popular. Re-reading this post, after learning so much, feels like reading my middle-school d read more
Great writeup @mrcruz ! We had this convo over Slack, but I'd also like to continue that here/point out another way to set this up for anybody inter...read more