« previous module | next module »

Extensions » Modules » Export Manager

Documentation Translations Download Changelog Author

Export Manager


  • Introduction
  • Basic Usage and Configuration

    Advanced Usage

    The Export Manager module provides Form Tools with one of its more important features: the ability to view and export your form submission data in a limitless variety of ways. Since it's such a fundamental feature, this module comes pre-installed with all (pre-bundled) Form Tools installations, letting you get to work without any additional configuration required.

    In new installations, it provides two ways to download / view your form submissions: as an Excel spreadsheet or in HTML printer-friendly format, which has three sub-options: table format, one-by-one and one submission per page. There are also two other export methods which are disabled by default - CSV (comma separated values) and XML. Depending on your needs, these can be enabled by the click of a button. But most significantly, once you learn how the module works, you can construct whatever other formats you need.

    The Export Manager, used in conjunction with the Core Views feature, acts as a fully fledged Report Builder, letting you view and export whatever subset of the form data you require. You also have the option to only show the export formats for particular clients and particular subsets of your data. It's VERY powerful!

    One final note before we leap into the nitty-gritty stuff: for you programmers / advanced users out there, the Export Manager functionality can be utilized via the Form Tools API to extract and display Form Tools submission content in your own pages. See the Advanced Usage section for more info on that.