Edit Fieldset

Current Fields in Set

Fields which are currently not included in any set can be added to this set.

{if (empty($children))}

No fields associated with this fieldset.

{else} {foreach item=oField from=$children} {$oField->getName()} {/foreach} {/if}
Add Field to set

Fields which are currently not included in any set can be added to this set.

{if (empty($freefields))}

No free fields.

{else} {/if}
{if ($fieldSet->canBeMadeConditional() === true)}
Make this fieldset conditional
{if (empty($freefields))}

No free fields.

{else} {/if}
{else} {if ($fieldSet->getIsConditional())} Field has conditions attached to it.. {else}

Fieldset cannot be made conditional. One of the fields must not be a lookup.

{/if} {/if}