Creating WYSIWYG form builder (á la Wufoo) in Rail

2019-04-08 09:07发布

问题:

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?

回答1:

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.



回答2:

I don't think creating such a app in rails would be a great idea.

Using AR, such an app would be creating migrations on the fly - which doesn't sound like a great thing to do.

AFAIK, wufoo uses php.