I am using October CMS and and am very new to it. am using one of its plugin called as "Builder" http://octobercms.com/plugin/rainlab-builder and so far so good.
But I am stuck at one stage and confused how to do this. my case is below.
I have created one new field called as "status" in my one of the plugins in which I have key values like (0=>Inactive, 1=>Active) . this works fine and am able to insert or update values to db.
But the thing is, when i go to listing page, i have selected a "status" field but its showing me values 0 or 1 instead of Active or Inactive.
How can i show Active or Inactive instead of 0 and 1 using builder plugin or any other way. it will ne greateful if someone can help me out to get rid of this.