Google Sheets - Userform

Поділитися
Вставка
  • Опубліковано 29 гру 2024
  • Learn how to create a user form in Google Sheets using Apps Script and Materialize CSS. In this tutorial we'll add UI elements like Sidebar & Dialog Boxes with a userform to our spreadsheet and pass information from our user interface to our worksheet.
    For more advanced user form check out Userform Level 2 Series:
    • Google Sheets Userform...

КОМЕНТАРІ • 269

  • @TheLlaman
    @TheLlaman 4 роки тому +4

    Thank you for such a great tutorial. Just wanted to share if anyone is having trouble with the "google.script.run" not executing, it might have something to do with multiple accounts signed into Google (at least that was the case for me). So try signing out of the other accounts and it will work

    • @billmical8008
      @billmical8008 4 роки тому +1

      Just spend the last two days dumbfounded on why my code was not working. Thank you so much for your comment!!!

    • @rafaom
      @rafaom 3 роки тому +1

      Thanks, thanks a lot!!!!

  • @tomatina21
    @tomatina21 5 років тому +21

    Thanks for another great tutorial!! How can you create an edit button to edit/update/delete a previous form entry ? Could you make a tutorial on this?

  • @teacherwisleykid2088
    @teacherwisleykid2088 3 роки тому +2

    You're such a good teacher! All the explanations are very clear! Thank you for this content.

  • @immanuelsuleiman7550
    @immanuelsuleiman7550 5 років тому +2

    I wasn't looking for this whatsoever but I'm glad that I found it
    Thank you so much you are an awesome person

  • @perepausancho
    @perepausancho 2 роки тому

    ¡Gracias!

  • @lpanebr
    @lpanebr 5 років тому +5

    I watched your web app serie. Showing the HTML inside like this is also very nice! One thing I did differently was that I used HTML5 validation. Thank you!

  • @andrezein
    @andrezein 4 роки тому +2

    You are a wonderful teacher! Loved it, and subscribed, as I am seriously getting hooked to this type of development.

  • @santosahernandezmendoza7147
    @santosahernandezmendoza7147 3 роки тому

    With some modifications I managed to create more fields to add to my spreadsheet. Thank you, your tutorials are extraordinary. ☑

  • @LAQUABI
    @LAQUABI 5 років тому +2

    Thank you very much for this video. I did not know we could do this inside Google Sheets until now. If possible, could you please do more videos about Google Sheets using Apps Script and Materialize CSS like this one? There are so many other useful things I saw on Materialize CSS and it would be so much easier to understand with your explanations. You're really good at teaching! I'm looking forward to seeing more of your tutorials.

  • @Ahmedabushaban8
    @Ahmedabushaban8 4 роки тому

    I used this at my work and managed to significantly expand it. I also managed to insert formulas into a cell from gs
    Thank you so much!!

    • @ThangHoang-ns6mq
      @ThangHoang-ns6mq 3 роки тому

      @VNP SHEQ Consulting have you solved it? I have the same error :(

  • @mousaji
    @mousaji 5 років тому

    Intresting thing executed in simple way. Hats off buddy..

  • @tamjinhongmonkeystudio6120
    @tamjinhongmonkeystudio6120 4 роки тому +3

    Great tutorial!! i followed all the step shown in the tutorial. But the data in the form din't update in my sheet. i can't figured out why. i have go through all the spelling and brackets but still fail to update the data on my sheet. Please help

  • @mehdibellatig8776
    @mehdibellatig8776 5 років тому +3

    This is incredible ! Thank you sooo much for sharing all this!

  • @arnavrajiv4070
    @arnavrajiv4070 4 роки тому +2

    I've been following along the video and "google.script.run.appendData(data);" doesn't work, I have faced a similar problem in another tutorial as well! Please help

  • @shyammourya8317
    @shyammourya8317 4 роки тому +1

    Thanks for this great and useful tutorial. This video is really useful to me.

  • @jennylenesmith-drayton8677
    @jennylenesmith-drayton8677 4 роки тому

    Very good video explaining the use of macros. I like the use of multiple examples to demonstrate

  • @wirot125
    @wirot125 5 років тому

    Merry Christmast and A Happy New Year.
    Thank you very much for your worthly lessons.
    They give me the big inspiration!

  • @Prince_Chaurasia
    @Prince_Chaurasia 5 років тому +1

    Thank-you so much for great tutorial
    Please make part 2 with following thing
    1. Spreadsheet will come in read-only mode when cancel user form
    2. Spreadsheet will close when cancel user form
    3.Entry should be done only ten digit phone no in phone section

  • @LASONORALIMITE
    @LASONORALIMITE 4 роки тому

    how login app to google sites with google apps script. please help me . thanks. sorrry for my english. i speak spanish

  • @deFunkyMofo
    @deFunkyMofo 4 роки тому

    Excellent work young man ...

  • @evannerosedaganio8708
    @evannerosedaganio8708 3 роки тому

    help i need a function that popup the userform when its reload that i dont need to run it over the Tools/Script

  • @watsonpinkaew3069
    @watsonpinkaew3069 5 років тому

    Hi, thanks a lot. Your clip is very easy to follow step by step. It's great! Thumbs up.

  • @SinghSumi01
    @SinghSumi01 5 років тому +3

    This is not working for me. I write the script exactly according to your video, but the data from the form does not load the sheet. Please help.

  • @renzonicolini7062
    @renzonicolini7062 5 років тому +1

    Hello my friend, I have a web site and i need to put a form inside the web site y colect all data from clients in google sheets. How can I do that?

  • @jorgemendoza1160
    @jorgemendoza1160 5 років тому

    This is completely usefull! If you have an online class in Udemy or in another website, let me know 🙌

  • @MsBoolo
    @MsBoolo 2 роки тому

    Awesome 👌. Great tutorials 👍

  • @axies-learningthatmatters5387
    @axies-learningthatmatters5387 3 роки тому

    I have an existing problem. How to apply onOpen(e) here. And is it possible that the modal will not be closed?

  • @downhillindad7689
    @downhillindad7689 4 роки тому +1

    This is a fantastic tutorial! Thank you for taking the time to do this. However, I am struggling with getting the button to do anything. Am I the only one who can't get the submit button to work? I have paired it down all the way to simply getting a message box to pop up indicating that I'm in the function that the button activates, but it's simply dead. It's not going into the function. No errors, just nothing happens. Any help would be great

  • @DominikBarchanski
    @DominikBarchanski 5 років тому +1

    i have a bit problem with this when i want to execute function google.script.run.function(); it don't do any things what should i do

  • @AlbanoLaTorella
    @AlbanoLaTorella 4 роки тому +1

    fantastic guide, I'm a beginner, is it easy to use the same form to read and modify the data entered? if yes who can tell me how

  • @indoremechanics
    @indoremechanics 4 роки тому +1

    TypeError: Cannot read property 'name' of undefined (line 48, file "Menus")Dismiss
    what can i doo

  • @sofeepie
    @sofeepie 2 роки тому

    you are actually awesome

  • @ynneky
    @ynneky 5 років тому +1

    Thanks for the video! How can I create a dropdown list within the input box?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 років тому +1

      Please watch my web app series.

    • @ynneky
      @ynneky 5 років тому +1

      @@ExcelGoogleSheets Thanks alot! I have managed to create it! Btw, how do I create a button to clear all the input fields?

  • @Syzyf37
    @Syzyf37 5 років тому +1

    I have a question. How do you save "name" and "phone" data in a spreadsheet in any selected columns, for example in columns C and E?

  • @orzel7690
    @orzel7690 5 років тому +1

    Is a way to read data to this userform, than edit and add again to sheet ?

  • @avhvsmatej
    @avhvsmatej 4 роки тому +1

    in 9:17 shows "TypeError: template.evaluate is not a function" how to solve that

    • @0emile
      @0emile 4 роки тому

      ensure that there are ()

  • @vegasilkit
    @vegasilkit 4 роки тому

    How could you do an edit form which would display data from the row that you click in? Certain parts of the data would not be editable i.e. the persons iD number and name. Have you already addressed this somewhere? This was a great video!

  • @mictralif7515
    @mictralif7515 4 роки тому

    @Learn Google Spreadsheets HI! thank you for helping those who wants to learn.
    if the form was close how can you re-open it? can there be a shortcut on the sheet? or is there a way so that use can not close the form? or can the form show up when i open the form?

  • @nikluz3807
    @nikluz3807 4 роки тому

    is there a way to pass data from the google sheet into the html form?

  • @Sachin-sw6om
    @Sachin-sw6om Рік тому

    Hello, I have a add on installed in google sheet (when I fill the data in google sheet it triggers a data to add on app) . The problem is when I get the data in google sheet from google forms, it is not triggering data to add on . Pls give me solution. I have tried the spreadsheet.flush option, it’s not working

  • @elabinnovations
    @elabinnovations 4 роки тому

    Is this support the Google sheet Android app?

  • @dewaynewest7756
    @dewaynewest7756 5 років тому

    Can we add multiple checkboxes and get the value of each checked box???

  • @ilayarajaramasamy1263
    @ilayarajaramasamy1263 5 років тому +1

    Will it work on android phone also?

  • @trijayagroup7857
    @trijayagroup7857 4 роки тому

    hello, thank you for the video, very nice explanation and helpful....
    what about if i want to validate some things, like if the userform input any same telephone number, then the msg box will pop up and shows that "duplicate phone number"?

  • @matthewdevenecia7898
    @matthewdevenecia7898 4 роки тому +1

    Thanks! This helps a lot!

  • @ryanbrasher5684
    @ryanbrasher5684 5 років тому

    I have a question- how do you change the icons that are currently displayed next to the text input fields in the form?

    • @ryanbrasher5684
      @ryanbrasher5684 5 років тому

      I am halfway to the answer: account_circle within the div for that button.
      my question is, where do I access the list of other prefix icons available?

    • @ryanbrasher5684
      @ryanbrasher5684 5 років тому +1

      For anyone else with this question- icons list is here: material.io/resources/icons/?style=baseline .
      So I would change the icon by changing account_circle to thumb_up in
      thumb_up

  • @hafizarman3784
    @hafizarman3784 5 років тому

    Very fantastic video
    Please explain us about duplicate value
    How to stop duplicate value via userform in google sheets

  • @apolovzla_ccs
    @apolovzla_ccs 5 років тому

    as always, great video dude... thank you

  • @nickieoakwood6926
    @nickieoakwood6926 4 роки тому

    I suppose I should just give up at 01:30. What is puzzling me is the different names for like name, tel no. It would be a lot easier if you kept these uniform or gave a clearer explanation. I have followed to the T but just called SALES ORDER NO and PRODUCTS but the form won't populate the sheet. Most of the way there!

  • @shabnamnaseemahmed.5072
    @shabnamnaseemahmed.5072 4 роки тому

    I have the following error while running the script.
    Exception: Cannot call SpreadsheetApp.getUi() from this context. (line 5, file "Code")Dismiss

  • @julia.vasilieva
    @julia.vasilieva 5 років тому

    Thanks! Great tutorial!! I have a question: how to align a button in the center?

  • @pankajjoshi8292
    @pankajjoshi8292 4 роки тому

    Can i implement them in Google sheet ? Can you pls tell how to create Login id Password form , using Google sheet which i can use google sheet. thaking you lots

  • @altamis4410
    @altamis4410 3 роки тому

    yes very nice, but i think it would be nice to add the log data into another spreadsheet, not the current one, anyways is someone have the sheet link will face with the userform too ?

  • @ManojGuptahome
    @ManojGuptahome 4 роки тому

    Thanks!! I am learning a lot from your tutorials. However, your web app series has some problem.
    My and are showing in red color. I have checked all subsections of the HTML code are properly formatted ad closed. Why is this in red? --It works though.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому +2

      With all due respect, there are no problems in the series. When you work with code, you have to be extremely detail oriented. One comma, semicolon, quote in the wrong place will throw everything off. Just because your HTML brackets are closed it does not mean you don't have some JavaScript mistakes or simply an extra div or attribute syntax error.

  • @Talas99
    @Talas99 3 роки тому

    what about uploading files ? how to deal with that

  • @xperimentsqf3823
    @xperimentsqf3823 4 роки тому

    it's great.. but can we publish them and deploy as web app?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому +1

      yes.

    • @xperimentsqf3823
      @xperimentsqf3823 4 роки тому

      i try to publish using deploy web app, but error doGet when open in my computer browser, when i tried open on my mobile browser the page not reach.. how to make it work?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      Check my other channel to learn how to do it ua-cam.com/channels/JebzvfCuA5ymtb79DQm36A.html

  • @MrYoubetube22
    @MrYoubetube22 5 років тому

    Hello,
    I try to copy the complete script and does't work.
    when I full feel with name and phone after I click the name and phone number are not save i the sheets.
    tell please what I shut do?

  • @sheyanran508
    @sheyanran508 4 роки тому

    I followed everything, however, it does not work. The data I am inputting was not added.

  • @mictralif7515
    @mictralif7515 4 роки тому

    this adds on the next blank rows... some parts of my rows has formulas.. how do i enter data on blank cells on a row

  • @asia22
    @asia22 4 роки тому +1

    Litty, thank you so much 🔥🔥🔥🔥🔥

  • @ivanyumul1542
    @ivanyumul1542 4 роки тому

    how can you trigger the form without running the script?

  • @AntonioSantos-ve6zv
    @AntonioSantos-ve6zv 3 роки тому

    Awesome content! Thanks a lot!

  • @justinpatriarca1973
    @justinpatriarca1973 4 роки тому

    I have tried to adapt this script to my project but i just can't get the submit button to work or the append function to collect the data. I've gone through all the suggestions below but nothing is working, wondering if you could provide some advice. Each function runs without errors, just no data is populated.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      98% of the time spelling error or brackets missing in the HTML file.

    • @justinpatriarca1973
      @justinpatriarca1973 4 роки тому

      @@ExcelGoogleSheets Thank you, found the problem bracket after a little sleep.

    • @vachmusic
      @vachmusic 3 роки тому

      @@ExcelGoogleSheets I have checked everything and I cant get trhe button to work help please!!

  • @crazyworld7485
    @crazyworld7485 4 роки тому

    Great tutorial but when i try on mobile such Chrome or Google sheet app the script not working. Please help how to script work on mobile.

  • @sioetan9492
    @sioetan9492 4 роки тому

    Thanks for another great tutorial , please help me...
    how to create a new name in a particular table, for example in the H section?...... thanks for the answer

  • @venkatpavankumar1945
    @venkatpavankumar1945 5 років тому

    Hello sir how to increase or decrease the width of the user form.

  • @yasharts4769
    @yasharts4769 4 роки тому

    i am running the script in chrome v8 .. its not populating the spreadsheet...please advise

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      This should work fine on V8.

    • @yasharts4769
      @yasharts4769 4 роки тому

      @@ExcelGoogleSheets sir request you to send your code ...I typed and followed you as it is.. but still it is not happening..I may be doing some mistake....
      dileepade@gmail.com

    • @yasharts4769
      @yasharts4769 4 роки тому

      html file :















      account_circle

      Your Name


      phone

      Telephone


      Submit
      send












      var nameBox = document.getElementById("username");
      var phoneBox = document.getElementById("tel");

      function addRecord(){
      var data= {
      name: nameBox.value,
      phone:phoneBox.value
      };

      google.script.run.appendData(data);
      nameBox.value=" ";
      phoneBox.value" ";
      }
      document.getElementById("btn").addEventListener("click",addRecord);



      and file code.js
      function doGet() {
      return HtmlService
      .createTemplateFromFile('page')
      .evaluate();
      }
      function appendData(data){
      var ss = SpreadsheetApp.getActiveSpreadsheet();
      var ws = ss.getSheetByName("Data");

      var firstdata= ws.appendRow([data.name,data.phone]);
      //Logger.log(firstdata);
      }
      please help i am not getting my spreadsheet populated as per the code.

  • @roroworld-0290
    @roroworld-0290 3 роки тому

    Hi! I followed your steps but this statement google.script.run.appendData(myData); but it does not work for me (cannot call that function).
    I ammended it to google.script.run.withFailureHandler(onFailure).appendData(myData);
    However, I keep getting "ERROR: Authorization is required to perform that action." I have already given the authorisation in the pop up box. Do you have any suggestions to solve this?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 роки тому +1

      Log out of all google accounts and then login with the right account and try again.

    • @roroworld-0290
      @roroworld-0290 3 роки тому

      @@ExcelGoogleSheets
      hi, this worked! thank you so much!!

  • @canamiecan2525
    @canamiecan2525 5 років тому

    How to add in user form print button. I hope you can help me.

  • @LoneSMyrup
    @LoneSMyrup 3 роки тому

    Hi :-) Somehow buttons never work for me in forms. I have tried several tutorials including this and have verified that everyting is exactly the same - but iIeither get nothing og TypeError: Cannot read property 'name' of undefined. Please help me - what am I doing wrong?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 роки тому +1

      One thing a lot of people miss is that JavaScript is case sensitive. So everything you do, make sure you match cases.

  • @rainraindontgoaway4881
    @rainraindontgoaway4881 5 років тому

    Is there a way to prevent duplicate entries?

  • @davidqicatabua5296
    @davidqicatabua5296 5 років тому

    Great channel content is great and another useful video.
    However I did try the same steps described in the video and the inputs are not showing in the sheet. What could be the cause of this?

    • @potato_weeb8274
      @potato_weeb8274 5 років тому

      there could've been an error
      possible error:
      function addRecord(){
      var data = {
      name: nameBox.value,
      phone: phoneBox.value
      };
      I typed in 'name = nameBox.value, '
      I fixed it and it worked

  • @orlandsalas7346
    @orlandsalas7346 5 років тому

    Awesome Tutorial

  • @dr.bhavinmodi6935
    @dr.bhavinmodi6935 4 роки тому

    Very nice!
    Got to learn something new.
    My Question: How can I creat patient records sheet?

  • @vladimirshisterov7978
    @vladimirshisterov7978 5 років тому

    Hi! Very useful videos on your channel.
    I tried to write a script exactly according to your video, but the data from the form does not load the sheet.
    What could be the reason?

    • @kamilingo
      @kamilingo 4 роки тому

      I am having the same problem.

  • @opsocs7401
    @opsocs7401 5 років тому +1

    Help! I copied his script character by character and it still won't work! There will be a sidebar, but once I hit "Add", nothing happens! Can anyone help a brother out?

    • @Grace-fd8qp
      @Grace-fd8qp 4 роки тому

      the same situation to me please help :))

    • @kostnuzula2833
      @kostnuzula2833 4 роки тому

      just look at the very bottom, my input is put on bottom, because it already have content

  • @GeraSanz
    @GeraSanz 5 років тому

    is there any way to change the sidebar width? i've tryed a few things without any result! and it's getting me crazy ! please HELP!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 років тому

      you can do HtmlService.createHtmlOutputFromFile('Page').setWidth(300);
      however, with sidebat I think there is minimum and maximum width, so it can only be changed a little. For more control use Dialog.

  • @bartolomeopontin
    @bartolomeopontin 4 роки тому

    Hello, I just tried your code and I had to deactivate the new App Script runtime for chrome V8 for it to work. The issue occured when calling the appenData function. It failed to execute. Do you know what should be changed in the code for this to work in the new environment?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      What's the error message?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      I just took the time to write the exact code in this tutorial in V8 engine and it works fine.
      Maybe try to move document.getElementById("btn").addEventListener("click",addRecord);
      below addRecord function, instead of having it above.
      Just to be clear, I didn't do this change, I just wrote the same exact code and it worked fine.

    • @bartolomeopontin
      @bartolomeopontin 4 роки тому

      Learn Google Spreadsheets There is no error message. When I go in the execution log it just mentions that appendData failed to execute. I will try to do what you said and see if it works. Thank you for your answer

  • @venkatpavankumar1945
    @venkatpavankumar1945 5 років тому

    how to auto adjust the userform width and height automatically based on the content

  • @Zawodowieec
    @Zawodowieec 4 роки тому

    Great tutorial, thank you pal ;)

  • @lottoalgoritmos3895
    @lottoalgoritmos3895 5 років тому

    Cannot call SpreadsheetApp.getUi() from this context. (line 5, file "Code" .....Do you Know what Does mean??? Help me Up Please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    • @lottoalgoritmos3895
      @lottoalgoritmos3895 5 років тому

      Never Mine I Solved Open Google Drive and then the spreadsheet tools and appscript

  • @ravemanlex
    @ravemanlex 4 роки тому

    Hi. First and foremost I would like to thank you for the veery helpful instructional videos. I have been able to replicate most of your tutorials however I'm trying to establish dependent drop down boxes on the UI. I'm stumped on how I can get the 2nd drop down box to update its values based on the input of the first box. Any video that can help with this? It's with the HTML side that I'm having trouble in getting to update.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      If you're having issues with HTML side, then I really recommend watching the videos in this playlist ua-cam.com/play/PLv9Pf9aNgemuYdHkUa_knXKMYZcW9WEaf.html
      Next week there will be an example of a dependent dropdown in this playlist
      ua-cam.com/play/PLv9Pf9aNgemuzTNWeHd8HziGVNzSlWACh.html

  • @racheldelgado5541
    @racheldelgado5541 4 роки тому

    Thank you so much... I learned a lot :)

  • @geniewu390
    @geniewu390 5 років тому

    The video is so helpful! Have you thought about doing a tutorial on combing google form instead of creating your own form?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 років тому

      I do have Google Forms videos. Web App is much more flexible but you should use whatever works for you.

  • @singhalmonica
    @singhalmonica 3 роки тому

    Thanks sir, pls help to prevent editing in entered data

  • @Tripleit1g4
    @Tripleit1g4 5 років тому

    How to create search engine for those table?

  • @ryanbrasher5684
    @ryanbrasher5684 5 років тому

    Also, excellent video, and thank you so much.

  • @junliu2452
    @junliu2452 5 років тому

    You did pass html variables to google script. Can we pass google script variable to html?

  • @nickieoakwood6926
    @nickieoakwood6926 4 роки тому

    Alright. Got the sidebar all working. Error message everything. Only thing is. Once I have closed the spreadsheet and reopen, no form. Open project and the black play button is greyed. How to get form embedded into sheet so it is there on opening? Di I need to be opening spreadsheet in here somehow
    var ws = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("SALES");
    Something like:
    var ws = SpreadsheetApp.openSpreadsheet(THEN THE SSID IN HERE?).getSheetByName("SALES");
    As you can probably tell am not coder but using G Sheets as my Uni project and other Sheets things like formula etc am cool with but coding is like reading Chinese Mandarin (Simplified).

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      ua-cam.com/video/_Iq2-_WgFdY/v-deo.html

    • @nickieoakwood6926
      @nickieoakwood6926 4 роки тому

      @@ExcelGoogleSheets thank you is tonight's isolation entertainment.

  • @pichit.raetai
    @pichit.raetai 5 років тому

    thank you very much. i see ur all video

  • @IntrepidFox
    @IntrepidFox 4 роки тому

    Many thanks for this!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      Glad you like it. Check out the new level 2 series ua-cam.com/play/PLv9Pf9aNgemuzTNWeHd8HziGVNzSlWACh.html

  • @davidps
    @davidps 4 роки тому +1

    so cool

  • @christopherb.223
    @christopherb.223 4 роки тому

    ¡Amazing Work!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      Thanks a lot! Check out the new series ua-cam.com/play/PLv9Pf9aNgemuzTNWeHd8HziGVNzSlWACh.html

  • @newborn7850
    @newborn7850 4 роки тому

    Very nice. how to create a fullsize HMTL page and deploy the link or share the link of html page

  • @edwinalfonsomonteromontero5843
    @edwinalfonsomonteromontero5843 5 років тому

    Hola puedes hacer un ejemplo donde se consulte un spreadsheets por medio del form, es decir, dado un identificador buscar y mostrar el nombre asociado al identificador almacenado en una tabla en sheets. Gracias y muy buen vídeo.

  • @materialuoat7860
    @materialuoat7860 4 роки тому +3

    Hi, i'm amazed with the thing you doing with these videos, thanks for every video you upload!. With this i have a problem in "google.script.run." never run in the way you show, but i look over there in forums, and nothing, until i decide delete of minified JavaScript code, and they works, but of course, the animation of button an text stops, so i decided to put again but after the script you write, and works perfectly, i decided put here if anyone else have the same problem.
    i ask you to make some video with explanation of Class Blob in Apps Script, and if its possible wok with that ina "showSidebar(html)", i try to read in other foums an in the same google documentation, but nothing, and you way of explain its very useful to absolute beginers, like me. Thanks again

    • @sabrananda
      @sabrananda 4 роки тому

      i delete minified javascript but still not work,, anyone with same problem? i use G-Suite for education account, is that an issue?

    • @sabrananda
      @sabrananda 4 роки тому

      i try again with my regular @gmail.com account, it's work!
      anyone can do this on G-Suite For Education account? cause my company use G-Suite for education to work in shared drive

  • @webserviceargentina7025
    @webserviceargentina7025 3 роки тому

    hello from Argentina. data its ok but form desapear when clicked the button. somebody have a same problem?? thankyou

  • @somethingiswrong6362
    @somethingiswrong6362 4 роки тому +1

    Awesome

  • @hieucon184
    @hieucon184 5 років тому

    Please how to login user html to google sheet

  • @AshleyCreighton
    @AshleyCreighton 5 років тому +1

    Watched this three times and copied it *to the absolute letter*; still can't get the form to add records to the worksheet 🤔

    • @cgadistribuicao9420
      @cgadistribuicao9420 5 років тому

      So do I

    • @AshleyCreighton
      @AshleyCreighton 5 років тому

      FWIW, I forgot to capitalize something in the javascript 🙃 Joined the channel's Patreon and got some help directly from the mastermind himself. Happy to support his excellent work here. 👏👏👏

    • @SuperIdeas_org
      @SuperIdeas_org 4 роки тому

      Be sure to open the script editor from inside the spreadsheet: prnt.sc/r4jlwv