justintime32
01-27-2006, 06:07 PM
I have a web page that uses form mail. The form mail works nice, but if an area has the name "email", it will take it out of the body of the email it sends and sets that as the return address. This is nice, but I wanted the email value to be in the body, so I changed it to "Email".
Although, it gets annoying because I created a hidden field with the email value as one of my email addresses. So, whenever I reply to a form mail, I have to change my email to the one in the body.
Here's my question - how can I use a javascript to take the value typed into the textarea named "Email" and duplicate it as "email"?
Although, it gets annoying because I created a hidden field with the email value as one of my email addresses. So, whenever I reply to a form mail, I have to change my email to the one in the body.
Here's my question - how can I use a javascript to take the value typed into the textarea named "Email" and duplicate it as "email"?