We have a few contests running at work, each one requires you to fill out the same standard form. I was trying to consolidate all the contest forms into one and have a drop down / list box to select the contest.

I'm trying to find a way to make it easier to sort the contest emails by having the drop down selection add that value to the subject of the email.

Can this be done by java script or php?

My form action is going through a cgi mail script and not using an email address inside the form... I saw a post for dynamic subject using a java script but was using the email address in the action. I haven't got it to work using a drop down.

Thanks in advance for any help anyone can provide.