creating a form to submit details to an email

A

Anonymous

Guest
I would like to create a form that has 6 required fields:
Name
Extension
From Desk #
To Desk #
From Group #
To Group #
And I would like the text entered into this form to be sent to me via email.

I have done quite a few searches on the internet to try to figure out how to do this, and have found nothing that I can understand. This will be my first attempt at a PHP form, and unfortunately it is a bit more than I think a newbie like me can understand.

Can anyone help me?
 
Use a form mail script such as the one that can be found here:

http://www.boaddrink.com/projects/phpformmail/
 
Back
Top