In the grocerycrud enterprise version it is no longer possible to define the value of "hidden" with fieldType as we could do in the free version of grocerycrud.
$ crud-> field_type ('office_id', 'hidden', $ office_id).
help please, I have tried to send the value of the following forms, but it does not work.
$ crud-> fieldTipe ('office_id', 'hidden', $ office_id);
$ crud-> fieldTipe ('office_id', 'hidden', [$ office_id]);