Jump to content

Recommended Posts

Posted

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

  • Recently Browsing   0 members

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