# POST 요청을 사용하는 폼이 포함된 플러그인 예시

**URL:** https://meta.discourse.org/t/example-of-any-plugin-with-form-with-a-post-request/351930
**Category:** Development
**Created:** [2월 12, 2025, 5:43오후 UTC](https://meta.discourse.org/t/example-of-any-plugin-with-form-with-a-post-request/351930 "2025-02-12T17:43:43Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2월 12, 2025, 6:03오후 UTC](https://meta.discourse.org/t/example-of-any-plugin-with-form-with-a-post-request/351930/2 "2025-02-12T18:03:29Z")

</div>

지금 하고 있는 일에 대해 더 자세히 설명해 줄 수 있나요? 폼을 어떻게 변경하려고 하나요? 이걸 테마 컴포넌트로 만들 수 있을까요? 제출하는 대상이 기존 엔드포인트인가요, 아니면 새로 추가하는 엔드포인트인가요?

[Discourse toolkit to render forms](https://meta.discourse.org/t/discourse-toolkit-to-render-forms/326439) 를 참고하세요.

그 다음 [GitHub - discourse/all-the-plugins · GitHub](https://github.com/discourse/all-the-plugins) 를 받아서 "\<Form"으로 grep 검색을 할 수 있습니다. 또한 [Discourse toolkit to render forms - #20 by david](https://meta.discourse.org/t/discourse-toolkit-to-render-forms/326439/20?u=pfaffman) 에 설명된 대로 [Code search results · GitHub](https://github.com/search?q=repo%3Adiscourse%2Fdiscourse+%22import+Form+from%22&type=code) 를 볼 수도 있습니다(다만 여기에는 코어 관련 내용만 있고, 플러그인은 없습니다).

아마 [discourse-data-explorer/assets/javascripts/discourse/components/param-input-form.gjs at main · discourse/discourse-data-explorer · GitHub](https://github.com/discourse/discourse-data-explorer/blob/main/assets/javascripts/discourse/components/param-input-form.gjs) 를 참고해 보시는 것도 좋겠습니다.

---

_[View the full topic](https://meta.discourse.org/t/example-of-any-plugin-with-form-with-a-post-request/351930)._
