Hi, I am working on an RoR application and one of the features of the application would need the following functionality. Any user should be able to create forms (or questionnaires). He should be able to specify (on a web-page) as many questions as he wants and each question would have an answer that could be: a text-field (possibly with restricted type of values, like only numbers), text-area, drop-down menu with options to select from, check boxes or radio buttons. Other users would be able to see this user''s form and respond to it and the values would be stored in the database. Finally the user (poster) would be able to view (or download) all the answers entered by the various other users. If you know of a rails plug-in or something else that can help me do this, please let me know. I really appreciate your help. Thank you. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Joey, Did you investigate into SMERF? http://smerf.cascadia.com.au/ ciao, tom On Jan 29, 3:13 pm, Joey Ar <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Any user should be able to create forms (or questionnaires). He should > be able to specify (on a web-page) as many questions as he wants and > each question would have an answer that could be: a text-field (possibly > with restricted type of values, like only numbers), text-area, drop-down > menu with options to select from, check boxes or radio buttons.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hey Tom, Yes I did look at SMERF. But it looks like the users won''t be able to "define" their forms in SMERF on a web-page. It involved defining forms using YAML that had rules which would not be easily followed by a lay-user who isn''t comfortable with syntaxes etc. Actually, in my application, I am in need of a normal web-page where the user should be able to define his form elements (questions). I hope I am not wrong about SMERF. Thanks for replying Tom. I really appreciate it. If you are aware of anything that does do this using a web-page, that''d be really great! -J -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---