Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
H Guys,
i want to tetrieve forms submission data,ger eis my code
List submittedData;
submittedData = _formDataRepository.GetSubmissionData(
new FormIdentity(info.FormGuid, currentPage.Language.Name),
DateTime.Now.AddDays(-100),
DateTime.Now).ToList();
Here the submittedData list retrieve zero records,can anyone help me out of this.
Thanks,
Kartheek