# Custom Field not working

**URL:** https://meta.discourse.org/t/custom-field-not-working/89983
**Category:** Development
**Created:** [June 15, 2018, 4:52pm UTC](https://meta.discourse.org/t/custom-field-not-working/89983 "2018-06-15T16:52:29Z")
**Posts on this page:** 1
**Showing post:** 20

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [July 25, 2018, 11:44am UTC](https://meta.discourse.org/t/custom-field-not-working/89983/20 "2018-07-25T11:44:21Z")

</div>

Yes, it’s possible. You should go through to the available methods in [plugin/instance.rb](https://github.com/discourse/discourse/blob/master/lib/plugin/instance.rb) file. You can also check existing plugin codes to learn about how they handling different situations. And go through [Developing Discourse Plugins - Part 1 - Create a basic plugin](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1/30515).

Edit: You can also monkey patch controller methods.

---

_[View the full topic](https://meta.discourse.org/t/custom-field-not-working/89983)._
