zackwok Posted October 7, 2021 Posted October 7, 2021 Hello everyone! I am trying to build a webpage on my SquareSpace site that will: Prompt my customers to enter the serial number for a product that they bought from my shop into a form. Parse my Google Sheets master spreadsheet to match that serial number with my records regarding that particular serial number. Pull these records from the Google Sheets spreadsheet about that product and present the information on the page. Example: Customer has product serialized 123456 and enters this number into SquareSpace form on my page. Serial #123456 is found in A17 in my Google Sheet and has additional data associated in B17:E17. Webpage presents data from Google Sheet B17:E17. The intent to to serve as a digital replacement for the serialized warranty cards that I include with my product. I don't have much HTML experience and have tried looking into Zapier, AppSheet, and the Google Sheets API for clues into my next steps. Can someone get me on the right path to get this built? Thanks!
Beyondspace Posted October 7, 2021 Posted October 7, 2021 2 hours ago, zackwok said: Hello everyone! I am trying to build a webpage on my SquareSpace site that will: Prompt my customers to enter the serial number for a product that they bought from my shop into a form. Parse my Google Sheets master spreadsheet to match that serial number with my records regarding that particular serial number. Pull these records from the Google Sheets spreadsheet about that product and present the information on the page. Example: Customer has product serialized 123456 and enters this number into SquareSpace form on my page. Serial #123456 is found in A17 in my Google Sheet and has additional data associated in B17:E17. Webpage presents data from Google Sheet B17:E17. The intent to to serve as a digital replacement for the serialized warranty cards that I include with my product. I don't have much HTML experience and have tried looking into Zapier, AppSheet, and the Google Sheets API for clues into my next steps. Can someone get me on the right path to get this built? Thanks! You can publish the spreadsheet as CSV or HTML into a url and parse this content using javascript to filter and display the matched info into your frontend BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.