Тёмный

How to send data to Google Sheets using an HTML form 

SheetDB
Подписаться 1,7 тыс.
Просмотров 29 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 60   
@DrJanpha
@DrJanpha 3 года назад
That's wonderful. Thanks.
@ktariselim1
@ktariselim1 2 года назад
hello, how can i make my form more rich like radio button ...
@bharath6338
@bharath6338 Год назад
How to upload a document in html form using sheetDB
@siddhantmeshram5928
@siddhantmeshram5928 2 года назад
How can I get my form action link of spreadsheet, means from where can I get spreedsheet link
@Артем-я9щ5ъ
@Артем-я9щ5ъ 3 года назад
Бля мужик ты просто лучший. Искал часов 6 и ты решил все мои проблемы!
@nici8503
@nici8503 2 года назад
thank you for the video! it really helped me
@jacksonkrauser2754
@jacksonkrauser2754 2 года назад
How does this form know to send your data to the Leads spreadsheet?
@thiagosilvaloopes
@thiagosilvaloopes 2 года назад
First, when u create an account, you link a database to create an API for this spreadsheet. You don't even had to give editor allowance on the link to this work After you link you sheet on your dashboard, you will receive an API link, this link you add on inside you action=" " attribute on the form, together with the method="post" Using this link, the form will send the gathered data to your API :)
@thiagosilvaloopes
@thiagosilvaloopes 2 года назад
Oh, and to clarify, your first row, the one which have the column names, needs to have all the characters in lowercase (and without spaces too I think) Then you add the name="columnName" inside all your inputs, so that the SheetDB API knows which data to put inside each column Otherwise, if u don't follow these steps, you'll get the error "bad data format"
@jaehoahn4810
@jaehoahn4810 3 года назад
when I submit data on my page, the page automatically moves to other pages that is written on {"created" : 1}. How can I fix this problem?
@uriwoongjjangg_0405
@uriwoongjjangg_0405 2 года назад
I have the same question as you, I see you wrote a comment 4 months ago so.
@chotepongtangton1280
@chotepongtangton1280 2 года назад
@@uriwoongjjangg_0405 did you figiure it out?
@yoatemybeans4164
@yoatemybeans4164 Год назад
@@chotepongtangton1280 did you figure it out?
@manikandanveeraiah3280
@manikandanveeraiah3280 Год назад
Is there ways to reload the page after form submit?
@swist666
@swist666 Год назад
location.reload() - use this code in a success part
@kamon_ss
@kamon_ss Год назад
กราบบบบบ ขอบคุณที่ช่วยชีวิตฉันในการเขียนโค้ดนะคะ
@kamon_ss
@kamon_ss Год назад
🙏🙏🙏🙏🙏
@birendrasbisht5242
@birendrasbisht5242 3 года назад
thanks it was working
@homesweethome9290
@homesweethome9290 Год назад
how can I get other data like phone number, text field or selected option from select field
@moshebreuer8998
@moshebreuer8998 3 года назад
awesome awesome thank you !
@shuhratanvarov7382
@shuhratanvarov7382 Год назад
hello dear, thank you for sharing. I want to add the date as well, but cant. can you help me with it. the date is hidden, but should appear submition time on excel sheet.
@HassanMashmoomPACS
@HassanMashmoomPACS 3 года назад
what if we have added the authenticaion to sheetdb api?? how to pass that in javascript??
@goutomsarkar7228
@goutomsarkar7228 Год назад
Many thanks to you for sharing key concepts to integrate the google sheet and I am grateful to you.
@ragunathsrinivasan5780
@ragunathsrinivasan5780 Год назад
can we have multiple forms in single page ??
@tazulislam2698
@tazulislam2698 3 года назад
need multiple row data submit by one click.
@ilietilica6532
@ilietilica6532 3 года назад
Great video!
@officialyoris1942
@officialyoris1942 2 года назад
can i show data form spreedsheet into html table ?
@sheetdb
@sheetdb 2 года назад
Hi, check out this video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Wb8j0xPY-w4.html&ab_channel=SheetDB
@xayotmamajonov3336
@xayotmamajonov3336 2 года назад
how can i send values to different sheets
@tazulislam2698
@tazulislam2698 3 года назад
How to send one and more row data to google sheet
@satriafikrihidayatullah6833
@satriafikrihidayatullah6833 2 года назад
Really helpful man. Thank you so much!
@davidavakian239
@davidavakian239 2 года назад
aaaa
@davidavakian239
@davidavakian239 2 года назад
bbbb
@questionableguitarplayer7721
@questionableguitarplayer7721 2 года назад
underrated
@guerbot1453
@guerbot1453 3 года назад
Thanks
@lonewolfcoding5208
@lonewolfcoding5208 3 года назад
how do we store files like pictures or documents?
@sheetdb
@sheetdb 3 года назад
Google Spreadsheet is not the best place to store images. You can store URLs to images, but you can't store files in a spreadsheet.
@thanhnhanle6706
@thanhnhanle6706 3 года назад
I got a problem that when I clicked on "Submit" button, the alert message wasn't appear. And my webpage linked to sheetdb.io, it said: {"create":1}. How can I sovle it?
@sheetdb
@sheetdb 3 года назад
Hi, can you share the code? Here you have a working example: codepen.io/sheetdb/pen/VwPpJqx
@boyscity349
@boyscity349 3 года назад
same problem
@sitanshu3472
@sitanshu3472 3 года назад
same here
@sushant7792
@sushant7792 3 года назад
dude put the javascript below the html form and it will work
@apratasona0527
@apratasona0527 3 года назад
Q. Will our data be safe by doing this?
@sheetdb
@sheetdb 3 года назад
They will, as long as you leave only the CREATE (POST) permission marked in the API settings. We recommend doing that while using the HTML Form.
@apratasona0527
@apratasona0527 3 года назад
Ok Sir.. Thank you Sir for this information...😊
@abelinogomez1224
@abelinogomez1224 3 года назад
How can you import date from google sheets to html?
@sheetdb
@sheetdb 3 года назад
Hi, you can use our html snippet: docs.sheetdb.io/#our-handlebars-snippet
@abelinogomez1224
@abelinogomez1224 3 года назад
@@sheetdb thanks! Will try yo see how it works since I am a noob 😁😁
@tazulislam2698
@tazulislam2698 3 года назад
DisplayValues
@ajjalt2276
@ajjalt2276 2 года назад
is there anyway we can pass the data to a specific row or column by using dropdown or checkbox?
@sheetdb
@sheetdb 2 года назад
Hi, sure. Here is an exampe using radio input: codepen.io/sheetdb/pen/zYEXwgO You can also use dropdown: developer.mozilla.org/en-US/docs/Web/HTML/Element/select Or checkbox: developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox
@ajjalt2276
@ajjalt2276 2 года назад
@@sheetdb thank you for your quick reply. this is wonderful. I needed an example so i can test myself and you made my day!!! Great video and thanks for your help!!! Liked and subscribed!!!
@sheetdb
@sheetdb 2 года назад
@@ajjalt2276 Okay, here is the example on both dropdown and checkbox: codepen.io/sheetdb/pen/LYOLvqv You can check the API at sheetdb.io/api/v1/jepsgwzvxcpaf
@xayotmamajonov3336
@xayotmamajonov3336 2 года назад
@@sheetdb how can i send values to different sheets
@thiagosilvaloopes
@thiagosilvaloopes 2 года назад
@@xayotmamajonov3336 You have to connect each sheet with their own API, simply creating one for each sheet on the SheetDB dashboard. And using the API link in the forms of the respective sheets.
@ettisafxrup
@ettisafxrup 2 года назад
how to make a API
@sheetdb
@sheetdb 2 года назад
You need to login to SheetDB and press the Create new button.
@ettisafxrup
@ettisafxrup 2 года назад
@@sheetdb thx bruda. I've successfully made one
@dr-mnizam
@dr-mnizam Год назад
With advancement of AI, we can now use ChatGPT: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-TvwWxtkAdw8.html
Далее
荧光棒的最佳玩法UP+#short #angel #clown
00:18
DAXSHAT!!! Avaz Oxun sahnada yeg'lab yubordi
10:46
Просмотров 489 тыс.
How to submit HTML form data to Google spreadsheet
8:10
Read & Write to Google Sheets Using a Custom Web Page
12:57
Use Python To Import Data to Google Sheets
14:40
Просмотров 10 тыс.
Add data to Google Sheet using App Script || Hemendra
14:02
荧光棒的最佳玩法UP+#short #angel #clown
00:18