Manage conditional fieldset
Field ordering
{if $aFieldOrders}
Existing ordering
{foreach from=$aFieldOrders item=aRow}
{php}
$this->assign("oParentField", DocumentField::get($this->_tpl_vars['aRow']['parent_field_id']));
$this->assign("oChildField", DocumentField::get($this->_tpl_vars['aRow']['child_field_id']));
{/php}
-
Field {$oParentField->getName()|escape}
affects the values available in
field {$oChildField->getName()|escape}
{/foreach}
{/if}
Order fields