WPLF Export
Export plugin for WP Libre Form
★ 4stars
6.2kcomposer installs
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/libreform/export/archive/refs/heads/master.zipAlso on Packagist as k1sul1/wplf-export:
composer require k1sul1/wplf-exportFrom the readme
WPLF Export
Export form submissions created by WP Libre Form.
This builds on a "new" feature added in WP 4.7 called bulk actions, and basically adds a new item to the bulk action menu.
Installation
The Composer Way (preferred)
Install the plugin via Composer
How to use
Seriously? Select your forms, select Export from bulk action menu and press "Apply".
For best results, select only one type of form for export.
Customizing your export
You can add your own filters to be applied on all or invidual forms and get only the output you'll need.
Note that invidual form filters work only when you spesify a form using the "Filter by form" field.
Filter fields:
Change delimiter (default: ','):
Change filename (default: wplfexportTIMESTAMP.csv):
addfilter('wplfexportform{ID}filename', ..);
New filters and features are subject to be added. PRs welcome!
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.0.1 | Jun 10, 2017 | — | — |