Real Estate Forums

Increasing Conversion Converting Visitors to Leads, thats why real estate agents have their websites in the first place. Share tips, tricks and secrets on how to get more leads from the net!

Reply
 
Thread Tools Display Modes
Old 05-02-2005, 03:34 PM
sierra11b's Avatar
sierra11b sierra11b is offline
Real Estate WebMaster
 
Join Date: Apr 2005
Location: Sacramento, Ca
Posts: 141
sierra11b is on a distinguished road
Send a message via AIM to sierra11b
Default email scripts?

How to make one and use it?

I tried to grasp formmail but it was greek to me. Anyone have a good script or any information on how to set-up something like this.

I have a weak contact page i'd like to turn into something that can generate leads.

thanks,

Eric
Reply With Quote
Old 05-02-2005, 03:38 PM
kyle422's Avatar
kyle422 kyle422 is offline
Real Estate Webmaster
 
Join Date: Oct 2004
Location: Florida
Posts: 2,109
kyle422 is on a distinguished road
Default Re: email scripts?

I use this one http://sourceforge.net/projects/phpformgen/
as long as you can use php on your server.
Reply With Quote
Old 05-03-2005, 03:31 PM
sierra11b's Avatar
sierra11b sierra11b is offline
Real Estate WebMaster
 
Join Date: Apr 2005
Location: Sacramento, Ca
Posts: 141
sierra11b is on a distinguished road
Send a message via AIM to sierra11b
Default Re: email scripts?

But that seems to take someone off my site. Am i correct?

I was looking for a script i can actually implement into my contact page that doesn't redirect to /phpforms etc.

Or did I do it wrong?
Reply With Quote
Old 05-03-2005, 03:44 PM
Vlado Tovarnak's Avatar
Vlado Tovarnak Vlado Tovarnak is offline
Real Estate WebMaster
 
Join Date: Sep 2004
Location: Czech Republic
Posts: 159
Vlado Tovarnak is on a distinguished road
Send a message via ICQ to Vlado Tovarnak
Default Re: email scripts?

I have developed my own script for websites which I maintain. It is few lines of PHP code.

That one, which use Kyle, looks good too.
__________________
Vlado Tovarnak

"The more I want to get something done, the less I call it work."
"In order to win, you must expect to win."

by RICHARD BACH


http://www.ValuesGuide.com is now producing and providing leads for real estate agents
Reply With Quote
Old 05-04-2005, 12:23 PM
justicewhite justicewhite is offline
Real Estate WebMaster
 
Join Date: Jan 2005
Location: UK
Posts: 105
justicewhite is on a distinguished road
Default Re: email scripts?

Quote:
Originally Posted by sierra11b
But that seems to take someone off my site. Am i correct?

I was looking for a script i can actually implement into my contact page that doesn't redirect to /phpforms etc.

Or did I do it wrong?
I don't think phpformgen takes you off your site. You will need to download the software and produce the forms you want.

However, the PHP it produces is not necessarily the cleanist.

Good luck in your search...
Reply With Quote
Old 05-05-2005, 01:35 PM
SanDiego's Avatar
SanDiego SanDiego is offline
Uber Real Estate Webmaster
 
Join Date: Jul 2004
Posts: 902
SanDiego is on a distinguished road
Default Re: email scripts?

