Is there a way to have this working while being able to use labels, and being valid HTML? Ie, unique IDs for the inputs?
> no - you want the output to be > > <input id="user[language_id][]" name="user[language_id][]" > type="checkbox" value="3" /> > > and then params[:user][:language_id] will be an array > > Fred -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

