valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10862
Questions & Answers
Q: I am building a multipage form and I am using user data to determine values on subsequent pages. For example, if a user checks a check box, a dollar amount will be calculated on the next page. It works fine, however, if the user goes back and un-checks the box, the form continues to carry over the value of a checked box.
A: To maintain the data in a checkbox use <input type="checkbox" name="FIELDNAME"<?php $name='FIELDNAME';if(isset($_SESSION['Form1'][$name])){echo 'checked="checked"';} ?> / but replace FIELDNAME with the actual field name ie "agree" or whatever you call the checkbox. See the Checkbox section of the Help file for details https://bizpep.com/form1/
Question and Answer Item 10862 - Browse All Question and Answer Items