Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Walter asks how to add a new custom category for organizing modules in the HubSpot UI.

    WWalter
    #modulesAug 22, 2024

    Anton explained that creating custom module categories is not possible. The categories are predefined by HubSpot.

    AAnswered by Anton

    Kunal wants submitted emails to display on a thank-you page after form submission

    KKunal Rwt
    #generalAug 22, 2024

    Mahade recommends using the HubSpot Forms API to fetch submission data and display it on the page

    MAnswered by Mahade

    JC encounters an invalid HUTK error when submitting a form via the HubSpot API endpoint

    JJC
    #generalAug 22, 2024

    Federico advises verifying the HUTK value from the cookie and confirms the cookie retrieval code should work

    FAnswered by Federico Mozzo

    Neal encounters errors when playing call recordings via the new Call Recording API due to URL formatting issues.

    NNeal Lambert
    #apiAug 21, 2024

    The solution involves formatting the external URL with the 'externalId' as a path parameter instead of a query parameter, as confirmed by HubSpot support.

    NAnswered by Neal Lambert

    SJ poses a question about having a call to discuss the event agenda and logistics with the team.

    Ssj
    #inbound2024-devcommunityogsAug 21, 2024

    SJ thanks everyone for a productive meeting and shares outcomes and assignments related to the event.

    SAnswered by sj

    Nathan asks if a calculation property can dynamically set 'Combined Revenue' based on 'Status' (Full-Time/Part-Time)

    NNathan Sykes
    #generalAug 21, 2024

    Maximilian suggests using two calculation properties mapped to each status and checking the raw value of 'Status'

    MAnswered by Maximilian Holzer

    Walter wants to create a CSS linear gradient using module fields, allowing control over the angle/direction.

    WWalter
    #modulesAug 21, 2024

    Anton provided a comprehensive HubL macro to generate cross-browser linear-gradient CSS based on angle, colors, and position fields. Twentyninetimes suggested a simpler approach: use a choice field for direction and insert its value into the standard `linear-gradient()` function.

    AAnswered by Anton

    Himanshu is unable to style a popup CTA and make it responsive, seeking a way to add custom CSS

    HHimanshu Middha
    #generalAug 21, 2024

    Twentyninetimes requests markup and styling details to diagnose the issue, but no definitive solution is provided in the thread

    TAnswered by Twentyninetimes

    Melinda experiences frequent ESOCKETTIMEDOUT errors during file uploads via CLI despite a stable connection.

    MMelinda
    #local-developmentAug 21, 2024

    Michael suggests the errors are due to API rate limits and recommends splitting uploads into smaller chunks with delays.

    MAnswered by Michael Shepherd

    Sonu wants to implement Google login for users on a HubSpot membership website.

    SSonu kumar
    #serverless-functionsAug 21, 2024

    Nicholas shared a link to the official HubSpot documentation guide on configuring social sign-on options (like Google) for HubSpot content memberships: https://developers.hubspot.com/docs/guides/cms/content/memberships/social

    NAnswered by nick decker - level -32(negative)

    Walter needs to apply an overlay color with opacity from a HubSpot color field in CSS.

    WWalter
    #modulesAug 20, 2024

    Two solutions were provided: 1) Use RGBA format: `background-color: rgba({{ module.color_overlay.color|convert_rgb }}, {{ module.color_overlay.opacity * 0.01 }});` (by Jass Negi). 2) Use the color field's built-in `.css` property which includes opacity: `background-color:{{ module.color_overlay.css }};` (by Anton Bujanowski).

    JAnswered by Jass Negi

    Rolando wants to sync HubSpot theme files to a local VS Code environment using the CLI.

    RRolando Carias
    #local-developmentAug 20, 2024

    Anton explains using `hs fetch`, `hs upload`, and `hs watch` commands to sync files between HubSpot and local development.

    AAnswered by Anton

    Brent G seeks to display active deals in programmable emails

    BBrent G
    #generalAug 20, 2024

    Robert Ainslie corrects the Hubl code to use contact.hs_object_id and stage filtering

    RAnswered by Robert Ainslie

    Ace needs to format dates in programmable emails as 'September 23rd'.

    AAce Hedger
    #email-developmentAug 20, 2024

    Martin shares a manual string-splitting approach to convert date formats when HubL fails.

    MAnswered by Martin Østberg Åkra

    Ievgen faces errors when associating companies to deals using USER_DEFINED associationTypeId.

    IIevgen Gavrylenko
    #apiAug 20, 2024

    Cal recommends using 'HUBSPOT_DEFINED' instead of 'USER_DEFINED' for the association category, resolving the validation error.

    CAnswered by Cal Horlings

    Matt is seeking better documentation for fields.js, specifically on importing global fields/groups and handling visibility paths.

    MMatt
    #modulesAug 20, 2024

    Matt shares his method: Export functions returning field definitions from a central `components.js` file. In the module's `fields.js`, `require` these functions and call them to build the field array. Andreas also shared a link to the iGoMoon `hubspot-fields-js` library which could help structure this.

    MAnswered by Matt

    Sasika cannot find where to access Workflows within their HubSpot App Developer Account.

    SSasika Nagaraj
    #workflowsAug 20, 2024

    Scott explains that Workflows are not available directly in the App Developer Account portal. Instead, you need to create a Test Account associated with your developer account. Workflows and other standard HubSpot tools will be available within that Test Account portal.

    SAnswered by Scott Marion

    Sabrina wants to tag emails by type without creating duplicate contacts.

    SSabrina Fowler
    #email-developmentAug 19, 2024

    Courtney suggests using custom properties for tagging and lists instead of multiple email fields.

    CAnswered by Courtney Fantinato

    Jeff Bell asks about passing contact data into UI Extension iframe URIs

    JJeff Bell
    #generalAug 19, 2024

    Robert Ainslie provides code examples using context data and fetchCrmObjectProperties

    RAnswered by Robert Ainslie

    Andreas Wessolly encounters e-signature errors with Dropbox Sign integration

    AAndreas Wessolly
    #generalAug 19, 2024

    Carter McKay identifies missing signature modules in print view as the root cause

    AAnswered by Andreas Wessolly
    Page 31 of 535