Hi,
I am building an HPI note. I have been running into an issue with making multiple selections from the DROP down list box. Is there a way to change the code that multiple items can be selected from the drop down list? This would make the on screeen form look a lot better then a bunch of check boxes and streamline filling out the form by the staff.
The HTML drop list does not support multiple selections, you need a list at least 2 items high for that (though somewhere there is probably a fancy widget that someone has invented). A workaround might be to put checkbox items into groups so they can be hidden until needed. Otherwise a new data type will need to be designed and coded.
Since you have that array, you probably already know it’s in interface/super/edit_layout.php. Most of your changes will need to be in library/options.inc.php. Have fun!