On Thu, May 20, 2010 at 2:46 PM, Smok <[email protected]> wrote: > I need to create in RoR 2.3.5 a list of questions ( the number of > questions will be changing). The answers will be near to each of the > these questions in radiobuttons (let's say 3 radios near each of > thequestions). After having compleated all of these questions I would > like to read all the answers and using ONE update insert them to the > database(mySQL). Is it possible to create this functionality without > js?
Of course. You're describing a basic form. Why would you think you need JavaScript to submit it and process the data? Or am I misunderstanding your goal? -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- 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.

