The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Submission Help - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Submission Help (/showthread.php?tid=4832) |
Submission Help - zadark - Nov 27th, 2014 Hello Guys... Have a Problem need a modification in submission submit its possible to change this example... add data and press enter to submission save and make a new order... its easy to solve or need time to solve please help... RE: Submission Help - zadark - Nov 27th, 2014 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} |