We'll create fresh WordPress site with GSheetConnector for Formidable Forms installed. You have 20 minutes to test the plugin after that site we'll be deleted.
GSheetConnector for Formidable Forms is an addon plugin, of Formidable Forms!
A bridge between your WordPress based Formidable Forms forms and Google Sheets.
✔🚀 Quick and Simple to use WordPress Plugin.
It’s an easy-to-use WordPress plugin that quickly transfers form submissions to Google Sheets. If you’re using Formidable Forms by Strategy11 Form Builder Team, you can use GSheetConnector for Formidable Forms to streamline this process. It works with both Formidable Forms Lite and PRO versions.
The GSheetConnector for Formidable Forms makes it easy to collect form data and store leads in your connected Google Sheet. Simply authorize it with your Google account, granting permissions for Google Drive and Google Sheets.
Integration :
Connect Form with Google Sheet:
Settings
-> Actions & Notifications
tab.GSheetConnector
menu.Add connected Google Sheet Headers:
Hurray!! You’re ready to seamlessly transfer form-submitted data to the Google Sheet.
GSheetConnector stores Google Sheets details in the WordPress database itself. These include the authentication details that is the auth code and the token details like access token, scopes, authentication created, and expiration timestamp.
GSheetConnector relies on the following third-party services for specific functionalities. Please be aware of the following external services being utilized:
GSheetConnector utilizes Google APIs for integrating with Google Sheets. This involves communication with the following domains:
Please review the terms of use and privacy policy for Google APIs:
To handle authentication, GSheetConnector interacts with the OAuth 2.0 Authorization Server provided by Google. Relevant URLs include:
Please review the terms of use and privacy policy for Google OAuth 2.0:
The Google API Client Library is a set of client libraries that simplifies accessing Google services. Here we are using Google Drive using PHP programming language. These libraries provide a convenient way to interact with Google APIs and handle authentication, request formatting, and other common tasks.
https://www.googleapis.com/auth/drive.metadata.readonly
The scope is related to the Google Drive API and is used to request permission to access read-only metadata about a user’s Google Drive files. Specifically, this scope grants your application the ability to view metadata such as file and folder names, IDs, modification dates, and other information without the ability to modify or delete the actual content of the files.
https://www.googleapis.com/auth/spreadsheets
The scope is associated with the Google Sheets API and is used to request permission to manage Google Sheets on behalf of the user. This scope grants your application the ability to read, write, and manage user’s Google Sheets.
https://www.googleapis.com/auth/plus.login
It is used to request access to a user’s Google+ profile information. This scope allowed applications to authenticate users with their Google+ accounts and retrieve basic profile information. We here get the Email ID to let users know with which account they are connected.
https://oauth2.googleapis.com/token
It is used in the OAuth 2.0 authorization flow to obtain access tokens from Google’s authorization server. This endpoint is part of the OAuth 2.0 protocol, which is commonly used for secure and authorized access to protected resources, such as user data on Google APIs.
https://www.googleapis.com/auth/moderator
It allows the application to request access to the user’s Google Moderator data with the specified permissions.
https://www.googleapis.com/oauth2/v3/certs
It is used to retrieve the JSON Web Key (JWK) set associated with Google’s OAuth 2.0 authentication service. This JWK set contains the public keys that can be used to verify the signature of JSON Web Tokens (JWTs) issued by Google during the authentication process.
Please review the terms of use and privacy policy for each service.
It is essential to understand and agree to the terms of service and privacy policies of these third-party services before using GSheetConnector. This documentation is provided for transparency and legal compliance.