I need a new meta-box plugin for wordpress and gravity forms.
Currently gravity forms only supports front-end forms.
But also GF supports custom-fields for posts.
I need a plugin that catches the GF form description (from the DB table), looks for custom-fields, and generates a meta-box at the post and/or pages backend.
All the GF field-types, values and checks must also be used at the meta-boxes.
For each form a new meta-box should be created.
This plugins must work as an external plugin to GF.
I also need a form to setup wich forms should be used and checkboxes to assign the form/meta-box to post, pages or both.
The Plugins must be full localized (with __ and _e), must be created in OO-Design and must use the GF Hooks.
