Apps-Script-enabled-form-codes

Google Sheets Apps Script Project

This repository contains the code and links for two Google Sheets: Workbook A (form input) and Workbook B (database with web app). Workbook A collects data via a form and posts it to Workbook B using Apps Script. Workbook B has a deployed web app to handle incoming data.

Apps Script Code

View the Sheets

Embed the Sheets

Workbook A (Form Input)

Workbook B (Database - Online Sales Data)

How It Works

To use:

  1. Open the view links above to see the sheets.
  2. Copy the Apps Script code to your own Google Sheets project.
  3. Ensure sharing settings allow access (set to “Anyone with the link” as Viewer).
  4. Deploy the web app in Workbook B as described in the script comments.

Note: Ensure no sensitive data is shared in the sheets. Use dummy data for public sharing.