<{foreach from=$formmakex.content.generalInfos item=info name=gInfos}> <{/foreach}>
<{$info.label}> <{if $info.type == 'composition'}> <{foreach from=$info.subInfos item=subInfo key=siKey}>
<{if $subInfo.type == 'checkbox'}> <{else}> <{$subInfo.label}><{if $subInfo.type == 'textarea'}>
<{/if}> <{$subInfo.input}> <{/if}> <{if $subInfo.required}> <{$formmakex.langs.required}> <{if $subInfo.type == 'textarea'}>
<{/if}> <{/if}> <{if count($subInfo.restrictions)}> <{foreach from=$subInfo.restrictions item=restriction}><{$restriction}> <{/foreach}> <{if $subInfo.type == 'textarea'}>
<{/if}> <{/if}> <{if $subInfo.description}>
<{$subInfo.description}>
<{/if}> <{if $siKey == 'thanks_url'}><{$formmakex.langs.or}><{/if}>
<{/foreach}> <{if $info.description}>
<{$info.description}>
<{/if}> <{else}> <{$info.input}> <{if $info.required}> <{if $info.type == 'textarea'}>
<{/if}> <{$formmakex.langs.required}> <{/if}> <{if count($info.restrictions)}> <{if $info.type == 'textarea'}>
<{/if}> <{foreach from=$info.restrictions item=restriction}><{$restriction}> <{/foreach}> <{/if}> <{if $info.description}>
<{$info.description}>
<{/if}> <{/if}>