Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 7, 2024Feb 7 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.