Eforms: hide standard inputfields in eforms editor

Hello

we are using eforms and want to limit the selection of input fields the editor can choose from to configure his form. For example the editor should not able to use the file upload field. Is there any chance to hide some type of input fields. I tried it via css but did not succeed.

Any help appreciated
Robert

Hi,

This is possible, but unfortunately not really documented. If you look at this documentation, at the section Add the field to Enterprise Forms plugin configuration you see that it is possible to include a custom field. The hint is this location:

    /hippo:namespaces/eforms/form/editor:templates/_default_/root/cluster.options:

To include a field there is a field.include property. Similarly there is a field.exclude property. If you put the class name in the field.exclude it should not show up as an option.

1 Like