in add/edit form I need to put a selectbox or textbox (field4), which does not exist in the database, so I put:
$crud->fields('field1','field2','field3','field4');
but to save the form, by clicking the button (Save and go back to list), the system does nothing, does not save, does not move. :(