Linux 软件免费装
Banner图

WPForms Google Sheet Connector

开发者 westerndeal
abdullah17
更新时间 2023年7月24日 20:57
PHP版本: 5.2 及以上
WordPress版本: 6.1.1
版权: GPLv2 or later
版权网址: 版权信息

标签

Google Sheet WPFORMS WPForms Addon Google Sheet Integration WPForms Google Sheet GSheet GSheetConnector GSheet Integration WPForms GSheet WPForms GSheet Integration WPForms Google Sheet Integration Contact Form Google Sheet Integration WPForms Google

下载

3.4.1 3.4 3.4.5 3.2 3.4.4 3.4.2 3.3 3.4.6 3.4.7

详情介绍:

This is an Addon Plugin of WPForms, A bridge between your WordPress based WPForms and Google Sheets. It helps to record the entries in real-time. When a visitor submits the form on your website from the frontend using WPForms, upon the form submission, such responses/filled entries are also sent to Google Sheets. Compatible with WPForms Lite and PRO Versions Homepage | Documentation | Support | Demo | Premium Version 🤝 PRO FEATURES 🙌 Get a rid of making mistakes while adding the sheet settings or adding the headers manually to the sheet column. We have Launched the WPForms Google Sheet Connector Pro version with more automated features. ➜ Custom Google API Integration Settings ➜ Allowing to Create a New Sheet from Plugin Settings ➜ Custom Ordering Feature / Manage Fields to Display in Sheet using Enable-Disable / Edit the Fields/ Headers Name to display in Google Sheet. ➜ Using all the Smart Tags Fields in Headers ➜ Syncronize Existing Entries for WPForms PRO users ➜ Freeze Header Settings ➜ Header Color and Row Odd/Even Colors. Refer to the features and benefits page for more detailed information on the features of the WPForms Google Sheet PRO Addon Plugin ⚡️ Check Live Demo Demo URL: WPForms Demo Google Sheet URL to Check submitted Data ✨ How to Use this Plugin 🔥 Videos to help you get started with GSheetConnector WPForms 🚀 How to Install, Authenticate and Integrate WPForms with your Google Sheet. [youtube https://www.youtube.com/watch?v=jdfSltiFRDw] Important Notes ➜ You must pay very careful attention to your naming. This plugin will have unpredictable results if names and spellings do not match between your Google Sheets and WPForms settings. 👉 Get WPForms PRO today

安装:

  1. Upload gsheetconnector-wpforms to the /wp-content/plugins/ directory, OR Site Admin > Plugins > New > Search > GsheetConnector Wpforms > Install.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the Admin Panel > WPForms > Google Sheet > Integration screen to connect to Google Sheets by entering the Access Code. You can get the Access Code by clicking the "Get Code" button. Enjoy!

屏幕截图:

  • Google Sheet Settings for WPForms.
  • Google Sheet with mail tags.

常见问题:

How to get smart tag like query_vars, user_meta key values to the Sheet?

  • First, use hook "wpforms_smart_tags" to add the smart tags with the key for which you want the value to the Google Sheet as below example.
add_filter( "wpforms_smart_tags", "edit_smart_tags" ); public function edit_smart_tags( $tags ) { $tags['query_var key="wpformstest"'] = esc_html__( 'Query String Variable', 'wpforms-lite' ); return $tags; } * Add same key ( query_var key="wpformstest" ) to the Google Sheet header to get the values. = entry_id and entry_date smart tag not getting saved to the Google Sheet.
  • WPForms lite version don't save form submitted entries to the database. For a reason entry_id is zero(0) and entry_date is null. Hence not being saved to the Google Sheet.

更新日志:

= 3.4.7 = (10-06-2023) Fixed : smart_tags undefined issue resolved = 3.4.6 = (28-04-2023) Added : Remove access permission from google account while deactivating authentication. Fixed : Undefined class issue solved. Fixed : Vulnerabilities issues. = 3.4.5 = (30-07-2022) 3.4.4 3.4.3 3.4.2 3.4.1 3.4 3.3 3.2 3.1 3.0 2.0 1.3 1.2.1 1.2 1.1 1.0