I am facing strange problem with Joomla form field I have added a field set type as list and set attribute to multiple="true"
. Here the code:
<field name="optional"
type="list"
label="Optional"
description="Optional endorsements"
class="inputbox"
size="5"
multiple="true"
>
<option value="Water">
Water</option>
<option value="Foundation">
Foundation</option>
</field>
Now when I save the form then only one value get saved when select the multiple values. I don't know what's the problem, if someone have any solution for that please help me.