valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10535
Questions & Answers
Q: Is there a way to have a selection that you make from one field from a drop down menu fill out the field in another part of the form. For example: I have a list of products in a table. There are two fields - Product_name and Unit_Price . When the user selects the option from a drop down with the a product_name can the Unit_Price for that Product be filled into the form automatically? If so, what would be the best way to do it?
A: To do this on a single form it would be best to use javascript (you would need to develop a small script specifically for this function). An alternative could be using a multi form process where the value is passed from one field to the next on form submission. This would use php (and not depend on the user having javascript enabled) but would increase the complexity of the form and require a multi stage submission process.
Question and Answer Item 10535 - Browse All Question and Answer Items