I have a list of products that we sell listed in a combo box field. There are approximately 30 values in the combo box and increasing. When an entry is submitted, a notification is sent to sales@example.com. For most of the products, the same email address would be notified. However, for a few of the products, maybe 2 or 3, the email notification will be sent to a different department.
I have been following another thread on this subject -:
http://www.appnitro.com/forums/topic/email-from-a-drop-downlist?replies=10
This does not really serve my purpose because in the above code i need to define the email notification address for each option in the combo. I want to use the default email settings for the form for most of the options. I only want to modify the code when the email to be notified is different from the standard email notification setting.
Please help . Thanks
