Creating WYSIWYG form builder (á la Wufoo) in Rails

[亡魂溺海] 提交于 2019-12-04 06:01:05

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.

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.

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