I want that submission from CF7 automatically gets posted to “Post” or a “Page” on my site.
I saw that it is necessary to add some action hook but I do not have the skills to do that? Can someone help me out please?
Thank you!
edit: I could do it with Blog_by_Email service (which sends submission to some email and then make a post automatically), but I need user id on the post.
You can use the wp_insert_post to do this
for more info about wp_insert_post visit this page http://codex.wordpress.org/Function_Reference/wp_insert_post