Thursday 16 July 2015

WFFM 2.5 and sitecore 7.5 (Save To Database)




Recently I have asked to install WFFM to sitecore 7.5 and make sure that forms submitted data is saved to database.

I will share a few points that actually can help you if you have similar task:



  • In previous versions of sitecore the WFFM save actions were have a Save To Database action which is no longer exist in sitecore 7.5,

  • So what If I want to save form data to database? you should know that sitecore will save the submitted data automatically to analytics MongoDB In a collection called "FormData" as in the following:





  • When session end sitecore will automatically transfer the saved data from MongoDB to SQL reporting database which will have WFFM tables

1.    FormFieldValues
2.   Fact_FormSummary and
3.   Fact_FormEvents

No comments:

Post a Comment