Creating WYSIWYG form builder (á la Wufoo) in Rails

荒凉一梦 提交于 2019-12-06 01:38:44

问题


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.



来源:https://stackoverflow.com/questions/1080794/creating-wysiwyg-form-builder-%c3%a1-la-wufoo-in-rails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!