This section allows you to make custom fields and taxonomies available in the frontend forms.
Note: This feature is marked as experimental and requires technical knowledge to configure. Custom fields must already exist in your WordPress installation.
Important: Custom fields / taxonomies should be added directly to the Documents post type, via a plugin like Barn2 Easy Post Types & Fields, or ACF. Meta fields added to individual documents are not supported as these are on a per document level and are not global.
Once created, custom fields can be:
- Displayed on frontend create/edit forms
- Included in the
dlp_frontend_createanddlp_frontend_editshortcodes - Controlled with shortcode parameters:
custom_fields="field1,field2"– Show only specific fieldsexclude_custom_fields="field3"– Hide specific fieldsinclude_custom_fields="true"– Include all custom fields selected on the Settings screen.


