Real Estate Forums

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

Reply
 
Thread Tools Display Modes
Old 05-16-2007, 09:48 PM
Michael A Crider Michael A Crider is offline
Real Estate WebMaster
 
Join Date: May 2007
Location: Cypress, Texas
Posts: 115
Michael A Crider is on a distinguished road
Default Coding Submit Button on a Contact Form

on my site, I've created a contact form and am having trouble getting the submit button to dump the message in my inbox. Any suggestions?
Reply With Quote
Old 05-17-2007, 07:14 AM
PLS PLS is offline
Advancing Webmaster
 
Join Date: Jul 2006
Posts: 36
PLS is on a distinguished road
Default Re: Coding Submit Button on a Contact Form

The submit button itself doesn't do anything other than indicate that the form action should be processed. If your form isn't working, it's going to be a problem either with the script or the action in the form tag.
Reply With Quote
Old 05-17-2007, 07:57 AM
mkrotchie's Avatar
mkrotchie mkrotchie is offline
Real Estate WebMaster
 
Join Date: Mar 2007
Location: Tucson, AZ
Posts: 173
mkrotchie is on a distinguished road
Send a message via AIM to mkrotchie Send a message via Yahoo to mkrotchie
Default Re: Coding Submit Button on a Contact Form

Took a peek at the source code.. and I must be way behind the times.. because I'd never seen this kind of stuff before:

Quote:
<form action=--WEBBOT-SELF-- method=post>
<!--webbot bot="SaveResults" s-email-address="http://webmail.kw.com/horde3/imp/mailbox.php?nocache=3g146ie0cqrk"
s-email-format="TEXT/PRE" b-email-label-fields="TRUE"
s-email-Subject="CypressTexasRealEstateSite.com Form Response" s-builtin-fields="Date Time"
b-email-subject-from-field="FALSE"-->
Did you use Office to do your site?
__________________
Michael Krotchie - REALTOR® - Coldwell Banker Residential Brokerage, NRT LLC
6970 N. Oracle Road, Suite 100
Tucson, AZ 85704
520.404.4996 -- Mobile
520.544.4545 -- Office

Tucson Real Estate | Tucson Real Estate Blog
Reply With Quote
Old 05-17-2007, 08:42 AM
BrandonSternfield's Avatar
BrandonSternfield BrandonSternfield is offline
Uber Real Estate Webmaster
 
Join Date: Feb 2007
Location: Fort Lauderdale, Florida
Posts: 1,502
BrandonSternfield is on a distinguished road
Send a message via AIM to BrandonSternfield
Default Re: Coding Submit Button on a Contact Form

They are correct. The actual submit button just tells the form it's done.

It's the action part of the form tag that is important. Are you using php? Java? etc.

If your host lets you use the php mail() function (godaddy disables it for security reasons), you can find tons of free scripts online that use it.
__________________
If you're not remembered, you never existed.
Reply With Quote
Old 05-17-2007, 11:06 AM
Michael A Crider Michael A Crider is offline
Real Estate WebMaster
 
Join Date: May 2007
Location: Cypress, Texas
Posts: 115
Michael A Crider is on a distinguished road
Default Re: Coding Submit Button on a Contact Form

Thanks for the info guys it is all very helpful for I am new at this. I am using office to make the form. I am also using godaddy to host the site.

Under the form properties I am selecting "send data to me in my email"

Where it asks for my email address I've tried entering mcrider@kw.com, which didn't work. Then I've tried the actual http while in my inbox.

not sure where to go from here. I'll go to do daddy to see if I can find some help, and any suggestions from y'all would be great.

Thanks for the interest in helping me
Reply With Quote
Old 05-17-2007, 12:58 PM
BrandonSternfield's Avatar
BrandonSternfield BrandonSternfield is offline
Uber Real Estate Webmaster
 
Join Date: Feb 2007
Location: Fort Lauderdale, Florida
Posts: 1,502
BrandonSternfield is on a distinguished road
Send a message via AIM to BrandonSternfield
Default Re: Coding Submit Button on a Contact Form

I called godaddy up to work on mine too Turns out I spent over a week trying to get mail() to work and I never made sure it was enabled.

Godaddy actually has a emailform set up for you After logging into your godaddy account on their main page, go to 'my account'. Then go to 'hosting account list'. Open the control panel for your site. Under the content tab, there should be 'form mail'. Simply put your email in there, and update.

Check your files (via ftp, or however you do it) and there should be something like gdform.asp or something along the lines. Something YOU didn't make. In your form, for the action, put that file name

They wrote it for you to do it. About the only thing I actually like about godaddy.
__________________
If you're not remembered, you never existed.
Reply With Quote
Old 05-17-2007, 09:13 PM
Michael A Crider Michael A Crider is offline
Real Estate WebMaster
 
Join Date: May 2007
Location: Cypress, Texas
Posts: 115
Michael A Crider is on a distinguished road
Default Re: Coding Submit Button on a Contact Form

Thanks Brandon... huge help
Reply With Quote
Old 05-18-2007, 07:59 AM
BrandonSternfield's Avatar
BrandonSternfield BrandonSternfield is offline
Uber Real Estate Webmaster
 
Join Date: Feb 2007
Location: Fort Lauderdale, Florida
Posts: 1,502
BrandonSternfield is on a distinguished road
Send a message via AIM to BrandonSternfield
Default Re: Coding Submit Button on a Contact Form

It was annoying for me to work with So I figured since I went through all the hard work on the phone with them, why not pass it along?
__________________
If you're not remembered, you never existed.
Reply With Quote
Old 05-18-2007, 11:16 AM
ChiliPepperWeb ChiliPepperWeb is offline
Advancing Webmaster
 
Join Date: May 2007
Location: Houston, TX
Posts: 70
ChiliPepperWeb is on a distinguished road
Default Re: Coding Submit Button on a Contact Form

If you can use CGI scripts, I've been using NMS Formmail from Sourceforge for a long time with good results:

http://nms-cgi.sourceforge.net/scripts.shtml

It's a more secure replacement for the old formmail script from Matt's Script Archive that's still used everywhere. I've seen that some hosts actually have the Matt's version built into their system as their "formmail" in the control panel, although I don't know if that's what GoDaddy uses or something else similar. The NMS script was written because Matt's was so easy for spambots to hijack.
__________________
Stacy Clifford
ChiliPepperWeb.net
Open-Realty Hosting
Reply With Quote
Old 05-18-2007, 09:11 PM
Michael A Crider Michael A Crider is offline
Real Estate WebMaster
 
Join Date: May 2007
Location: Cypress, Texas
Posts: 115
Michael A Crider is on a distinguished road
Default Re: Coding Submit Button on a Contact Form

I like what I saw on the website you gave for nms... but how do I actually install so that I can start using? Again... very new at this.
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 11:55 PM.


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