Is it possible to have a Form with a pulldown menu;
This pulldown menu having a list of names;
And when a user clicks on one of the names and submits;
An email with the information is sent to the person they chose.
An example Form would be like this:
Name: " "
Complaint: " "
Send to: (This is where the pulldown menu would go, with the list of names to send an email to)
I was thinking that this could be done by adding the name and email in the drop down menu. e.x "Adam" adam123@aol.com
and then some how tell the form to send it to the chosen name.. minus the "Adam" part? I really have no idea what I would do, but just coming up with ideas.
Any suggestions would be greatly appreciated! =))
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What I mean is the following:
Is it possible to have a Form with a pulldown menu;
This pulldown menu having a list of names;
And when a user clicks on one of the names and submits;
An email with the information is sent to the person they chose.
An example Form would be like this:
Name: " "
Complaint: " "
Send to: (This is where the pulldown menu would go, with the list of names to send an email to)
I was thinking that this could be done by adding the name and email in the drop down menu. e.x "Adam" adam123@aol.com
and then some how tell the form to send it to the chosen name.. minus the "Adam" part? I really have no idea what I would do, but just coming up with ideas.
Any suggestions would be greatly appreciated! =))