{if isset($form->title) && $form->title !=='' }
{/if}
{foreach from=$form->fields item=field}
{if ($field->type==='title')}
{elseif ($field->type==='subtitle')}
{elseif ($field->type==='button') || ($field->type==='submit') || ($field->type==='reset')}
{elseif ($field->type==='grid')}
{elseif ($field->type==='javascript')}
{elseif ($field->type==='phpvariable')}
{elseif ($field->type==='private')}
{elseif ($field->type==='hidden')}
{elseif ($field->type==='')}
{elseif ($field->withoutLabel)}
{else}
{/if}
{/foreach}
{$field->field} |
{$field->field} |
{$field->field} |
{$field->field} |
{$field->field} |
{$field->field} |
{$field->label}{$field->withoutLabel} |
{$field->field} |
|