valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10849
Questions & Answers
Q: I know the data is carried through until the end when it is ultimately emailed. All I want to do is have some of the fields actually show up on successive forms.
A: If you have a multi page form running you can use the Maintaining Form Content feature to display the passed session variables on following pages. See the Help file https://bizpep.com/form1/ . So if you have the input text field on page 1 with the name "Name" then to display this on page 2 add the same input text field and set the value attribute to: <?php $name='Name';if(isset($_SESSION['Form1'][$name])){echo $_SESSION['Form1'][$name];}?>
Question and Answer Item 10849 - Browse All Question and Answer Items