@akshu_rana OK, so this took me embarrasingly long to catch, I've been copy and pasting out parts of your code and swapping it for mine for ages....続きを読む
Hi @akshu_rana , Something in your choice field is breaking, it's outputting the choice before it can get to the export_to_template (you'll onte t...続きを読む
Hi @imccueFCO , I've worked on similar HubDB projects before, you can see a (very basic) demo here: https://www.seoanseo.ca/demo-modules My rat...続きを読む
I finally got around to putting together an extension for when I'm too lazy to type ?developerMode=true in the address bar and hit enter. Pin it to your browser and it's a one-click solution. Just for giggles here's some infomercial style copy I 続きを読む
I noticed recently that the stalwart HubSpot Developer Extension is no longer available in the Chrome Web Store. So I put together my own extension for the feature I ended up using it for the most - hsCacheBuster. Hopefully it'll be of use to othe 続きを読む
Clients so often forget to hit publish after updating a HubDB table, freak out, pull their hair out, say it's not working, etc. etc.
A simple notice indicating a table has unpublished updates would be great. Somewhere on the table editing page 続きを読む
I finally got around to putting together an extension for when I'm too lazy to type ?developerMode=true in the address bar and hit enter. Pin it to your browser and it's a one-click solution. Just for giggles here's some infomercial style copy I 続きを読む
This one's just for the nerds but I wanted to show it off and see if anyone else came up with any solutions. On my blog I end up writing about hubl a lot. So I end up having to use {% raw %} tags a lot. To speed this up I added some filters to m 続きを読む
A client wants certain page info to only be visible to themselves when logged into Hubspot.
I know that I can use
{% if request.postDict.inpageEditorUI %}
to only show content on the edit page but I'm struggling to think of a way 続きを読む
When I get to the screen that says I don't have sufficient permission to edit/access XYZ, it'd be very handy if it listed what permission what required in that specific case. It'd speed up asking the admin for those permissions/ save me having to g 続きを読む