Hi there,
I am allowing multiple authors to post articles on my blog. But unfortunately, if users have a specific question to some article, they use the regular contact form and send their request to me. I have then to figure out which author they mean and forward the message to him/her. As you can see, its a really complicated process.
I was wondering if there is a plugin that allows each author to have his/her own page (not a blog or wordpress mu) with only a little bio and a contact form. So basically under each article there would be a link that brings the user to this "contact page".
I would appreciate your help! Thanks!!
I would suggest the cForms plugin - http://www.deliciousdays.com/cforms-plugin
You can use this to create a custom contact form for each author, even with different fields per author, then create a page in WordPress for their "bio" and embed that contact form on the page. You can even store emails to authors in the databse, but doesn't sound like you want to do that.
Looks like with http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress you can create multiple instances of a contact form. The hard part looks to be correlating your author to the proper form instance.
<?php global $ddfm; echo $ddfm{1}->generate_data(); ?>
This is why I suggested cforms-plugin - though for some reason it is no longer in the official repository. I use it on may sites and it allows me to create (or copy) forms and embed a given form into a page using the page or post editor. Not hard to do once you understand the plugin and name the forms with something that makes sense. :)
Mmh ... first of all thanks a lot for your answers. I have been checking out both links but I am still not sure if that is what I need. Because I don't really want to be responsible for creating the forms for each author. The best would be if they could do that on their own. But one question that might solve my problem:
In the admin panel under "Your profil" each author is able to write some information down. Currently only the biographical info is visible to the visitors when they click on the authors name above the article. Is there any way to make the contact information visible too (or let the author choose whether to publish it or not?)
Thanks!
There may be a plugin for this, but I haven't had any need for it so haven't done much research. I will take a look later tonight and see what I can find.
Hmm, just downloaded and tested this one:
http://wordpress.org/extend/plugins/extended-profile/
suggested above - might give you exactly what you want. Check it out.
I will check the link out!
thank you a lot for your help. I really appreciate it!!!
Auhtor exposed is basically what I was looking for. Thanks again for your help guys!