{form name='qst_edit_form'} {foreach from=$formData key='formEl' item='field' name='f'} {/foreach}
{text key="admin+questions_question_name_label"} {$questionLabel}
{text key="admin+questions_edit_question_description_label"} {$questionDescription}
{label name=$formEl} {input name=$formEl}
{error name=$formEl}
{desc name=$formEl}
{submit name='qst_submit'}
{/form}