Smok wrote: > On 21 Maj, 00:19, Hassan Schroeder <[email protected]> wrote: >> need JavaScript to submit it and process the data? >> >> Or am I misunderstanding your goal? >> >> -- >> Hassan Schroeder ------------------------ [email protected] >> twitter: @hassan >> > Thanks Hassan for your answer. However I don't know how to define the > radiobuttons (in such a way that a different answer can be checked for > different questions). And I don't know how to read all the user's > answers. Could you try to paste a bit of code?
No, first learn about HTML form syntax (hint: the "name" attribute is significant here) and read the Rails documentation. If that doesn't work, show us what you've done so far and what problems you're having. Asking for code without "doing your homework" first will usually get you ignored here. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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.

