Forums

[resolved] Contact Form for each author (10 posts)

  1. do77
    Member
    Posted 9 months ago #

    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!!

  2. grandslambert
    Member
    Posted 9 months ago #

    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.

  3. MichaelH
    moderator
    Posted 9 months ago #

    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(); ?>
  4. grandslambert
    Member
    Posted 9 months ago #

    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. :)

  5. do77
    Member
    Posted 9 months ago #

    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!

  6. grandslambert
    Member
    Posted 9 months ago #

    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.

  7. MichaelH
    moderator
    Posted 9 months ago #

    This is a good place to start:
    http://blog.themeforest.net/wordpress/wordpress-author-details/
    Author Templates

    Also:
    http://wordpress.org/extend/plugins/dmsguestbook/
    http://wordpress.org/extend/plugins/user-photo/
    http://wordpress.org/extend/plugins/profile-pic/ Use the shortcodes [printprofile] and / or [printprofilepic]
    http://wordpress.org/extend/plugins/wp-authors/
    http://wordpress.org/extend/plugins/extended-profile/
    http://wordpress.org/extend/plugins/author-exposed/
    http://wordpress.org/extend/plugins/author-avatars/
    http://wordpress.org/extend/plugins/list-authors-plus/ - offers template tag to sort by post count, exclude roles, exclude user id, exclude user name.
    http://wordpress.org/extend/plugins/addauthor/ inside the loop, a gravatar of the author of the post, the description of the author of the post, the nick of the author of the post and the date of the post.

  8. grandslambert
    Member
    Posted 9 months ago #

    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.

  9. do77
    Member
    Posted 9 months ago #

    I will check the link out!
    thank you a lot for your help. I really appreciate it!!!

  10. do77
    Member
    Posted 9 months ago #

    Auhtor exposed is basically what I was looking for. Thanks again for your help guys!

Reply

You must log in to post.

About this Topic