Manage conditional fieldset

Master field

{if !$oMasterField} No master field is set, please select the master field:
{entity_select entities=$oFieldset->getFields() name="fFieldId"}
{else}
{entity_select entities=$oFieldset->getFields() name="fFieldId" selected=$oMasterField->getId()}

Changing the master field set will remove all existing field ordering!

Field ordering

{if $aFieldOrders}

Existing ordering

{/if} { if $free_fields }

Order fields

The available values of the selected fields:
{entity_select entities=$free_fields name="fFreeFieldIds[]" multiple="yes"}
are conditional on the values of this field:
{entity_select entities=$parent_fields name="fParentFieldId"}
{/if} {/if}