Using some HTML like this:
<select name='test' multiple='yes'>
<option value='1'>one</option>
<option value='2'>two</option>
</select>
and selecting them both, I'm only able to retrieve the last item.
if ($this->cage->post->keyExists('test')) {
print_r($this->cage->post->getRaw('test'));
}
I've been able to get multiple checkboxes before, but not multiple
list items?
Thanks in advance,
Nick
http://HotaruCMS.org