This plugin hasn’t been tested with the latest three major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Gravity Forms To Excel AddOn

Description

This Gravity Forms AddOn saves form data into a given Excel document and attaches it to notification emails. You don’t need any programming skills to get native Excel documents back as the result of your Gravity Forms web form. After uploading your Excel 2007 file (.xslx, other versions are not supported) the form data is saved into one sheet (which you can define) of your document. You can then select to which notification emails this Excel file should be attached to. Using simple Excel formulas (=A1) you can fill out complex Excel sheets with data from the web form. No further export or import of CSV data is required.

Operating instructions

  1. Create your form with Gravity Forms
  2. Give all your fields admin field labels (under the tab “Advanced”)
  3. Create your notification emails
  4. Open the GF2Excel form settings, upload your Excel file, type in your sheet number to insert the form data and finally select the notifications you would like to attach the filled in Excel file.
  5. Submit your form and open your Excel file. Connect your actual form fields through formulas (=A1) with data of the sheet which is filled by Gravity Forms. The admin field labels will help you to associate the data with the form fields.
  6. Open the WP4O-GF2Excel form settings again and upload the Excel file with your formulas.
  7. Repeat steps 5 and 6 until you are satisfied with the result.
  8. Be happy 🙂

This plugin requires Gravity Forms by RocketGenius to be active.

This plugin was successfully tested on WordPress Multisite without any abnormalities.

This plugin is maintained by winball.de on wp4office.winball2.de. We welcome your pull requests, comments and suggestions for improvement. Additional help and example files with descriptions are available. You can try out a demo before installing.

You do have problems or need individual service?

If you do have problems with your Excel files please have a look at the FAQ.

Professional web services are our actual business. If you need help with your form or your Excel file, please feel free to contact us.

Screenshots

  • Use the admin field labels to associate the data with the form fields.
  • Upload your Excel file, type in your sheet number and select the notifications.
  • The target sheet will contain the admin field labels in column A and the form data in column B.
  • Using simple formulas (e.g. A1=...) your Excel sheet will show the data coming from the web form.

Installation

Upload the plugin to your blog into ‘/wp-content/plugins/’ (manually via ftp or through the dashboard) and activate it.

This plugin requires Gravity Forms by RocketGenius to be active.

FAQ

Can i use Excel templates containing macros and form fields?

No. Based on the functional range of the PHPExcel library we use in this AddOn there are some limitations regarding to the Excel files and the contents within these files.

  • We only support Excel 2007 (.xslx) (more formats on the wishlist)
  • We do not support macros (on the wishlist)
  • We do not support Excel form fields like buttons

Reviews

3 September 2016
This plugin is very simple to use and does what it promises.
Read all 4 reviews

Contributors and Developers

“Gravity Forms To Excel AddOn” is open source software. The following people have contributed to this plugin.

Contributors

Change Log

0.1.5.0

  • changed sample excel file to contain VLOOKUP in cield C7
  • fixed blank page of death after activation, when activated without having Gravity Forms active
  • fixed $form[‘gf2excel-addon’] not defined

0.1.4.2

  • changed readme, added FAQ

0.1.4

  • changed saving of values from multiple selected checkboxes in multiple lines to single line (like Multi Select)
  • fixed missing admin labels for checkboxes
  • added check for missing GET field
  • fixed file not found bug (for excel templates) with WordPress installations in subdirectories, replaced ABSPATH
  • fixed missing charts in output excel to templates containing charts

0.1.3

  • make first sheet (index 0) active, not the sheet, where the form data is stored
  • columns A and C switched, to allow the use of VLOOKUP in Excel
  • validate user input and create error messages when required
  • language support added (I18n)
  • Gift Certificate sample added

0.1.2

  • fixed issue with no selected notifications in wp4o-gf2excel and blank screen after sending form

0.1.1

  • Initial release.