This is weird. Whenever I submit a form, it creates a new blank draft post .....
I am not currently not emailing the form submission results to anywhere. Instead I am redirecting to a .php page using "Pass Field Data Via Query String". That works great.
The other weird thing is the category the post gets put into is totally random. Currently i have three draft posts - one says "-" for the category, one says "uncategorized", and one says "Thai IDN News", which is the single category I have.
Any idea why these draft posts are being created? I have latest versions of Gravity Forms, Gravity Forms ML and WPML.
There is a clue ... I have PHP debug on and there is a notice coming up when I hit submit saying something about ... Undefined Index: PostAuthor and the code is inside gravityforms plugin code. But its only up for half a second so very hard for me to make out the entire line, but the code is in gravityforms/forms_model.php on line 1443.
Hope that helps diagnose the issue!
If it helps, the shortcode I am using is:
[gravityform id="4" title=false description=false ajax=true]
Perhaps there is something "wrong" with that ....