I'm using formmail and in my code I'm trying to have the option to send a copy of the form to the email address entered in the specified email field. I guess my question is that can I send a duplicate to the person filling out the form by sending it to the email address field.
ex.
Would you like a copy of this message sent to yourself?
Yes No
Here is the email field.
<input maxlength=80 size=40 name=email>
Here is what I have for the radio buttons, I need to reference the email in the case that yes is checked it would send a duplicate.
<input type=radio value=send-copy name=copy>
<input type=radio checked value=no-copy name=copy>
Greg


















