{if $row['form_type']=='selectpage'}
{/if}
{if in_array($row['form_type'], ['radio','checkbox','select','selects'])}
{elseif in_array($row['form_type'], ['image','downfile'])}
{elseif in_array($row['form_type'], ['images','downfiles'])}
{elseif 'array'==$row['form_type']}
{elseif 'number'==$row['form_type']}
{/if}