I have a form where the user has to enter a list of choices into a series of text boxes: for example:
Enter speaker name 1: [ ] [] remove speaker
Enter speaker name 2: [ ] [] remove speaker
Enter speaker name 3: [ ] [] remove speaker
Based on what the user enters here, another drop down has to be populated on the same page The data entered here is not stored in the database YET.
The other drop-down is something like:
Dialogue: [ text box]
Select Speaker: [....target drop down where the above entered options have to show up....]
Any thoughts? I'm working with Javascript and PHP.
Thanks!