I'm not sure what some of your planned uses are but I must clarify that Gravity Forms is primarily designed for front end forms where the data is then viewed on the back end. It does have the ability to create WordPress posts, and those capabilities are very advanced and make for handling custom field types extremely easy by turning them into drop downs, radio buttons, check boxes, etc.
HOWEVER it isn't designed for allowing users to edit that data after the form is submitted. Once the form is submitted the data is available on the back end and if post fields are present a Post is created. Once a Post is created it is up to the standard WordPress interface to manage and edit that post.
Currently Gravity Forms cannot be used to create comments for a post. The only post functionality it currently has is the ability to create posts. We plan on enhancing this in the future by adding more WordPress capabilities such as user creation, custom post type creation, and possibly even the ability to use Gravity Forms in place of the existing comments form on a site.
Currently there isn't a star rating field, although it is a field type that we have discussed adding and will most likely make it in a future release.
Gravity Forms could be used for simple surveys, however it isn't suited well for polls. Something like PollDaddy would be better. Gravity Forms is primarily for capturing data that is displayed in the back end, it doesn't display the data on the front end.
Gravity Forms cannot currently be used to edit an existing post. It can only be used to create a new post. It is designed to display forms on the front end of a site and for the data to be viewed on the back end of a site. The post creation capabilities simply create a post... after that it is up to the standard WordPress interface to manage that post.
There is currently no Akismet API integration. The only anti-spam currently is reCAPTCHA integration. We do plan on adding Akismet as an option in a future release.
There is no virus checker for uploaded files. This would have to be a function on your server. PHP itself cannot act as a virus checker and the plugin is simply PHP. Virus checker is outside of the scope of this plugin and even WordPress itself.
There is documentation available that discusses every aspect of the plugin and all the fields and field options. The code is commented. HOWEVER we strongly suggest NOT editing the plugin itself as this makes automatic upgrades difficult to implement and your changes will get overwritten. Instead we have many API hooks that you can take advantage of so you don't have to edit the core plugin files themselves.
We advise NOT modifying the plugin code itself. Any customization you want to make wth the data being submitted a form should be done via API hooks and filters. We are constantly updating and enhancing the plugin and if you edit the plugin code itself... that poses upgrade issues.
There is no trial due to the fact you get the PHP source code when you purchase the plugin. If you want to try it out I suggest purchasing the $39 single site license and then if you like it we can create you a coupon code to give you $39 off the price of the Developer License
Posted 14 years ago on Tuesday February 9, 2010 |
Permalink