Send data from Framer to Google Sheet (Custom Form)

AM Design
AM Design
11.9 هزار بار بازدید - 11 ماه پیش - Learn how to send data
Learn how to send data from Framer to Google Sheet using a custom form!

Here's the app script code:
------------------------------------ CODE STARTS ------------------------------------
function doPost(e) {
 var row = [
   e.parameter.first_name,
   e.parameter.last_name,
   e.parameter.email,
   e.parameter.message,
 ]

 var sheet = SpreadsheetApp.openById('ENTER_YOUR_ID_HERE');

 sheet.appendRow(row);

 return ContentService.createTextOutput('Done! Nice work AM Design');
}

------------------------------------ CODE ENDS ------------------------------------

Here's my official Figma paid course which you can check out on:
https://www.asaadmahmood.com/courses/...

Use the AMSUBSCRIBER voucher code to get 50% off!

Be sure to subscribe and hit the notification icon! It really helps me help you and others like you be better designers, freelancers, entrepreneurs, and people in general!
@amdesignanddev
.
Subscribe to my newsletter to keep up to date on latest design/tech trends, update, tools and information! 🔥
https://the-optimal-designer.beehiiv....
.
Have a project? Send me a message on [email protected] or contact me on LinkedIn.
.
👉 Follow me on Twitter and LinkedIn for more content.
Twitter: AsaadMahmood5
LinkedIn: asaadmahmood
11 ماه پیش در تاریخ 1402/07/06 منتشر شده است.
11,958 بـار بازدید شده
... بیشتر