• Dropdown visible on studio but won't list options in front end

    Hi all, I have declared a custom drop down field with the following code in /custom/Extension/modules/GDLF_Gandalf_Table/Ext/Vardefs/customfields.php: $dictionary [ 'GDLF_Gandalf_Table' ][ 'fields' ][ 'gandalf_table_type_c' ]=[ 'name' => 'gandalf_table_type…
  • How to remove select option using Javascript

    We have a select field and the available options are depending: in edit view I use all, in create view they must be filtered. I tried different ways but nothing works. For example to filter the list before rendering. I have no idea to access the list…