Thread Starter
ajay17
(@ajay17)
That helped, but my blog has two people who post in it. Is there any way for me to edit that to give the user a choice of which person they want to send the message to.
i use an external thingy because it can’t do that, however i dont recommend it – keep this request open.
heres how mine looks:
http://yse-uk.com/wordpress/?page_id=347
I want to write something that will put a contact form on the author.php. Look at the profile, see the contact form. I think for security, maybe only registered users should be able to use it. Thoughts?
A less than perfect workaround would be to alter the code on the plugin where on line 141 it says “Your Message:”, to say “Your Message (please indicate which author you’re contacting)”…then create a filter in gmail to test if the subject is “Contact Form Results” and contains the author’s name”, to forward the email to him.
Only problem could be the spacing by adding the code to the plugin, you may simply want to put the information directly on the Contact Page, before you call the contact form. Either way, the filter would work.