valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 369
Questions & Answers
Q: I've been evaluating you form1 builder software, and I need to make multi-part forms. I find your instructions very confusing and I was wondering if you could give me a set of source code examples. What I would like to have to effectively check the ease of the multi-part forms would be the source code pages for your multi-part example located at https://bizpep.com/multiform1.php
A: The processing code is the same as a standard form1. As outlined in the Help file all you need do is set the form action of the first form to point to the second form and name the submit button multipage on all pages except the last. Each page will run the processing code on the following page. For example if you want to have a two page form with files called first.php and second.php use From1 Builder to build the two forms as normal. Then in the first form set (edit in the textarea or a text editor) the form action value to point to the file second.php and set the submit button name to "multipage" ie name ="multipage". If you view the source of the example files ie from IE go View Source you will see the underlying html code used in the test mulitpage forms.
Question and Answer Item 369 - Browse All Question and Answer Items