2 problems. Trouble saving form data into database (has a dynamic drop down box) & I need two text fields to update based on drop box selection?

You forgot to add the name attribute in your select, therefore the form is not sending the input (select) value.

Related Questions