Thank you for the excellent extension.
It will be great if placeholder variables for custom fields, which are used in layouts, are hidden when the relevant custom fields have no values (not populated with data).
For example, I will define a custom field called "custom_field_1." Some downloads have the value for this field populated, while other downloads have the value empty. I want the placeholder variables {custom_title_1} & {custom_value_1} to be displayed for downloads, which have the value populated, and hidden for the downloads, which have the value empty.
<!-- The following statement should display nothing if the custom_field_1 is empty for this dowload -->
{custom_title_1} {custom_value_1}
I understand that if {custom_field_1} is not defined at all, the placeholder variables are not be displayed.
Thanks