Hello,
I want to change the way I am presenting data on my website, and was wondering if there was any way to do the following:
I want to have a drop down menu of names which the user would be able to use to select certain names. I then want the table to be populated with the names selected and the other fields that correspond to the names. The user should only be allowed to do this a certain number of times.
For example: Say I have a database of animals, the number of legs they have and the animal’s color. The dropdown menu would have the names of the animals, and once the user selected the animal, the table would be populated with the name, legs and color of the animal. The user would be able to add up to 5 animals.
Any and all help is greatly appreciated!