I'm attempting to use the Option object (aka <SELECT>) in DHE with the "Multiple" property set to "True". The problem is that PHP only recognizes Multiple Selects when the tag name ends with brackets []. Is there any way I can add [] to an object's name in DHE? Currently, DHE removes the [] brackets when I try to add them to the name.
DHE recognizes only valid HTML names for its internal objects so it removes the [] brackets. If you want to use these names with DHE you can use an HTML box putting the select box code inside.