valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 299
Questions & Answers
Q: I want to pass a variable from my HTML form page to the form processor. The variable is Sales_Rep from my form. = "Sales_Rep"; didn't work. Is there an easy way to do it?
A: All form fields (only upper case if set) are passed to the processor and will appear in the delivery email and are available for the MYSQL database. If you set the $delemail = "Sales_Rep"; then the form field that is identified as the delivery email will be the field with the name "Sales_Rep" as long as the $delemail field is not set in the processing script. Any settings on the processing script will overwrite settings in the form. Possbily you have $delemail set in the processing script? To clear it in the script make $delemail ="";
Question and Answer Item 299 - Browse All Question and Answer Items