valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10387
Questions & Answers
Q: I have a very long form that I have I have broken into tables. Is it possible to send the data in your forms to multiple tables? If so how?
A: If you are referring to having a single form data entered into different MYSQL tables on submission, no. However you could break the data into different forms (even if they were on the same page) and have each form action call a separate processing file each set with a different MYSQL table. Q: I need to know how to set a default value for a select drop down. A: A select option is select when the option includes a selected="selected" attribute. So the basic option tag becomes <option selected="selected"></option>. See some of the form tutorial sources provided for information on html in forms. Q: How to use a "Please Select One" as the first option but not have it count as data in a required field. A: Use the Defined As Empty Form Field Values. Simply set this to Please Select One, for details see the Defined As Empty Form Field Values section in the Help file.
Question and Answer Item 10387 - Browse All Question and Answer Items