BuffaloHELP, on Aug 27 2005, 02:00 PM, said:
This CGI script is basic information gatherer. When all you want is person's information entered by that person online--this is for you.
Let me know if that help you guys out.

That is all I'm after is basic information gathering type stuff. And I did find this tutorial yesterday, and I couldn't get it to work for me. Today, things are looking up. I've mananged to make a very basic form, that sends but I'm only getting the last two of the fields to arrive in the email. The first one doesn't show up at all.
Using your example... if on my template, I have:
Quote
To: your-receiving-address@server.com
Subject: testing out the application form
Name entered: [FirstName] [LastName]
Zip code: [zip]
Sender's email: [email]
Sender's phone: ([area])[exchange]-[number]
All I'm receiving is:
Quote
Zip code: [zip]
Sender's email: [email]
Sender's phone: ([area])[exchange]-[number]
I've checked to make sure that the words are spelled the same on both files, and that they don't have capitals or anything like that. Is there something I could need to add for it to send the first one along?
I tried adding a forth textbox, hoping that it just wouldn't send that one instead, but it just left out the first two areas instead and sent the same last two, so I'm not sure whatelse to try.
And thanks for the offer of help, rvalkass, I might have to take you up on that, if I can't get this one working. I'm not at all familiar with php... so I think that was half my problem.