I have a form that has a select form object with where I can select multiple values. The select is called "number". When I post the form, I get a lot of variables called $number with the various values I selected. Is there a way that I can make this an array of values?
Robbert van Andel