NO BUG: Form - select - category

Bricks 1.7

When using the form, and use the type select, I can not render any categories link: {post_terms_product_cat} or {post_terms_category}.

Its just empty.

Hi Brian,
Thanks so much for your report!

Both dynamic data tags are output as links, which have no place inside an option or select element. It is simply not allowed.

However, you can disable the links with a filter:

Alternatively, you can write your own PHP function that just returns the name and output it using {echo:yourFunction}.

Best regards,
timmse