I have a sensor page that uses the default values when I created the table except for 4 columns.
In the library for grocery grud I used an if stament to get my default fileds to show up on the add page.
I would like to be able to show the default fields in the add page but not let them enter anything into them.
I used $crud->field_type('gaugetype', 'readonly'); but I then get nothing at all in the field but still want to se the default values.
I would like to use my same if statement but do not know where to put it.
Anyone have an idea?