# 카테고리별로 여러 "양식 템플릿"을 설정하면 작동하지 않음

**URL:** https://meta.discourse.org/t/multiple-form-templates-for-a-category-doesnt-work/398176
**Category:** Bug
**Tags:** form-templates
**Created:** [3월 11, 2026, 3:00오후 UTC](https://meta.discourse.org/t/multiple-form-templates-for-a-category-doesnt-work/398176 "2026-03-11T15:00:32Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![donaldsoncd](https://avatars.discourse-cdn.com/v4/letter/d/90ced4/32.png) [@donaldsoncd](https://meta.discourse.org/u/donaldsoncd)
#### Post date: [3월 11, 2026, 3:00오후 UTC](https://meta.discourse.org/t/multiple-form-templates-for-a-category-doesnt-work/398176/1 "2026-03-11T15:00:32Z")

</div>

안녕하세요! “Form Template” 기능이 카테고리에서 활성화되었을 때 관련 버그에 부딪힌 것 같습니다.

단일 카테고리에 대해 서로 다른 두 개의 양식 템플릿을 선택할 수 있으며(사용자는 게시물을 작성할 때 이 중에서 선택할 수 있음), 처음에는 정상적으로 작동합니다. 하지만 페이지를 새로고침하면 두 개의 양식 템플릿 중 하나만 기본 템플릿으로 남아 있습니다.

제가 어떤 의미인지 명확히 하기 위해 [동영상 데모](https://www.loom.com/share/5af964d1633647ac9824113c7967c801)를 첨부합니다.

이것이 버그인지, 아니면 기능의 한계이거나 다른 문제인지 확인해 주실 수 있는지 알려주세요.

만약 버그라면 수정 가능하거나 수정될 예정인지도 알려주시면 좋겠습니다 🙂

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [3월 11, 2026, 9:03오후 UTC](https://meta.discourse.org/t/multiple-form-templates-for-a-category-doesnt-work/398176/2 "2026-03-11T21:03:05Z")

</div>

아, 이건 버그인 것 같습니다… 영상을 올려주셔서 감사합니다! 해당 템플릿 설정을 변경하면 저장 버튼이 표시되어야 하지만, 실제로는 표시되지 않습니다. 저도 로컬에서 이 문제를 재현할 수 있습니다. 조만간 수정하겠습니다. 그 전까지는 `/admin/config/upcoming-changes`에서 `enable simplified category creation`을 비활성화하면 이 문제를 피할 수 있습니다.

---

<div class="post-metadata">

### Author: ![donaldsoncd](https://avatars.discourse-cdn.com/v4/letter/d/90ced4/32.png) [@donaldsoncd](https://meta.discourse.org/u/donaldsoncd)
#### Post date: [3월 12, 2026, 2:12오후 UTC](https://meta.discourse.org/t/multiple-form-templates-for-a-category-doesnt-work/398176/3 "2026-03-12T14:12:53Z")

</div>

감사합니다! 우회 방법이 잘 작동했습니다. 나중에 정식 수정이 나올 수 있는지 알려주시면, 간소화된 카테고리 생성 기능을 다시 활성화할 수 있을 것 같습니다. 아니면 해당 기능의 정식 배포를 기다리겠습니다.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [3월 12, 2026, 3:19오후 UTC](https://meta.discourse.org/t/multiple-form-templates-for-a-category-doesnt-work/398176/4 "2026-03-12T15:19:28Z")

</div>

해당 문제에 대한 수정 사항을 방금 병합했습니다. 곧 Discourse를 업데이트하시면 적용됩니다!

> <https://github.com/discourse/discourse/pull/38538>
>
> Reported here: https://meta.discourse.org/t/multiple-form-templates-for-a-catego…ry-doesnt-work/398176
> 
> We weren't tracking changes in formkit for the form template settings when \`enable simplified category creation\` is enabled... so the save button wasn't appearing and admins couldn't save changes here. 
> 
> \<img width="1512" height="1258" alt="image" src="https://github.com/user-attachments/assets/d867cfdd-7dd4-41a3-8ed1-674233730e18" /\>
> 
> 
> This flows the changes through formkit properly so admins get a save button and can use the functionality again. 
> 
> Also added tests for both the legacy and updated forms for this so it doesn't regress.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [3월 17, 2026, 3:57오전 UTC](https://meta.discourse.org/t/multiple-form-templates-for-a-category-doesnt-work/398176/5 "2026-03-17T03:57:00Z")

</div>


