We are experiencing similar issues with major uptick in bot spam and our hands appear tied. Any means to add custom form validation really don't exis...read more
Thanks everyone, here's a non-array approach.
{% set thisClient = {'name': 'none' } %}
{% for client in dynamic_page_hubdb_row.client %}
{% do thi...read more
+1 on being able to edit the source or at least a way to view the source instead of just blocks. There must be an inbound cut-and-paste filter that s...read more
I would love to have a Workflow trigger for a HubDB update.
Use Case:
A batch of press releases maintained in HubDB, triggering a workflow upon update that can then be used to trigger a subscription email when a new row is added.
Hi, Running into issues with macros and related posts (related_blog_posts). Macros are an external file that's imported like this: {% import '/_blog-macros.html' as blog_macros %} A macro I want to use is {% macro format_post(blog_ read more
I want editors to select a Tag, and I want to display it's name. For instance. If a editor selects the Tag "Groups & Associations" I want it display "Groups & Associations". Instead, the output only displays the slug "groups-associatio read more