开发者 | zmijevik |
---|---|
更新时间 | 2012年9月26日 15:27 |
PHP版本: | 3.2.1 及以上 |
WordPress版本: | 3.2.1 |
Because this plugin has the ability for users to customize form by attributes and designate selectors that other form maker wouldnt allow you to do. For example one can provide maxlength and readonly attributes. The simple dumbed down plugins have taken the well needed technical specifications out of the forms.
Yes! And I encourage you to do it through the git repo I provided in the plugin settings page. Unlike the majority of other plugins the code is sloppy and procedural with functions all over the place and no convention. Even thinking about modifying an existing plugin to meet your needs is a hassle. However this plugin is well encapsulated with decoupled code and you could even use it outside of wordpress if you wanted too.