msFalke Posted June 15, 2020 Posted June 15, 2020 Site URL: https://workbold.com/ Hi! I really don't think this is possible without some serious coding skills, but i'm trying to add custom code to the top menu. The code is a div and java script from Lusha that I wan't to use instead of the "contact" button. When the visitor add their e-mail it goes into Hubspot. Is this possible at all?
Beyondspace Posted June 15, 2020 Posted June 15, 2020 21 minutes ago, msFalke said: Site URL: https://workbold.com/ Hi! I really don't think this is possible without some serious coding skills, but i'm trying to add custom code to the top menu. The code is a div and java script from Lusha that I wan't to use instead of the "contact" button. When the visitor add their e-mail it goes into Hubspot. Is this possible at all? The custom code injection is javascript/css and is placed in header/footer so you can modify the site content no need to inject the custom code in the placement of the Contact Is your Hubspot account provides api to connect the input field? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
msFalke Posted June 15, 2020 Author Posted June 15, 2020 30 minutes ago, bangank36 said: The custom code injection is javascript/css and is placed in header/footer so you can modify the site content no need to inject the custom code in the placement of the Contact Is your Hubspot account provides api to connect the input field? Yes, I could put the javascript in the header, but I guess the div is the main problem. Lusha handles the api connection with Hubspot, it is only that I can't place the div with the input field and button in the main menu.
Beyondspace Posted June 15, 2020 Posted June 15, 2020 5 minutes ago, msFalke said: Yes, I could put the javascript in the header, but I guess the div is the main problem. Lusha handles the api connection with Hubspot, it is only that I can't place the div with the input field and button in the main menu. You can manipulate DOM element using javascript, can replace the CONTACT button content by a element that contains the input and button. BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
msFalke Posted June 15, 2020 Author Posted June 15, 2020 8 minutes ago, bangank36 said: You can manipulate DOM element using javascript, can replace the CONTACT button content by a element that contains the input and button. Thank you so much! This was really helpful! Think I can solve it now 😄
Recommended Posts
Archived
This topic is now archived and is closed to further replies.