View Template element of subgroup child fields.

dealio

Member
Hi I'm modifying a view details based on the "tmpl/contacts_custom" template example.

I'm able to call each element however i realized element that are part of the subgroup child elements don't display.



Example: this displays this is part of the parent group:
<?php $this->element = $this->elements['element_from_group1']; echo $this->element->element; ?>


This element does not display, its part of the child group elements.
<?php $this->element = $this->elements['element_from_group2']; echo $this->element->element; ?>


How do call the elements of the subgroups?

Thanks.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top