The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Cant setup multipage forms - 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: Cant setup multipage forms (/showthread.php?tid=1983) |
Cant setup multipage forms - xtreem88 - Apr 4th, 2012 I'm new to formtools, ive read all the tutorials for creating forms, creating a single form was a breeze, but the multi-form seems complex. The tutorial says the form should start with PHP Code: <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="POST"> PHP Code: <form action="http://localhost/formtools/process.php" method="post" enctype="multipart/form-data"> Heres my first page: PHP Code: <?php and the next page: PHP Code: <?php Api version 2.2.2 |