Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
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?
|
|
|||
|
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.
|
|
||||
|
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:
__________________
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 |
|
|||
|
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 |
|
||||
|
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. |
|
|||
|
Thanks Brandon... huge help
|
|
||||
|
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. |
|
|||
|
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. |
|
|||
|
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.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|