I am using 'gform_after submission' to check input data and setting filters.
Now I recognized that the form always submits two post to my database: a 'Untitled_??' named one with status 'inherit' and the real one with the given name and status 'published'.
This is causing trouble because the first entry already triggers Subscribe2 to send out an email to notify subscribers of a 'Untitled_??' new post.
I have tried 'gform_post_submission' with the same result.
How can I avoid or suppress the 'inherit posting'? What is it good for ?