Creating WYSIWYG form builder (á la Wufoo) in Rails

ruby-on-rails, ruby-on-rails-plugins, webforms, wysiwyg

Solution

this is not really an answer to your question, but I still can't add comments unfortunately, due to my reputation level, sorry :)

There is exact equivalent of such functionality in Drupal(php) http://drupal.org/project/webform especially useful for contact forms, i.e. clients happy and don't bug me every time they want to adjust or even to add new inquiry form :)

Would be nice to have such gem/plugin if any? :P

Thanks.

Problem

I have to add Wufoo-like WYSIWYG form-builder functionality to a Rails webapp. Does anyone know of good resources (gems/engines/plugins/example code) that would help?

Original source