Real Estate Forums

REW Lead Manager 'How Do I' questions for the lead manager included in the V 2.0 REW platform.

Reply
 
Thread Tools Search this Thread Display Modes
Old 06-11-2008, 01:15 PM
StephGir StephGir is offline
Advancing Webmaster
 
Join Date: May 2008
Posts: 31
StephGir is on a distinguished road
Default Getting email for listing inquiries

The agent on duty currently gets emails for new leads but not contact forms or listing inquiries. Can we please get it set up for an email to go to the agent on duty for listing inquiries and contact forms?

Thank you,
Stephanie
Reply With Quote
Old 06-11-2008, 02:45 PM
rew danielle's Avatar
rew danielle rew danielle is offline
Real Estate Webmasters Staff
 
Join Date: Dec 2007
Posts: 1,422
rew danielle is on a distinguished road
Default Re: Getting email for listing inquiries

Of course you can! Which website are you referring to?
__________________
Danielle Simard
Customer Support Representative
support@realestatewebmasters.com
Reply With Quote
Old 06-11-2008, 03:23 PM
rew danielle's Avatar
rew danielle rew danielle is offline
Real Estate Webmasters Staff
 
Join Date: Dec 2007
Posts: 1,422
rew danielle is on a distinguished road
Default Re: Getting email for listing inquiries

jakemarsh.com.

Ok, to go add a recipient to be informed of a new contact form submission you will have to edit the corresponding snippet.

1. In the cms click on manage snippets
2. Choose the #contact-form# snippet by clicking the edit button beside it
3. This opens up the code within the snippet. About 7 lines down, you will see this code

$address = 'example@yourwebsite.com';

This code is telling the contact form notifications where it is to be sent.

4. To add another email account to the list, just copy this line of code ($address = 'example@yourwebsite.com';) and paste it on the next line and replace the email address with the one you are adding.

So it will look something like this:
<?php
/* This File is meant to be included from the CMS */
/* CONTACT FORM */

if (isset($_POST['contact']) && !empty($_POST['contact']))
{

#Send email to
$address = 'example@yourwebsite.com';
$address2 = 'example@yourwebsite.com';

You can add as many email addresses as you would like. Make sure you save the changes when you are done.
__________________
Danielle Simard
Customer Support Representative
support@realestatewebmasters.com

Last edited by rew danielle; 06-26-2008 at 10:29 AM. Reason: correction
Reply With Quote
Old 06-20-2008, 09:08 AM
StephGir StephGir is offline
Advancing Webmaster
 
Join Date: May 2008
Posts: 31
StephGir is on a distinguished road
Default Re: Getting email for listing inquiries

2 things here - why do I have to come back to this forum to get my reply? Can't I get it emailed to me?

Additionally, I want the contact form and listing inquiry to go to the general email and ONLY to the AGENT ON CALL, not everyone. I don't want to have to go in and edit this every week.

Thank you,
Stephanie
Reply With Quote
Old 06-20-2008, 05:37 PM
rew danielle's Avatar
rew danielle rew danielle is offline
Real Estate Webmasters Staff
 
Join Date: Dec 2007
Posts: 1,422
rew danielle is on a distinguished road
Default Re: Getting email for listing inquiries

Hey Stephanie,

Every time a reply is made in a thread that you have posted in, you SHOULD be getting it in your email. Check your user cp settings to see what email address you have listed. Also check to see these emails are going to your junk folder.
__________________
Danielle Simard
Customer Support Representative
support@realestatewebmasters.com
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Initial Email Script rvolk75 Increasing Conversion 11 09-28-2008 08:49 PM
PDA/Smartphone Email SPAM Issues and my Solutions RonnieG Real Estate Chat 2 04-04-2008 12:50 PM
Email Auto Responders ColoradoHomeFinder Work Orders 6 03-18-2008 12:00 PM



For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 03:07 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.