Peter De Berdt wrote: > On 28 Jan 2009, at 00:13, Aa Sh wrote: > >> I would like have a simple interface for users to add data into >> database. How to add new textareas in form, until user want it and >> submit all of them at once? > > http://railscasts.com/episodes/73-complex-forms-part-1 > http://railscasts.com/episodes/74-complex-forms-part-2 > ... and everything on railscasts.com basically > > > Best regards > > Peter De Berdt
Thank you so much, it is almost exactly what I need, except I am a novice in RoR, so I can't change the example from multi models to simple one. I try, but have an error. Now I have table in database with "e_key" and "comment" fields and standard new.html.erb (built by scaffolding). So actually I have two question: 1) How dynamically to add empty fields on page (by click button)? 2) How to collect all data from all rows and put they into database? Thank you for your time! -- 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 -~----------~----~----~----~------~----~------~--~---

