# Group tag selector not allowing a selection

**URL:** https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021
**Category:** Support
**Tags:** form-templates
**Created:** [May 28, 2026, 4:04pm UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021 "2026-05-28T16:04:22Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Parker1090](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/parker1090/32/119862_2.png) [@Parker1090](https://meta.discourse.org/u/Parker1090)
#### Post date: [May 28, 2026, 4:04pm UTC](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021/1 "2026-05-28T16:04:22Z")

</div>

Hi there

I’m new to using form templates so hopefully this is just me overlooking something.

I’ve created a form template that populates a dropdown from a tag group, which shows up correctly, but it doesn’t allow me to select anything.

- The category _does_ have 3 tag groups restricted to it, with “also allow other tags” unchecked
- There are no categories specified in the “required tag group”, although ideally I’d like to have the same 3 tag groups specified here

The yaml for my form is:

```yaml
- type: tag-chooser
  id: issue-type
  tag_group: "Issue Type"
  attributes:
    none_label: "Select a type"
    label: "Type"
    multiple: false
  validations:
    required: true

- type: tag-chooser
  id: issue-priority
  tag_group: "Issue Priority"
  attributes:
    none_label: "Select a priority"
    label: "Priority"
    multiple: false
  validations:
    required: true

```

The preview loads fine:  
 ![discourse-preview](https://global.discourse-cdn.com/meta/original/4X/0/6/a/06a6908eccea729f9ccea10867f2df83761a9070.gif)

But the form itself on topic creation, doesn’t allow me to select any tags:  
 ![discourse-form](https://global.discourse-cdn.com/meta/original/4X/3/1/4/31484e0c75c575b1dedf97c0ce04a5b075caa07e.gif)

All tag groups are similar in set up -

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/0/4/1042a14bca25610231f5247a0c0bdc3c258af296.png)

Any help appreciated. As I said, hopefully something simple 🤞

---

_[View the full topic](https://meta.discourse.org/t/group-tag-selector-not-allowing-a-selection/404021)._
