I have done a project similar to yours in PHP long ago. As far as I know, you can provide only very basic validation if you let users build their own form. I used a table for each type of field. That is all string elements in a form will get stored in a particular table, all boolean elements will get stored in another table and blah blah.
You can do this stuff using Rails, but its not going be easy as you think. But it will be far easier than you do it with PHP. -- 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.

