Is there anything keeping me from embedding the form in the admin. It seems that if this is possible, once setup properly it would be easier to implement a user-friendly method of inputting, for example, posts with heavy use of custom fields. Rather than creating custom write panels for each field, I would just add a field to my "admin form."
Can I create an admin page in functions.php and use a function call to a form to display that form in the admin only. Forgive me if this is already possible.
I guess my idea boils down to leveraging the UI of the GF builder and the resulting form to enter posts which might be a bunch of custom fields. I know I could use custom post types but if this method works it seems much simpler,quicker.
This could have all kinds of creative uses with custom post types(once that's supported--I read that's planned--Cool!). If this was developed more eventually your plugin could essentially replace all those custom fields plugins and the new Custom Post Type UI plugin, PODS etc.