hi,
i've this elemnt in my form:
<select multiple="multiple" size="5"
name="xxx">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option></option>
</select>
but chronoforms just save the last selected item into the database.
i tried xxx[] as name for the element. but it doesn't work either.
is there someone outside, who has an idea for my problem?
wolfgang
i've this elemnt in my form:
<select multiple="multiple" size="5"
name="xxx">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option></option>
</select>
but chronoforms just save the last selected item into the database.
i tried xxx[] as name for the element. but it doesn't work either.
is there someone outside, who has an idea for my problem?
wolfgang