I am new to developing web sites, and need some help.
How do I:
When a customer is going through my questionaire they can pick how many varities of plants they want (say they want 5 different varieties ). This is called "Tree Varieties" in the php file. What is a simple way to make ( 5 ) drop down lists to appear? Then they can pick the varieties from the drop down lists.
I have the one drop down from a data base already, but need to add as many drop downs as the customer requires. They would all use this same data base. I would also prefer that this stay as a php. Could be as many as 30 plus varieties to pick from.
How many tree varities do you want? __(1)__
The client would also need to be able to tell me how many of each variety they want after they tell me the variety.
Each display would ask this:
Name of trees?__(pull down)___ How many of this variety?__(5)_.
How do I:
When a customer is going through my questionaire they can pick how many varities of plants they want (say they want 5 different varieties ). This is called "Tree Varieties" in the php file. What is a simple way to make ( 5 ) drop down lists to appear? Then they can pick the varieties from the drop down lists.
I have the one drop down from a data base already, but need to add as many drop downs as the customer requires. They would all use this same data base. I would also prefer that this stay as a php. Could be as many as 30 plus varieties to pick from.
How many tree varities do you want? __(1)__
The client would also need to be able to tell me how many of each variety they want after they tell me the variety.
Each display would ask this:
Name of trees?__(pull down)___ How many of this variety?__(5)_.