B4Print.com

Web Development & Design => Design Applications => Topic started by: Slappy on May 05, 2009, 09:38:29 AM

Title: Email Form and GoDaddy Host
Post by: Slappy on May 05, 2009, 09:38:29 AM
Friend of mine who is getting (back) into some web work is doing a simple site that includes a form with an email directed to his client. They host through GoDaddy, and is being instructed that in order for it to reach the recipient, it has to point to their server and then be re-directed to the clients email. Is that the norm, I would have thought it could point directly to the client's email addy?

I think he's still using GoLive CS2, not sure that makes a difference though.
Title: Re: Email Form and GoDaddy Host
Post by: gnubler on May 05, 2009, 09:41:37 AM
Godaddy sucks. Just ask Joe.

I just made a site with a simple contact form. I used the script here:

http://css-tricks.com/nice-and-simple-contact-form/

Simple. Just put the recipient's email addy in the PHP file, do a little more tweaking, and it should work.
Title: Re: Email Form and GoDaddy Host
Post by: Joe on May 05, 2009, 10:41:55 AM
I agree with gnubler...that is not correct. Take a look at this site as well as gnublers script:

How do I set up a web based email form (http://www.aota.net/Email/formmail.php4)

And yes I also agree with gnubler that godaddy sucks.
Title: Re: Email Form and GoDaddy Host
Post by: gnubler on May 05, 2009, 10:47:05 AM
Actually, setting up forms is kind of sucky. If you're hand-coding one for a small site you have to worry about spam - it's inevitable. In the simple form I just did I used a CSS trick to trap spambots and send their form submissions into the netherworld. There are other techniques, too. If you have any questions, just ask me.
Title: Re: Email Form and GoDaddy Host
Post by: Joe on May 05, 2009, 10:56:50 AM
Quote from: gnubler on May 05, 2009, 10:47:05 AMActually, setting up forms is kind of sucky. If you're hand-coding one for a small site you have to worry about spam - it's inevitable. In the simple form I just did I used a CSS trick to trap spambots and send their form submissions into the netherworld. There are other techniques, too. If you have any questions, just ask me.

Is there anyway to send the spam back to them? That would be sweet justice. :grin:
Title: Re: Email Form and GoDaddy Host
Post by: gnubler on May 05, 2009, 11:22:58 AM
Quote from: Joe on May 05, 2009, 10:56:50 AM
Quote from: gnubler on May 05, 2009, 10:47:05 AMActually, setting up forms is kind of sucky. If you're hand-coding one for a small site you have to worry about spam - it's inevitable. In the simple form I just did I used a CSS trick to trap spambots and send their form submissions into the netherworld. There are other techniques, too. If you have any questions, just ask me.

Is there anyway to send the spam back to them? That would be sweet justice. :grin:

Better not. I just got a lucrative offer from Burkina Faso a couple days ago - I think I'm gonna go baitin' and have fun with this one, keep them busy.
Title: Re: Email Form and GoDaddy Host
Post by: Slappy on May 06, 2009, 09:53:17 AM
Cool, thanks guys! I'll mention the Spam thing to him, not sure if he's though of that angle.