How can I modify a 'list chooser' script for my form options sleected from a php array?
I have a form (HTML/PHP) with an options menu of about 70 items. It would be super to use a list chooser to jump to the correct place and save scrolling and errors. I have copied a couple of complete 'list chooser' scripts from JavaScript sites, but they use "type=text" and list options in the <body>. I need to fit this to my "select" and WHILE...($row=mysql_fetch_array($query1)) code.
Can anybody help? I have no experience with JavaScript. Can I just change the form attributes in the <body>, where the original has <type="text"> and a list of option values, and put in the php? Or do I have to change the script in <head> as well?