开发者

Form framework for dynaimcally adding, altering fields

开发者 https://www.devze.com 2022-12-15 02:50 出处:网络
I have several forms on my website in which fields are dynamically created or altered based on what is altered in previous fields?Is there a good framework for doing this easily开发者_StackOverflow社区

I have several forms on my website in which fields are dynamically created or altered based on what is altered in previous fields? Is there a good framework for doing this easily开发者_StackOverflow社区?


Kohana offers an Object Oriented approach to form generation and validation with their Formo module. The official Formo documentation can be found online at http://www.avanthill.com/formo_manual/

The compliment this server-side logic, jQuery (Javascript Framework) comes with a great Validation Plugin that is in wide-spread use all over the web. It too has a very simple and straight forward application.

0

精彩评论

暂无评论...
验证码 换一张
取 消