Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.35 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.35 KB

React-Form-Google-Spreadsheet

Overview

React Form Handling With Google Spreadsheet.

For your understanding, I have added the Code.gs code in the src folder of the directory. Follow the steps below to set up your Google Spreadsheet to receive form submissions.

Setup Instructions

Step 1

Open Google Spreadsheet and go to Extensions > AppScript.

Step 1

Step 2

Create a new project in the AppScript editor.

Step 2

Step 3

Copy and paste the Code.gs code from the src folder into the AppScript editor.

Step 3

Step 4

Save the project and deploy it as a web app. Make sure to select "Anyone" under "Who has access to the app".

Step 4

Step 5

Copy the web app URL.

Step 5

Step 6

Update your React app to use the copied URL for form submissions.

Step 6

Step 7

Test the form to ensure that submissions are recorded in your Google Spreadsheet.

Step 7

Contact

For any queries, please contact:

Feel free to reach out if you have any questions or need further assistance.


Happy coding!