Manage conditional fieldset

{if $sIncomplete || !$oFieldset->getIsComplete()}

This conditional fieldset is marked such that it cannot be used. This happens when the fieldset has been edited and has not been set to complete. Setting the fieldset to complete will do a check to see if the fieldset is usable by the user.

{if $sIncomplete}

This error prevents this fieldset from being set to complete: {$sIncomplete|escape}

{else} Try to set to complete:
{/if} {/if}

Conditional type

{if $oFieldset->getIsComplex()} Complex: getId()}">Manage complex conditional
{else} Simple: getId()}">Manage simple conditional
{/if}

Changing the conditional type set will remove all existing field ordering!

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}