This article describes step-by-step scenarios for troubleshooting the most frequent issues with form reports in the Web Forms for Marketers module.
Symptoms
Data does not appear in the FormData collection of the Analytics database (xDB) after submitting a form. As a consequence, field values are missing in the exported Excel or XML file.
Please note that data does not appear in the database collection until the session timeout is reached. It is specified as 20 minutes by default in the web.config file.
You can change the "timeout" attribute value, for example, to "1" in order to decrease the session timeout:
<sessionState mode="InProc" cookieless="false" timeout="1" sessionIDManagerType="Sitecore.FXM.SessionManagement.ConditionalSessionIdManager">
Troubleshooting steps
<add name="analytics" connectionString="mongodb://localhost/analytics_temporary"/>
<add name="tracking.live" connectionString="mongodb://localhost/tracking_live_temporary"/>
<add name="tracking.history" connectionString="mongodb://localhost/tracking_history_temporary"/>
<add name="tracking.contact" connectionString="mongodb://localhost/tracking_contact_temporary"/>
Symptoms
Troubleshooting steps