Okay, I need a script (written in JS) that will process a form...
Here is the catch:
I am going to have a pulldown menu that has names... When a person is selected, I want the script to send the form to that person. The other components will be title and body (for the message) I want it to appear just like an email too in the person's email box... With a Title, and a body.
Why I want it: Because I don't want to use the mailto: command because I don't want bots to get my email adresses. Already had it happen once... Just make the script vague because I know a little JS. I will be able to edit the emal adresses in the script and the names.
Thanks in advance...
Comments and suggestions are welcome as well.
Here is the catch:
I am going to have a pulldown menu that has names... When a person is selected, I want the script to send the form to that person. The other components will be title and body (for the message) I want it to appear just like an email too in the person's email box... With a Title, and a body.
Why I want it: Because I don't want to use the mailto: command because I don't want bots to get my email adresses. Already had it happen once... Just make the script vague because I know a little JS. I will be able to edit the emal adresses in the script and the names.
Thanks in advance...
Comments and suggestions are welcome as well.
Comment