Update or Delete Posts, Pages or Custom Post Types with Gravity Forms.
Through variety of filters the form can be restricted to the author, use custom permissions, take advantage of conditional fields, disable entries, override post status and more..
Activate the plugin through 'Plugins WordPress...
Simply embed post form into page with Gravity Forms and them pass post id to the page via 'gform post id..
Use the default status of the post being edited function gform update post status { return 'inherit } add filter.
Disable Entries function gform update post entries { return false } add filter.
Update Delete Button function gform update post delete button { return. $button.. } add filter.
Change the delete confirmation function gform update post confirmation delete { return } add filter ...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Updated FAQ on the readme txt. 0.5.
Read more