Hello. I will try to explain what i would like to do : A simple form where the user : * will select what he wants from a drop-down box. * will type his email. The problem is : I would like the user to receive an auto email depending on what he selected from the drop-down box. And also if it is possible to be registered in my newsletter (if not, i will solve this problem by hand) Please... I really need this. Thanks.
this is a simple code, since a dropdown box have values and label, and it sent the value chosen to your next script, just make the next script send the mail base on the value which was sent. eg. <option value="1">Me</option><option value="2">You</option> on your accepting script if value = 1 then send mail about ship else if value = 2 then send mail about dogs contact me if you need help