Does Gravity support posting to custom types?
Does Gravity support posting to custom types?
Gravity Forms does support Custom Post Types, however it does so via an API hook. It is an advanced feature you can implement with some simple PHP code in your themes function file, it isn't a feature that appears in the form builder.
We are working on an add-on that is going to make it easy to create posts for any post type. But for not it's possible through an API hook.
I still haven't completely wrapped my head around "hooks" yet but I have a decent understanding of PHP and the WordPress framework. Do you think this is something I'd be able to deploy with some instruction?
Yep, to convert a Gravity Form posting to a custom post type only requires about 5 lines of code and is available in several threads on the forums. :)