PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Front-end export of entries

  1. Are there hooks/filters in place for the automating of exporting entries?

    I would like to provide the ability for some users to export entries (limited by their role) from a front-end download link.

    Posted 13 years ago on Wednesday June 2, 2010 | Permalink
  2. RichardBest
    Member

    If you're using GF to enable post creation from the front-end, you can achieve what you're after with the Universal Post Manager plugin. It enables posts to be exported as Word docs.

    Posted 13 years ago on Wednesday June 2, 2010 | Permalink
  3. Nope, that's not what I'm doing. Typical entries.

    Also looking for the same type of export as the administration side (csv).

    Anyone else know?

    Posted 13 years ago on Friday June 4, 2010 | Permalink
  4. You would have to copy-n-paste code from the export.php in the gravityforms plugin folder and create your own custom export functionality. There isn't a way to call it from the frontend as it's integrated into the backend using AJAX, etc. But the code to export is contained there so you could roll your own custom export functionality by copy-n-pasting that code and reworking it.

    There is a function call called start_export() in that PHP file that does the actual export. You could copy that and then build your own custom export functionality using the contents of that function to get the data, etc.

    Posted 13 years ago on Friday June 4, 2010 | Permalink

This topic has been resolved and has been closed to new replies.