Gravity Forms Entry XML Export
Writes out Gravity Forms entries as XML files
by Michael Wender · github.com/wenderhost/gf-entry-xml-export · website
★ 4stars
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/wenderhost/gf-entry-xml-export/archive/refs/heads/master.zipFrom the readme
Gravity Forms Entry XML Export #
Writes out Gravity Forms submissions as XML files.
Description ##
This plugin saves out all your Gravity Forms entries as XML files.
Should you want to rename the XML tags generated by your form, you can use the filter gftoxmlarraykeys which supplies a form submission mapped to an array along with the form ID. Example:
Specifying where export files get saved ##
By default, entry XML files get saved in wp-content/uploads/xml/. You can also configure your forms to save XML files in a sub-directory inside wp-content/uploads/xml/. This can be achieved via either a user's selection for a drop down/radio field, or via a hidden field.
Save the export in a user selected sub-directory:
To save a form's export in a sub-directory based on a user's selection, do the following:
1. Create a user selectable field, and add options to the field with values that will be used for your sub-directory names.
2. Under the "Appearance" tab for the field, add a Custom
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.