Hello,
I have written several JSP pages for a web site. These pages include forms. Once a user have entered data into these forms and clicked submit, the data is transmitted to an email address.
I have designed the form so that emails are sent to different addresses based on a users chosen selection of a particular option. However, what I have been unable to do is write code that allows users to select multiple options which, generates more than one email (to different locations) based on one form submission.
I have tried creating more than one Email To object but this is causing errors. Does anyone know if this is possible to achieve and if so any big tips?
Many Thanks
Melsie.
I have written several JSP pages for a web site. These pages include forms. Once a user have entered data into these forms and clicked submit, the data is transmitted to an email address.
I have designed the form so that emails are sent to different addresses based on a users chosen selection of a particular option. However, what I have been unable to do is write code that allows users to select multiple options which, generates more than one email (to different locations) based on one form submission.
I have tried creating more than one Email To object but this is causing errors. Does anyone know if this is possible to achieve and if so any big tips?
Many Thanks
Melsie.