hi all,
I have set up one with multiple select without option 0
prob is that the selection made is not being posted to db
the field is not required, set to varchar(255), field name is performance both on form and in table
what am I doing wrong please?
J!1.5.23, CF4 RC1.9
ETA: I've seen this thread providing a fix I might also need to apply.
I have set up one with multiple select without option 0
prob is that the selection made is not being posted to db
<select multiple="multiple" size="5" class="" title="" type="select" name="performance[]">
<option value="1">option1</option>
<option value="2">option2</option>
<option value="3">option3</option>
<option value="4">option4</option>
<option value="5">option5</option>
</select>
the field is not required, set to varchar(255), field name is performance both on form and in table
what am I doing wrong please?
J!1.5.23, CF4 RC1.9
ETA: I've seen this thread providing a fix I might also need to apply.