Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I want to setup a simple custom form for users to post, which will automatically:

  • Subscribe user to updates (i.e. moderation approved, comment posted)
  • Enable DISQUS xor IntenseDebate comments
  • Publish to /users-articles/.

The form should look something like this:

Title:

Rich-text post (with char-limit):

Tags:

Submit (goto login/register if unauthed)

Which plugin can I use to create this form?

share|improve this question
I'm not familiar with a plugin that is that specific but this answer should point you in the right direction if you're up to some dev work... stackoverflow.com/questions/4321914/wp-insert-post-with-a-form – jackreichert Feb 22 '12 at 4:23

closed as off topic by toscho Nov 16 '12 at 6:09

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Formidable Pro (formidablepro.com) will allow you to have users create posts to either your wordpress blog or to a custom post types (I am assuming the mentioned users-articles is a custom post type). I think subscription to updates and the enabled comments would need to be done through other plugins though.

share|improve this answer
You must disclose your affiliation in your answers. Oh, and welcome to WordPress Stack Exchange! :) – toscho Feb 22 '12 at 19:03
Thanks Steve, I emailed Formidable yesterday to see if they can provide the functionality I am looking for. Also, it seems that the Quick Post Widget might solve the issue. – user1043838 Feb 23 '12 at 7:29

Not the answer you're looking for? Browse other questions tagged or ask your own question.