Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Nishant seeks a method to populate hidden fields of a HubSpot form without using jQuery.

    NNishant Nair
    #javascriptAug 13, 2024

    Discussion indicates alternative methods should be considered, but no concrete example was provided.

    TAnswered by Thomas Orthbandt

    Nikunj Kathrotiya (nikunj893) asks how to add contacts to a HubSpot list via API.

    NNikunj Kathrotiya
    #apiAug 13, 2024

    Justin Givens directs to the CRM Contacts API documentation for creating/updating contact records.

    JAnswered by Justin Givens - Level 2

    Dor needs custom workflow code to copy line items from a 'parent' deal to its associated 'child' deals, but the current code isn't working correctly.

    DDor Bar Aliya
    #workflowsAug 13, 2024

    Nicholas suggests using the Line Items API to get items from the parent deal and the Associations API to find the child deals. Then, use the Line Items API (likely batch create) to add the items to the child deals. He also mentions GraphQL as a potential alternative for fetching data if available.

    NAnswered by nick decker - level -32(negative)

    Levon Stepanyan (levon) seeks documentation to customize HubSpot pop-up forms.

    LLevon Stepanyan
    #apiAug 13, 2024

    Justin Givens shares a GitHub gist demonstrating how to capture and customize pop-up form events using JavaScript.

    JAnswered by Justin Givens - Level 2

    Mathes is facing issues with hidden fields in a HubSpot CTA widget not being populated correctly.

    Mmathes waran
    #javascriptAug 13, 2024

    Recommendations were not specifically provided; the post reflects ongoing issues with HubSpot CTA functionalities.

    NAnswered by Nishant Nair

    Jillian wants to limit the number of checkboxes that can be clicked in a HubSpot form.

    JJillian McGuire
    #javascriptAug 13, 2024

    No solution shared, but the inquiry remains for others to contribute possible jQuery or JavaScript approaches.

    MAnswered by mathes waran

    Nenad is trying to group form submissions from 60 different landing pages into separate active lists for marketing events but cannot use URL properties as criteria

    NNenad
    #generalAug 13, 2024

    Jon suggests using hidden fields or UTM parameters, but Nenad resolves it by using the 'Latest Source Drill down1' property to capture the full URL for active list criteria

    NAnswered by Nenad

    Shravan Das (shravan.das) needs API endpoints for sending messages, checking agent availability, and initializing conversations for live chat integration.

    SShravan Das
    #apiAug 13, 2024

    Eric Hirsh mentions the upcoming Custom Channels API (in private beta) for chat integrations and invites DMs for use-case details.

    EAnswered by Eric Hirsh

    Rahul asks how to retrieve the email and name of a user who has logged into HubSpot private content via SSO.

    RRahul Sharma
    #serverless-functionsAug 13, 2024

    Nicholas clarifies that users accessing private content (even via SSO) are associated with a contact record. Their details can be accessed within the private content template using HubL variables like `{{ contact.email }}` or `{{ contact.name }}`. Testing in an incognito browser is recommended.

    NAnswered by nick decker - level -32(negative)

    Adam is using HubSpot with a reverse proxy and experiencing an issue where the canonical URLs generated by HubSpot for blog pages are `http` instead of `https`. This causes a redirect but might be negatively impacting SEO.

    AAdam Abrons
    #seoAug 13, 2024

    Ted suggests handling this at the reverse proxy level by implementing a rewrite rule to change `http` to `https` in the response proxied from HubSpot, rather than relying on a redirect. Adam acknowledges this is likely the necessary approach.

    TAnswered by Ted Larson

    Simon Herd (simon031) needs to regenerate an app's secret key.

    SSimon Herd
    #apiAug 12, 2024

    Nicholas Decker instructs to navigate to Settings > Integrations > Private Apps to regenerate keys.

    NAnswered by nick decker - level -32(negative)

    Matt Scott needs to dynamically add properties to dictionaries without modifying the original default object

    JJames Kupczak
    #hublAug 12, 2024

    Matt Scott resolves the issue by initializing a new empty dictionary and updating it with default/custom values to preserve the original data

    MAnswered by Matt

    Gianfranco wants to get video metadata (title, description, thumbnail, duration etc.) directly from the HubSpot video player field for use in structured data, instead of using separate custom fields.

    GGianfranco Siguas
    #modulesAug 12, 2024

    Twentyninetimes recommends using the `|pprint` filter (`{{ module.videoplayer_field|pprint }}`) in the HubL template to inspect the data structure of the video player field object. This will reveal the available properties and their paths for accessing the required metadata.

    TAnswered by Twentyninetimes

    SJ explains the limitations and options available for the dev event during INBOUND 2024 and asks for team input on the agenda.

    Ssj
    #inbound2024-devcommunityogsAug 12, 2024

    Nicholas suggests discussions by topic at tables to facilitate deeper learning and engagement.

    NAnswered by nick decker - level -32(negative)

    Carter suggests having a panel discussion together for the speaking opportunity at IN24.

    Ccarter
    #inbound2024-devcommunityogsAug 12, 2024

    Nicholas expresses interest in a dev panel Q&A format.

    NAnswered by nick decker - level -32(negative)

    Anton is initiating a discussion regarding a potential dev speaking opportunity at IN24, indicating a previous meeting and wanting to include others in the conversation.

    AAnton
    #inbound2024-devcommunityogsAug 12, 2024

    SJ offers to create a new private channel to include more participants in the discussion.

    SAnswered by sj

    Yohanny Lugo inquires about syncing external databases with HubSpot via a public marketplace app

    DDev Yoha
    #marketplaceAug 12, 2024

    Carter McKay states that Data Sync apps are HubSpot-built only; third-party apps cannot replicate this functionality currently.

    CAnswered by carter

    Ted's HubSpot SEO tool is incorrectly flagging 147 pages as having 'noindex' directives, while Google Search Console, SEMrush, and manual checks confirm the pages are indexable. Support directed him to ask the community.

    TTed Larson
    #seoAug 12, 2024

    Ted followed up later confirming that after contacting HubSpot support again, they identified and quickly fixed a backend bug that was causing the incorrect 'noindex' reporting in the SEO tool.

    TAnswered by Ted Larson

    Sidas has nested loops for features and checkmarks, causing checkmarks to apply to all feature rows instead of specific ones. How to apply checkmarks per row correctly?

    SSidas Litvinas
    #modulesAug 12, 2024

    Anton points to another thread for the solution. The implied fix is to restructure the module fields, likely using a single repeater group where each item contains both the feature text and its associated checkmark data, rather than using separate, parallel loops.

    AAnswered by Anton

    Sidas Litvinas struggles with checkmark implementation in feature table module

    SSidas Litvinas
    #generalAug 12, 2024

    Anton Bujanowski and Twentyninetimes suggest restructuring module fields and CSS styling approaches

    AAnswered by Anton
    Page 33 of 535