search hotscripts. com for email scripts.. That is where i get free scripts for EVERYTHING i need.
(althought some of those might need to be modified so beware if you're not able to at least notice the HTML parts of it)
__________________
Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.
Reply With Quote
Old 06-06-2005, 03:15 PM
sierra11b's Avatar
sierra11b sierra11b is offline
Real Estate WebMaster
 
Join Date: Apr 2005
Location: Sacramento, Ca
Posts: 141
sierra11b is on a distinguished road
Send a message via AIM to sierra11b
Default Re: email scripts?

I have tried to get these scripts to work but can't seem to do it to save my life. Can someone give me a walk-through or explain it in detail?

I need lead capture of some kind. I've only had one deal off a phone call from someone that Googled my site. I get about 3-14 hits per day so something needs to change.
Reply With Quote
Old 06-06-2005, 05:04 PM
kyle422's Avatar
kyle422 kyle422 is offline
Real Estate Webmaster
 
Join Date: Oct 2004
Location: Florida
Posts: 2,109
kyle422 is on a distinguished road
Default Re: email scripts?

There is a forum for help here http://sourceforge.net/forum/forum.php?forum_id=149299
to run the phpformgenerator.
Reply With Quote
Old 06-06-2005, 09:11 PM
Denver Buyer Broker Denver Buyer Broker is offline
Real Estate WebMaster
 
Join Date: Sep 2004
Posts: 150
Denver Buyer Broker is on a distinguished road
Default Re: email scripts?

Copy and past the code below, correct the domain email address and the thanks page. (hope this works for you, it's what i use.) Should look like:
http://www.buyerbroker-denver.com/va...l/contact.html
(ugly page, i know)



<FORM ACTION = "/cgi-sys/formmail.pl" METHOD = "POST" class="normal">
<div align="left">
<p><font face="Verdana">
<input type="hidden" name="recipient2" value="YOUR EMAIL ADDRESS , DOMAIN SPACIFIC">
<input type="hidden" name="subject2" value="Comments from your real estate site">
<input type="hidden" name="env_report2" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT">
<input type="hidden" name="redirect2" value="http://YOUR THANKS PAGE.html">
<b>Name:<br>
</b><span class="style4">
<input type="text" name="yourname" size=32>
</span></p>
</div>
<p align="left"><b>Your Email:</b>&nbsp;<br>

<input type="text" name="email2" size=32>
</p>
<p align="left"><b>Your Phone:</b><br>

<input type="text" name="phone" size=15>
</p>
<div align="left">
<p>&nbsp; </p>
</div>
<p align="left"><b>Preferred way to contact:</b> <font face="Verdana"> </font><font face="Verdana"><span class="style4"><br>
<input type="radio" name="contact_method" value="Phone" checked>
<span class="style5"><font size="2">Phone </span>
<input type="radio" name="contact_method" value="Email">
<span class="style5">Email</span></span></font></p>
<p align="left"><font face="Verdana"><b>If by phone, the best time and day to reach you:</b> <span class="style4"><font size="2"><br>
</font></span></font></p>

<div align="left">
<ul class="style4" style="margin-bottom: 0">
<ul style="margin-bottom: 0">
<p><font face="Verdana">
<select name="timeofday">
<option>Morning</option>
<option>Afternoon</option>
<option>Evening</option>
</select>
<select name="dayofweek">
<option>Monday</option>
<option>Tuesday</option>
<option>Wednesday</option>
<option>Thursday</option>
<option>Friday</option>
<option>Saturday</option>
<option>Sunday</option>
</select>
</font>
</p>
</ul>
</ul>
</div>
<p align="left"> <font face="Verdana"><b>How may I help you?</b> </font>

</p>
<div align="left">
<ul style="margin-bottom: 0">
<p><font face="Verdana">
<textarea name="how_can_we_help" rows="14" cols="50" wrap="VIRTUAL"></textarea>
</font>
</p>
</ul>
<ul style="margin-bottom: 0;">
</ul>
<ul style="margin-bottom: 0;">
</ul>
</div>
<ul style="margin-bottom: 0;"><p align="left" style="margin-bottom: 0"><font face="Verdana">
<input name="submit" type="submit" class="normal" value="Submit">
<input name="reset" type="reset" class="normal" value="Clear">
</font></p>
</ul>
</form>

Last edited by Denver Buyer Broker : 06-06-2005 at 09:13 PM. Reason: added
Reply With Quote
Old 06-07-2005, 08:46 AM
sierra11b's Avatar
sierra11b sierra11b is offline
Real Estate WebMaster
 
Join Date: Apr 2005
Location: Sacramento, Ca
Posts: 141
sierra11b is on a distinguished road
Send a message via AIM to sierra11b
Default Re: email scripts?

Now i'm getting somewhere. I like that script. Simple and it allows the client to spill their guts to me.

So it didn't work. I'm sure it's not a problem. I'm hoping you (denver buyer broker) may be able to assist me until i'm good to go?


Here's the code I have:


<FORM ACTION = "/cgi-sys/formmail.pl" METHOD = "POST" class="normal">
<div align="left">
<p><font face="Verdana">
<input type="hidden" name="recipient2" value="ejsmortgage@comcast.net">
<input type="hidden" name="subject2" value="Comments from ejsmortgage.com">
<input type="hidden" name="env_report2" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT">
<input type="hidden" name="redirect2" value="http://www.ejsmortgage.com/thankyou.htm">
<b>Name:<br>
</b><span class="style4">
<input type="text" name="yourname" size=32>
</span></p>
</div>
<p align="left"><b>Your Email:</b>&nbsp;<br>

<input type="text" name="email2" size=32>
</p>
<p align="left"><b>Your Phone:</b><br>

<input type="text" name="phone" size=15>
</p>
<div align="left">
<p>&nbsp; </p>
</div>
<p align="left"><b>Preferred way to contact:</b> <font face="Verdana"> </font><font face="Verdana"><span class="style4"><br>
<input type="radio" name="contact_method" value="Phone" checked>
<span class="style5"><font size="2">Phone </span>
<input type="radio" name="contact_method" value="Email">
<span class="style5">Email</span></span></font></p>
<p align="left"><font face="Verdana"><b>If by phone, the best time and day to reach you:</b> <span class="style4"><font size="2"><br>
</font></span></font></p>

<div align="left">
<ul class="style4" style="margin-bottom: 0">
<ul style="margin-bottom: 0">
<p><font face="Verdana">
<select name="timeofday">
<option>Morning</option>
<option>Afternoon</option>
<option>Evening</option>
</select>
<select name="dayofweek">
<option>Monday</option>
<option>Tuesday</option>
<option>Wednesday</option>
<option>Thursday</option>
<option>Friday</option>
<option>Saturday</option>
<option>Sunday</option>
</select>
</font>
</p>
</ul>
</ul>
</div>
<p align="left"> <font face="Verdana"><b>How may I help you?</b> </font>

</p>
<div align="left">
<ul style="margin-bottom: 0">
<p><font face="Verdana">
<textarea name="how_can_we_help" rows="14" cols="50" wrap="VIRTUAL"></textarea>
</font>
</p>
</ul>
<ul style="margin-bottom: 0;">
</ul>
<ul style="margin-bottom: 0;">
</ul>
</div>
<ul style="margin-bottom: 0;"><p align="left" style="margin-bottom: 0"><font face="Verdana">
<input name="submit" type="submit" class="normal" value="Submit">
<input name="reset" type="reset" class="normal" value="Clear">
</font></p>
</ul>
</form>

I highlighted the email because I noticed you had "domain specific" in your code above. Does it have to be domain specific in this case? Like me@mydomain.com? Or am I fine with what I have?

So anyway, I made a temporary test page here: http://www.ejsmortgage.com/1.htm

Everything looks right but it doesn't seem to work. It goes straight to a "missing fields" page. Go ahead and try it.

I think it has to do with the formmail.pl I have formail handy but it's not uploaded on the server. How do I install it?

Last edited by sierra11b : 06-07-2005 at 09:03 AM.
Reply With Quote
Reply


Thread Tools
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

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

REW Conference

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 09:59 PM.


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