I cannot figure this out.
I have a form with two fields:
1) Type
2) Image
the path for the image should be relative and be based on Type.
$crud->set_field_upload('image1','download/'.$type.'/');
How to get the value of type?
Important, I am in edit mode, row already exists and type is also Primary key.
Any help welcome