# Adding Topic custom fields in the topic creation form

**URL:** https://meta.discourse.org/t/adding-topic-custom-fields-in-the-topic-creation-form/52283
**Category:** Development
**Created:** [November 1, 2016, 3:09am UTC](https://meta.discourse.org/t/adding-topic-custom-fields-in-the-topic-creation-form/52283 "2016-11-01T03:09:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![leo.proctor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leo.proctor/32/216158_2.png) [@leo.proctor](https://meta.discourse.org/u/leo.proctor)
#### Post date: [November 1, 2016, 3:09am UTC](https://meta.discourse.org/t/adding-topic-custom-fields-in-the-topic-creation-form/52283/1 "2016-11-01T03:09:53Z")

</div>

Hi,

I’m working on a plugin that deals with custom fields on Topic. I’ve added custom fields as recommended, by using **TopicCustomField**. I’ve also added custom text fields in form/composer via connector partials. Now I want to submit these text fields to update the topic custom fields. What is recommended way of doing it? Is there any guidelines/tutorial or any doc that i can follow? Or any help?

Thanks

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [November 1, 2016, 3:26am UTC](https://meta.discourse.org/t/adding-topic-custom-fields-in-the-topic-creation-form/52283/2 "2016-11-01T03:26:19Z")

</div>

This plugin (now merged in core) has what you need: [GitHub - discourse/discourse-tagging: Tagging functionality for Discourse Forums · GitHub](https://github.com/discourse/discourse-tagging)
