Form Question

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
ghostrider632
Forum Newbie
Posts: 1
Joined: Sat Apr 23, 2005 4:17 pm

Form Question

Post by ghostrider632 »

Hello,

I need to make a form for my website users that they can fill out and then when they hit submit the form submits all the info to the specified email the user inputed in the email text box.

Does anyone know of a tutorial or something I can reference to make this happen?

Thank you!

Brett
User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

Hello,

Look into formmail or its' many clones. You'll need a server-side scripting (PHP or Perl) enabled webhost. Check out http://www.hotscripts.com for formmailers.

Good luck!
Post Reply