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.
/ asaadmahmood5
/ asaadmahmood
Watch video Send data from Framer to Google Sheet (Custom Form) online without registration, duration hours minute second in high quality. This video was added by user AM Design 28 September 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 13,70 once and liked it 40 people.