View Full Version : Is there a way too................?


MissLadyhawke
06-10-2004, 05:24 PM
Ok, let me explain a little about what I am doing and maybe that will help with the question. I need to make an online e-mail form for the school district, for the various school employees to sign up for the email system and get a user name and password, their current system is to have the employees print off the form, then fill it out and then fax it. Well, they want it more simple and so it won't waste paper. All of the fields will be general, except for one, that is the one that I need help on. Once the employee fills out all of their information, then they need to send it to their administrator (principal) for their final approval, they are requesting that I make a drop down menu to choose the administrator, and then hit the submit button to make the form go to that person, how can I make sure that it will be emailed to that particular person?
If you can explain to me how this can be done, or even point me in the direction of a tutorial, or something.
Thank you so much,

pb&j
06-10-2004, 07:26 PM
how is the form information being processed?
Perl?
PHP?
other?

MissLadyhawke
06-10-2004, 11:48 PM
Just using plain ol HTML, is that what you mean?

pb&j
06-11-2004, 01:47 AM
you will probably have to learn/use a serverside language in order to process your data correctly and effeciently.

there may be a javascript alternative, but i cant seem to locate one at the moment.

MissLadyhawke
06-11-2004, 03:01 AM
Thank you so much for your quick response, I will do a search for it as well. If you come up with something please let me know.
MissLadyhawke

obsideus
06-11-2004, 05:00 AM
As far as I know there isn't a Javascript alternative, you will probably have to use a PHP email submission form to do what you are wanting; however, I do not know of a form that has the abilities you are wanting.

pb&j
06-11-2004, 05:12 AM
if she went with PHP, the script would just have to take the entered value of the drop down and sub it into the mail command (through the REQUEST variable).

MissLadyhawke
06-11-2004, 06:09 AM
Now you guys have lost me, LOL
I will try and find something somewhere, Thank you
MissLadyhawke