Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
Old 03-02-2007, 06:38 AM
iorgobe13 iorgobe13 is offline
banned
 
Join Date: Mar 2007
Posts: 10
iorgobe13 is on a distinguished road
Default Need a contact form for my web site

Hello,

I need a contact form on my website, that will send to my email address what the visitor enter in the form fields. The problem is that I can't run any php scripts.. is there a way to use some html form?
Reply With Quote
Old 03-02-2007, 08:51 AM
REW Anthony REW Anthony is offline
Real Estate Webmasters Staff
 
Join Date: Aug 2006
Location: Nanaimo, BC
Posts: 159
REW Anthony is on a distinguished road
Default Re: Need a contact form for my web site

You can accomplish this in a couple of ways but the one I think is easiest for your task is to use a PERL CGI script.

Either of these solutions should work nicely for you. They do not require PHP however they do require CGI support. Most web hosts allow for CGI scripts. Should these not work for you or not supported by your hosting provider I would suggest calling up your web host and asking them. They probably already have an accepted solution for this task.

http://www.boutell.com/email/
http://www.scriptarchive.com/formmail.html

Last edited by REW Anthony; 03-02-2007 at 08:54 AM.
Reply With Quote
Old 03-02-2007, 10:13 AM
iorgobe13 iorgobe13 is offline
banned
 
Join Date: Mar 2007
Posts: 10
iorgobe13 is on a distinguished road
Default Re: Need a contact form for my web site

Thank you for your suggestions! I found a site that offers remotely hosted contact forms, www. emailmeform .com . Basically, I paste the html code in my website, and it calls the php script on their server who sends the email.

Last edited by SEO Nick; 06-11-2007 at 08:30 AM.
Reply With Quote
Old 03-02-2007, 10:35 AM
VRI's Avatar
VRI VRI is offline
Uber Real Estate Webmaster
 
Join Date: May 2004
Location: Tampa Bay
Posts: 2,308
VRI will become famous soon enough
Default Re: Need a contact form for my web site

The mail would be sent by their server, but I would caution that any information passed could be, as well, passed to them and that generally it's a bad idea to allow your information to be processed on another's site.

With something as simple as this it would seem that you'd want to keep everything in house (It seems that there would have to be a reference to their site on your form). If you're on a windows server, I'd be glad to pm you what I use for CDOSYS or ASPEmail... if not have you tried googling it?
__________________
OverSite.US | A Unique Web Directory
Real Estate Directory | A regional listing of quality real estate related web sites.
Tampa Bay Fishing | Seeks references from the area resource pages of quality local sites.
Reply With Quote
Old 03-02-2007, 10:35 AM
REW Anthony REW Anthony is offline
Real Estate Webmasters Staff
 
Join Date: Aug 2006
Location: Nanaimo, BC
Posts: 159
REW Anthony is on a distinguished road
Default Re: Need a contact form for my web site

Sounds easy enough.

Although this raises a few flags in my head and I would ask you to be a bit cautious.

1. What reason does this company have for providing such a free service?
2. What do they get out of it?

Those were the first questions that popped into my mind. Sounds like a great way to collect people's email addresses for targeted spamming purposes. The site also does not have many back links so it was hard to find out how popular they are.
Reply With Quote
Old 03-03-2007, 05:17 PM
ezguy's Avatar
ezguy ezguy is offline
Advancing Webmaster
 
Join Date: Mar 2006
Posts: 41
ezguy is on a distinguished road
Default Re: Need a contact form for my web site

i guess in the form tage us post="mailto:email@addres.com" will do the job i guess
__________________
visit HousesSale.net to List your property free
Reply With Quote
Old 03-03-2007, 10:28 PM
REW Fergus's Avatar
REW Fergus REW Fergus is offline
Real Estate Webmasters Staff
 
Join Date: Aug 2006
Location: Nanaimo, BC
Posts: 588
REW Fergus is on a distinguished road
Default Re: Need a contact form for my web site

ezguy, I think you mean this:

Code:
<form action="mailto:info@example.com">
This has been discussed previously on the forum. It has its benefits, but it also has some drawbacks. If a user is hosted by a provider who doesn't offer some form of scripting, the most common being PHP, that user should probably look for a new host.
__________________
Fergus Gibson
realestatewebmasters.com
Reply With Quote
Old 03-05-2007, 11:06 AM
REW Anthony REW Anthony is offline
Real Estate Webmasters Staff
 
Join Date: Aug 2006
Location: Nanaimo, BC
Posts: 159
REW Anthony is on a distinguished road
Default Re: Need a contact form for my web site

Using <form action="mailto:info@example.com">

pops up some ugly looking security prompts on some machines that scare off people.

iorgobe13: have you singled out using CGI? I highly recommend asking your provider as this is a mature technology that all servers usually support.
Reply With Quote
Old 03-07-2007, 10:54 AM
REW Fergus's Avatar
REW Fergus REW Fergus is offline
Real Estate Webmasters Staff
 
Join Date: Aug 2006
Location: Nanaimo, BC
Posts: 588
REW Fergus is on a distinguished road
Default Re: Need a contact form for my web site

It sure does, Anthony. That's in part why I referenced the other discussion. But it does have a couple advantages: it's handled by the browser, thus not subject to capricious server configuration choices; additionally, it doesn't require any coding knowledge to use.
__________________
Fergus Gibson
realestatewebmasters.com
Reply With Quote
Old 03-07-2007, 03:40 PM
AaronSOLD AaronSOLD is offline
Uber Real Estate Webmaster
Recently blogged:
Edina Realty
at my REW Blog. Claim your blog
 
Join Date: Mar 2005
Posts: 690
AaronSOLD is on a distinguished road
Default Re: Need a contact form for my web site

Also keep in mind that email addresses on web sites are prime targets for spam... that makes the right form script better...
__________________
Aaron

Minneapolis Real Estate | Twin Cities Real Estate | Edina Realty Agent
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

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



For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 07:22 PM.


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