Pierce wrote: > Hi everyone. > > I am really new to Ruby on Rails, so I apologize if this is a really > simple question but I just can't think of how I could do this. I want > there to be a button that will add a drop down menu to the screen, and > then depending on what the user selects it will add either a text > field or a text "area" it will add the selected one to the right of > the menu. Also, the user would have to be allowed to delete certain > "fields" as well. Then when the user submits the form Ruby on Rails > will be able to see how many menus were made as well as read what the > user put in all of them. I hope this makes sense, but if it doesn't, > just ask for clarification. :) > > If anyone could help, it would be great.
Hi Pierce, Your example is explained in a difficult way. Could you point at an example on a existing website? Actually, what you describe here is pretty much a lot of UI stuff, this can be done with AJAX and showing / hiding html elements. Thanks, Michael -- 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 -~----------~----~----~----~------~----~------~--~---

