I am trying to use the Mail.AddAddress Request.Form to call three email address from my form, and it only works if the user puts an email in all three boxes on the form.....here is the code in the processor file
Mail.AddAddress Request.Form("email")
Mail.AddAddress Request.Form("email1")
Mail.AddAddress Request.Form("email2")
Here is the code in the form
Body = Body & "<br>Email: " & request ("email")
Body = Body & "<br>Email: " & request ("email1")
Body = Body & "<br>Email: " & request ("email2")
here is the link to the online form - which I have modifid to work with only 1 email
http://kofcnc.org/FORMS/NewForms/SubForms/kofcncserviceawardform.asp
Tomr
[Edited by tomr on 15-Mar-12 16:21]
Mail.AddAddress Request.Form("email")
Mail.AddAddress Request.Form("email1")
Mail.AddAddress Request.Form("email2")
Here is the code in the form
Body = Body & "<br>Email: " & request ("email")
Body = Body & "<br>Email: " & request ("email1")
Body = Body & "<br>Email: " & request ("email2")
here is the link to the online form - which I have modifid to work with only 1 email
http://kofcnc.org/FORMS/NewForms/SubForms/kofcncserviceawardform.asp
Tomr
[Edited by tomr on 15-Mar-12 16:21]

