Linux 软件免费装
Banner图

Import Excel to Gravity Forms

开发者 WPGear
更新时间 2022年11月17日 22:45
捐献地址: 去捐款
PHP版本: 5.4 及以上
WordPress版本: 6.1.1
版权: GPLv2
版权网址: 版权信息

标签

gravity forms import gravityforms gravity csv excel bulk gv gravity view gf

下载

详情介绍:

An easy and convenient way to bulk load and process large numbers of records in GF forms. Each record is checked for compatibility of field formats before saving. If you have a Form in which there are Calculated Fields based on the Values of other Fields and the need for bulk import of source data, then this Plugin will definitely be useful to you. For example. Form Type Calculator: Field id=2 "A": Term 1. Field id=3 "B": Term 2. Field id=5 "Ratio": Coefficient. Field "Calc": C = (A + B) * Ratio When Importing Records, you usually need to prepare all the Values of all Fields: A; B; Ratio; C. So, to carry out preliminary calculations. Difficulties begin when branched Inner Logic is used. When there are various additional Fields for selecting conditions in the form of Lists, Options. ("Gravity Forms" allows you to use both built-in Internal Logic in each of the Fields, and connect JS Scripts with Scripts.) Transferring JS Scripts with Scripts to an Excel-prepared Table can be quite a difficult task. Errors are almost inevitable. Moreover, it is necessary to carefully maintain the correspondence of the calculated formulas in the Table with the Form Algorithms. And if you have changed something in the algorithms of the Form, then you again need to change and then test the Formulas in the Table. Even writing about it is tiresome. Moreover, some Field Values may have both Value and Format Constraints. In normal cases, import without checking such Restrictions may lead to an abnormal termination of the Import process, or to incorrectly filled Fields. In any case, manual correction of Records after such an Import can be costly and resource intensive. It is for such Tasks that this Plugin is needed. It is enough to fill in only the Initial Fields. In our Example - Fields: A B and Ratio. Calculated Field "C" will be calculated in each imported Record by the internal Form algorithms and will be saved. If some of the Values are out of range, then such a Record will not be saved and will require correction directly during the Import process. You can watch and try the Demo on a real Form. Features PRO Version Features: * Ability to select data type (Name / Value) for Fields: "Select", "MultiSelect", "Radio", "CheckBox". * Generation of a Template for easy filling of the Import Table. Template - Excel file in XLSX format. * The Template contains: Field IDs, Fields Name, Type and Prompts for input. * Input Prompts contain all Valid Variants for a given Field, given the selected data type (Name / Value). Installation
  1. Upload 'gf-excel-import' folder to the '/wp-content/plugins/' directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. If you have any problems - please ask for support.
  4. Sample: In the "gf-excel-import/sample" folder there is a sample CSV file (sample-csv-data-import.csv) and an example Form (samle-gf-form.json). The form should be imported using Gravity Forms tools.

屏幕截图:

  • Page with fields "Gravity Forms" and active option "Import Excel to Gravity Forms".
  • "Import Excel to Gravity Forms" interface. Step 1. Button for download CSV file.
  • "Import Excel to Gravity Forms" interface. Step 2. Select CSV file.
  • "Import Excel to Gravity Forms" interface. Step 3. Processing records. Navigation. Save.
  • "Import Excel to Gravity Forms". Settings page.
  • The "Gravity Forms" settings page with the "Import Excel to Gravity Forms" plugin activated.

更新日志:

1.17 2022.11.17 * Fix "Number" type Field processing. * Tested up to WP: 6.1.1 1.16 2022.02.11 * Fix problem with any version MS Excel. Thanks goodmuyis! * Tested up to WP: 5.9 1.15 2022.01.13 * Possibility to choose encoding of CSV file: 'utf-8' - default; 'ISO-8859-1'; 'CP1251'; etc... 1.14 2022.01.10 * Fixed Conflict of connecting controls when there are several more GForms on the page. 1.13 2021.10.26 * Fix AJAX processing for non-logged in Users. 1.12 2021.08.02 * Fix "MultiSelect" type Field on Save. * Fix "Radio" type Field on Save. 1.11 2021.07.31 * Fix AJAX processing. 1.10 2021.07.30 * Fix "CheckBox" type Field on Save. 1.9 2021.07.30 * Fix "CheckBox" type Field processing for multiselect choice. * Fix "TextArea" type Field processing for Non RTF mode. * Updated AJAX answers. * Updated Samples. 1.8 2021.07.20 * Fix Plugin File Name. 1.7 2021.07.20 * Added check processing Min, Max values for Fields type "Number" 1.6 2021.07.18 * Fix "Clear_Fields()". * Fix "Radio" type Field processing. * Fix "CheckBox" type Field processing. * Fix "MultiSelect" type Field processing. 1.5 2021.07.16 * Fix "Paragraph" type Field processing. 1.4 2021.07.16 * Fix "Paragraph" type Field processing. 1.3 2021.07.15 * Fix JS Processing. 1.2 2021.07.15 * Remove phpExcel_7.4 Lib. * Fix Internal Path after rename Plugin Name. 1.1 2021.07.13 * Published in the Repository. Go! * Rename from "GF Eexcel Import" to "Import Excel to Gravity Forms" 1.0 2021.07.07 * Initial release