⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

It is not possible to define the value of "hidden" with fieldType



garmaser

garmaser
  • profile picture
  • Member

Posted 12 October 2018 - 22:13 PM

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]);