Hello all, Just found a solution for doing a basic validation on fields before submit on a hubspot form. Conditions: Raw html form Include jquery Code <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
region: "...",
portalId: "123123",
formId: "xxxxxxx",
onFormReady: function () {
// Use a more specific selector if poss
...read more
Hi, Part of our business is selling services. I'd like to create a new Deal Property that gets its value from a calculation. In two deal properties we set 'Start Date' and 'End Date' . This allows for a quick (and correct) return for 'Project Duration '. Now I want to use the output of 'Project Duration' and the deal 'Amount ' to calculate the value of a new Deal Property --> Monthly Contract Value. In my simple attempt,
...read more
Hey, HubSpot Developers! There are plenty of questions about the upcoming sunset and how to migrate your apps using API keys to use Private Apps.
Luckily, our amazing team put together this guide, Migrate an API key integration to a private app ✅
Changelog information here — Upcoming: API Key Sunset
If you have questions about the guide or the information included, please leave your feedback in the comments. If you have s
...read more
I wanted to get some opinions on which direction to go based on a custom project scenario we have. First, a little background...
Phase 1 - Created a dashboard webpage that is set to "private - registration required" and displays data from a custom object based on the user that's logged in. This is working correctly but hasn't been taken live yet. Currently creating the project in a sandbox.
Phase 2 - This is the part where we wan
...read more
tl;dr -- Submit this form to add suggestions for additional how-to content
Happy New Year, everyone!
I am sure you all are easily sticking to your resolutions 😜
We have this fellow named @AJLaPorte from the HubSpot Developer Advocacy team who has a resolution of his own. Create content that will make your lives as HubSpot developers easier.
But, he needs some help. What kind of content would you like to see? Fill
...read more
Hi HubSpot Dev Community, I'm trying to read the Never Log settings under Data Management -> Objects -> Activities -> Never Log. Does anyone know of a way to read this via API? Thank you. Deep
Hi there Keen to know if anyone has successfully integrated Bing Search into their HubSpot CMS/Content Hub webs search experience in the front end? We have dev capability available but wanting to hear that someone has done it and any feedback on t read more
I am reaching out for assistance with a specific requirement related to deploying a JSON configuration file for an Apple MDM policy. We need to host this JSON file at a specified URL path that adheres to Apple's standards for device management. read more
Issue resolved! I forgot to include the .json file extension in the redirect 😬 Tips for the next person looking for this info: Make sure you...read more
Hello! I am currently working on a project that involves retrieving all email conversations associated with a specific ticket ID in HubSpot. I am using the HubSpot API, and I have the following function set up to fetch associated conversations: read more
Hi, I'm new to using the custom code function and when I test the default code block it gives when selecting python as the language it fails, but when I test with the custom JS block it works. The JS code is here: exports.main = async (eve read more
@CGrove0 - this may seem like a stupid question, but have you explicityly defined 'email' as an input property to the custom cose workflow step? Th...read more
I would like to retrieve page views count and timestamp associated with a specific contact filtered by a day. as given below in screenshot I have checked The contact api - Get a contact by its vid . It is return total number of page read more