Adverse Credit Remortgage | Loans | Mortgages | Mortgage Calculator | Visa Credit Cards
form - a little different [Archive] - PCMech Forums

PDA

View Full Version : form - a little different


mysterio2099
07-20-2005, 10:03 AM
Alright guys, I'm wanting to make a form sort of like the one here

http://www.circuitcity.com/cs_customer_email.jsp?c=1

I have experience in HTML, and a little in PHP... I don't even know where to start with this though. All I want it to do is be mailed to an e-mail. I'm not sure if that requires SMTP servers and all that crap, but either way, I need some help.

Thanks :eek:

Auriga
07-20-2005, 10:29 AM
Well your best bet is to use PHP.

Here is a link to a simple way to do what you want.

Any probs, just hit me up.

mysterio2099
07-20-2005, 10:29 AM
you didn't post a link Auriga... please resend

Auriga
07-20-2005, 10:34 AM
Oops!

http://www.maketemplate.com/feedback/

mysterio2099
07-20-2005, 10:40 AM
Thanks Auriga. I'm gonna look into it later today.

Auriga
07-20-2005, 10:43 AM
:D

Nice one - i use some of their code on my site (www.auriga.org.uk/feedback.php)

If you need help removing or adding fields just ask.

mysterio2099
07-20-2005, 11:44 AM
Hey Auriga, I took a look at the form code and it has WAY more stuff in there than I ever wanted. I just want a few simple fields and the ability to e-mail the info to me.

Once before I tried the

mail();

function, but you can only have 4 parameters or something like that? So it threw up a gazillion errors when I tried to have 9 or 10, haha.

Plus I think it required an SMTP, which I don't want if I don't have to have it.

Please advise :cool: