這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Gravity Forms Mass Import

描述

NOTE: THIS PLUGIN DOES NOT AND WILL NOT SUPPORT GF 1.9+. For information on possible alternatives please visit the plugin site: Aryan Duntley

This plugin allows Gravity Forms users to import entries from a CSV file

A new item will appear in you gravity forms side menu called “Import Entries”. There you will be provided with a selection box to pick which form you would like to import into. Once selected, you will be provided with the “Labels” of your form that will be needed as the headers of your CSV file. Make sure that you use those exactly. If you have erroneous or unavailable headers in your CSV file, an error will be generated. Please note, that this plugin is not designed to work with the gravity forms post fields or pricing/product fields.

A new feature allows users to specify the date a record (or entry) is listed as having been created. To do this, you must create an extra field in your form editor titled “actualPostDate”. You should make this field a single line text field. Make sure that “actualPostDate” is included in your headers as will be indicated in the required headers list when you select your form before csv entry. Finally, the format for entry is the MYSQL date time format (2005-08-05 10:41:13).

This plugin was created for users who wish to use Gravity Forms as an online database/data entry option and wish to import data from a previous system.

Plugin site: Aryan Duntley

Donations welcome. If you find this plugin useful and would maybe like to request more features or hope for future updates and optimizations, please help me eat! I find it takes a lot of pizza to code, something about thinking and calories…

螢幕截圖

  • Simple enough.

安裝

  1. Upload gravity-forms-mass-import folder to the /wp-content/plugins/ directory

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題

Since this is the first release, there are no frequently asked questions. Ask away and this page could be filled up! Donations motivate responses…

評價

閱讀全部6個評價

貢獻者及開發者

“Gravity Forms Mass Import” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Gravity Forms Mass Import 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

= 1.2=

*Will now upload large text into proper database table

*Fixed issue with a query that was querying entire table instead of just a single value

*added support for setting date of creation for an entry

1.1

*Had a user who was having difficulties with the Ajax call. Using wp_ajax now. Hope this helps.

1.0.5

*Changed the automated delimiter search. All delimiters must be commas and all fields must be encased in double quotes.

1.0.1

  • Added necessary instructions

  • Some minor code optimizations

1.0.0

  • Initial version.