Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

georgeroubie/orchard-export-form-submissions-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Orchard CMS - Export Dynamic Form Submissions to CSV with JavaScript

Orchard 1.10 gives you the opportunity to export Contents and Form Submissions to XML with the built-in module Import Export. If you want to change this functionality, you have to create a module that will export to CSV. But there is a quicker way with my best friend JavaScript.

The only thing you have to do is to call the export.js from the Layout.cshtml file in the AdminTheme.

Read more here.