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

Latest commit

 

History

History
9 lines (6 loc) · 600 Bytes

File metadata and controls

9 lines (6 loc) · 600 Bytes

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.