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
Hi, I would like to be able to reset an A/B test for various reasons.
We had a form take a lot of spammy traffic and it shifted the results of the test. Now version B get's all the traffic. The test had some extensive changes between variation 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
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, I would like to be able to reset an A/B test for various reasons.
We had a form take a lot of spammy traffic and it shifted the results of the test. Now version B get's all the traffic. The test had some extensive changes between variation read more
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