I'm working on a solution using CMS 11 framework, and I'm facing an issue with form submissions not appearing in the CMS. I’ve compared it with the Alloy demo site, where the same form setup works perfectly, submissions are recorded and visible in the CMS under Form Submissions. In my solution, the form submits successfully, but the submission does not show up in the CMS. To get the submission to register in the CMS, I have used :-
_dataSubmissionService.Service.PerformDataSubmit(nvc, new HttpContextWrapper(HttpContext.Current), controllerBase);
I'm working on a solution using CMS 11 framework, and I'm facing an issue with form submissions not appearing in the CMS.
I’ve compared it with the Alloy demo site, where the same form setup works perfectly, submissions are recorded and visible in the CMS under Form Submissions.
In my solution, the form submits successfully, but the submission does not show up in the CMS.
To get the submission to register in the CMS, I have used :-