How do you manually send a BizForm autoresponder email in Kentico 10?
Previously in Kentico 9 you had access to the CMS.OnlineForms.BizForm class which had the SendConfirmationEmail method, but in Kentico 10 this class doesn't exist anymore. I've had a dig around what classes we have access to inside the CMS.OnlineForms namespace but cannot see any replacement?
Was this BizFrom class moved into another namespace?
Look in CMS.OnlineForms.Web.UI. In there you can find the BizForm class and the SendConfirmationEmail() method.
CMS.OnlineForms.Web.UI
BizForm
SendConfirmationEmail()
(just to be clear - it's in CMS.OnlineForms.Web.UI.dll)
CMS.OnlineForms.Web.UI.dll
Please, sign in to be able to submit a new answer.