# Creating a minimal custom product field?

**URL:** https://forum.litium.com/t/creating-a-minimal-custom-product-field/297
**Category:** Questions
**Created:** [October 17, 2018, 1:14pm UTC](https://forum.litium.com/t/creating-a-minimal-custom-product-field/297 "2018-10-17T13:14:00Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Robin.w](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.litium.com/robin.w/32/75_2.png) [@Robin.w](https://forum.litium.com/u/Robin.w)
#### Post date: [October 17, 2018, 1:14pm UTC](https://forum.litium.com/t/creating-a-minimal-custom-product-field/297/1 "2018-10-17T13:14:00Z")

</div>

So now I have tried for hours to create my own custom field, but I can’t get it to work.  
I really don’t get much use out of this example in the docs, it’s is way to complex and too few explanations of what is going on for me to understand. I Can create a new custom filter-field just fine but I don’t understand how to strip the filter and skip the loading of values from the settings fields.  
[https://docs.litium.com/documentation/architecture/field-framework/creating-a-custom-field-type](https://docs.litium.com/documentation/architecture/field-framework/creating-a-custom-field-type)

Do you have a basic, basic example? Like how would I create a “custom” field, that is just a simple input-field with some custom html surrounding it?

Litium version:6.2

---

<div class="post-metadata">

### Author: ![steve.redstorm](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.litium.com/steve.redstorm/32/14_2.png) [@steve.redstorm](https://forum.litium.com/u/steve.redstorm)
#### Post date: [October 17, 2018, 1:36pm UTC](https://forum.litium.com/t/creating-a-minimal-custom-product-field/297/2 "2018-10-17T13:36:38Z")

</div>

Do you really need to create a custom filedtype for this?  
Maybe @patric.forsgard has a better suggestion?

---

<div class="post-metadata">

### Author: ![marten](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.litium.com/marten/32/11_2.png) [@marten](https://forum.litium.com/u/marten)
#### Post date: [October 17, 2018, 2:25pm UTC](https://forum.litium.com/t/creating-a-minimal-custom-product-field/297/3 "2018-10-17T14:25:02Z")

</div>

This is a very basic example but does not save any value: [https://github.com/martenw/LitiumReadonlyTextField](https://github.com/martenw/LitiumReadonlyTextField)

---

<div class="post-metadata">

### Author: ![Robin.w](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.litium.com/robin.w/32/75_2.png) [@Robin.w](https://forum.litium.com/u/Robin.w)
#### Post date: [October 17, 2018, 6:50pm UTC](https://forum.litium.com/t/creating-a-minimal-custom-product-field/297/5 "2018-10-17T18:50:56Z")

</div>

Thank you Marten, could you also quickly go over the steps i need to take to turn that readonly into a read/write field?

---

<div class="post-metadata">

### Author: ![Zsrdos](https://avatars.discourse-cdn.com/v4/letter/z/74df32/32.png) [@Zsrdos](https://forum.litium.com/u/Zsrdos)
#### Post date: [October 17, 2018, 1:51pm UTC](https://forum.litium.com/t/creating-a-minimal-custom-product-field/297/7 "2018-10-17T13:51:45Z")

</div>

I also want to know this and want I created more advanced things later.
