Technical support This forum is closed.
Version 1.x > Technical support > Dinamic addresses in BizForms View modes: 
User avatar
Member
Member
Antony - 5/2/2006 3:20:35 PM
   
Dinamic addresses in BizForms
Hello.

Is there a possibility to send information after form submitting to address that depends on values in appropriate fields?

For instance, if I have a dropdown list that contains 'Red', 'Green', 'Blue' options.
And I need to associate an email address with each option.
So, if a customer chooses 'Red' option, an email is sent to red-team@company.org.
If 'Blue' is chosen, an email is sent to blue-team@company.org and so on.

Thanks,
Antony.

User avatar
Guest
admin - 5/3/2006 9:55:30 AM
   
Re: Dinamic addresses in BizForms
Hi Antony,

Thank you for your message. Unfortunately, this option is not dirrectly supported. However, you could switch off the e-mail sending in the form properties and then handle the BizForm.OnAfterSave event and send the e-mail by your code.

Best Regards,