Nov 27th, 2014, 7:48 AM
This Code how to make a Submit and make new submission in my form
{* only show the update button if there are editable fields in the tab *}
{if $page_field_ids|@count > 0 && $tab_has_editable_fields}
<input type="submit" name="update" class="bold green" value="{$LANG.word_update}" />
{/if}
{* only show the update button if there are editable fields in the tab *}
{if $page_field_ids|@count > 0 && $tab_has_editable_fields}
<input type="submit" name="update" class="bold green" value="{$LANG.word_update}" />
{/if}