The WorksForWeb Community Forums
Welcome to the WorksForWeb community forums. Here you can discuss WorksForWeb products with others and contribute to the rapidly growing WorksForWeb community. Please note that while WorksForWeb staff try to maintain presence on the forums, this is not the most reliable way to contact WorksForWeb staff. In case you require a timely response from WorksForWeb on an issue, please open a support ticket here. For pre-sales questions, please open a sales ticket here.

Welcome, Guest. Please login or register.
May 22, 2012, 07:36:39 PM

Login with username, password and session length
Search:     Advanced search
Added the iLister-related Boards

Rate My Site Boards Added

Merged iAuto and iRealty Support Forums together

Several new tips in the Tips and Tricks section
1,604 Posts in 625 Topics by 1,179 Members
Latest Member: bobsteam
* Home Help Search Login Register
+  The iAuto/iRealty/iLister Support Forum
|-+  iAuto, iRealty and iLister v.4.x
| |-+  General iAuto Discussions
| | |-+  Contact form problem
« previous next »
Pages: [1] Print
Author Topic: Contact form problem  (Read 440 times)
cargenie
Newbie
*

Karma: 0
Posts: 23


Car Genie Australia


View Profile WWW
« on: January 10, 2011, 10:14:26 AM »

Hello,

There is a bit of a problem with the 'contact seller form'.
When a user receives an enquiry through this form, it comes from my service email 'admin@xxxxx.com' telling them that they have an enquiry from my site, etc.
. if they hit 'reply' and send their message, it comes back to the sites service email address.

Is there a way to add a 'reply-to' field into the contact seller form so that when a reply is sent, it is sent to the email address of the person who sent the enquiry?

Thanks, much appreciated!!
Logged

Arthur
Jr. Member
**

Karma: 2
Posts: 81


View Profile
« Reply #1 on: January 18, 2011, 01:01:28 PM »

Hello
You can make it editing file system/lib/miscellaneous/Notifications.php
in function sendContactSellerLetter($info) find the line
Code:
$sender_email_address = isset($info['submitted_data']['email']) ? $info['submitted_data']['email'] : null;
and replace it with
Code:
$sender_email_address = isset($info['submitted_data']['email']) ? $info['submitted_data']['email'] : $_REQUEST['Email'];

Regards
Arthur
Logged

Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Classified Software by Worksforweb Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!