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.
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
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
Google Sheet URL to Check submitted Data
Step: 1 – In Google Sheets
β Log into your Google Account and visit Google Sheets.
β Create a new Sheet and name it.
β Rename or keep default name of the tab on which you want to capture the data.
β Copy Sheet Name, Sheet ID, Tab Name and Tab ID (Refer Screenshots)
Step: 2 – In WordPress Admin
β Navigate to WPForms > Google Sheet > Integration Tab.
β Authenticate with Google using new “Google Access Code” while clicking on “Get Code”
β Make Sure to ALLOW Google Permissions for Google Drive and Google Sheets and then copy the code and paste in Google Access Code field, and Hit Save & Authenticate.
β Then, Navigate to GoogleSheet Form Settings Tab Selected respective WPForm from the dropdown with which you want to connect with Google Sheet.
β Now copy and paste the Google Sheets sheet name and tab name into respective input fields, and submit.
Step: 3 – Arranging Columns in Sheet
β In the selected Google sheet, enter column names in first row (as a header) as per the Label, Copy and Paste the form field label from the WPForms to Google Sheet (e.g. “Name”, “Email”, “Comment or Message”, “date” etc).
β Lastly Test your WPForms and verify that the data shows up in your Google Sheet.
πWPForms Forms Google Sheet Connector Introduction Video
β 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.
gsheetconnector-wpforms
to the /wp-content/plugins/
directory, OR Site Admin > Plugins > New > Search > GsheetConnector Wpforms > Install
. 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.Installation step 3 - Google Sheets Connect Page.
Google Sheet Settings for WPForms.
Google Sheet with mail tags.
On the Admin Panel > WPForms > Google Sheet > Integration
page, click the "Get Code" button.
In a popup Google will ask you to authorize the plugin to connect to your Google Sheets. Authorize it - you may have to log in to your Google account if you aren't already logged in.
On the next screen, you should receive the Access Code. Copy the code.
Now you can paste this code back on the Admin Panel > WPForms > Google Sheet > Integration
page.
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;
}
(25-06-2024)
Added: UI changes.
(07-06-2024)
Added: UI changes.
(09-03-2024)
Added: Add links for support,docs,upgrade to pro.
(28-12-2023)
Fixed: Connected email account display issue.
(30-10-2023)
Fixed: error displayed for dashboard widget.
(11-10-2023)
Fixed: Solved PHP Warning and compatible with PHP 8.X.
(11-10-2023)
Added : The Google API Client Library has been upgraded to version 2.12.6, incorporating Guzzle HTTP version 7.4.3.
Added : Update enhances reliability and debugging capabilities, ensuring smoother integration with Google services.
Added : Added Language files for French, Spanish, Dutch, and Italian.
(22-09-2023)
Fixed: error displayed for dashboard widget.
Added : For user without Google Drive and Google Sheets permissions Authentication shown alert with message.
UI Changes : Redesigned System Status and Error Log for improved functionality and user experience.
(10-08-2023)
Fixed : Duplicate entry issue resolved.
Added : Transfering old setting to a new feed while updating.
Fixed : css issue.
(07-08-2023)
Added : Moved old settings to new settings.
Fixed : Undefined function resolved.
UI Changes : Showcasing PRO Features in WPForms > GSheetConnector Feeds.
(03-08-2023)
Added : Google sheet Setting added in Edit forms > GSheetConnector
Added : System Status tab added.
(24-07-2023)
Fixed : revert some changes.
(24-07-2023)
Added : UI changes.
(10-06-2023)
Fixed : smart_tags undefined issue resolved
(28-04-2023)
Added : Remove access permission from google account while deactivating authentication.
Fixed : Undefined class issue solved.
Fixed : Vulnerabilities issues.
(30-07-2022)
* New Google Integration method implemented using web app.