I'm using a plugin called "Quotes Collection" which stores a bunch of quotes as a custom post type. When I say quotes, I mean random sayings that people say and stuff.
The quote collection plugin creates a custom post type in my dashboard and has the following fields.
-Quote
-Author
-Source
-Tags
I only need the use of the firs three. What I want to do is use gravity form to let random guest to the site submit quotes to the site and all I want to do is either delete their quote before publishing or publish their quote. So I'm wondering how can I get gravity form to work of input the custom post type rather than just the regular "post" post type?