Hi,
im actually using a simple sfWidgetFormPropelChoice in a form to generate a select box with the options A,B,C.
(choosing A => submitting form => retrieving A)
(choosing B => submitting form => retrieving B)
(choosing C => submitting form => retrieving C)
Now i would like to create a select box with one additional option: D. So now i can choose between A,B,C,D before submitting the form.
The options A or B or C are just the same as before.
But how can i realize the following:
choosing D => submitting form => retrieving A,B,C
i need some kind a "select-all"-option, does somebody knows a solution or has a hint?
