Jump to content

Empty custom field values in clubs


Recommended Posts

In core->front->clubs->view:

{{if isset( $fieldValues[ "field_" . $field->id ] )}}

does show the field caption even if its value is empty. If the check would be:

{{if !empty( $fieldValues[ "field_" . $field->id ] )}}

then it would not show the fields on the club page if they are not filled.

Could contain: Text, File

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...