Recently, i am working on a project using Sitecore Azure.
when creating a web form, we use Web Forms for Marketers module provided by Sitecore.
It works fine in local environment. but when we publish it to Azure. it dose not work.
Because there is no database for web form in Azure.
Has anyone experienced this before, maybe you guys can help me. Thanks
Recently, i am working on a project using Sitecore Azure . when creating a
Share
Finally, i get it down.
first, you need to create a same database for WFFM as the local one
Sitecore_WebFormsinSQL Azure.Here is a link tells you how to do it.
second, change the connection string in
forms.configto point to the database in sql azure.here is a example.
This is how i fix it. Hope it helps if anyone has the same problem.