I need the 'Contact Seller' form to the right of listing to be routed to one email...
Hello and thank you ahead of time,
I'm using the ClassiPress theme for a bartering (trading) website at
http://themilehighbarterclub.com and have a question regarding the contact form to the right of listing.
Question:
How can I change the contact form to send inquiries to a single admin email address? I'm sure the change will take place in the sidebar-contact.php code below, but not sure how to change it.
----------------------------------------------------------------------
// if contact form has been submitted, send the email
if (isset($_POST['submit']) && $_POST['send_email'] == 'yes') {
----------------------------------------------------------------------
Any and all help is appreciated,
Kyle