HTML Form to Google Sheets using JSON API Web App - - e.j1 p.5

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 37

  • @mawwardhana
    @mawwardhana Год назад

    i am having problem running doPost function when i blank data in spreadsheet, in this case "id" is equal to zero. the problem is in the variable "get last id" which is in "getLastRow()-1", after I remove "-1" which means only "getLastRow()", this function runs successfully. whatever it is, this tutorial really enriches my skills with self-taught background knowledge of JSON API. many thanks

  • @rosaprint8676
    @rosaprint8676 3 года назад +2

    Excellent! Thanks!
    Happy New Year!

  • @abdullahquhtani4247
    @abdullahquhtani4247 3 года назад

    It would be the best tutorial of it’s type if you could add search functionality to this. I hope you consider this and extend this tutorial to do so. Thank you 🙏

  • @lauraa.3593
    @lauraa.3593 4 года назад +2

    Excellent! Thanks!

  • @shinrafahell
    @shinrafahell 3 года назад

    So you have more than one channel interesting.

  • @tanveerhussain3881
    @tanveerhussain3881 4 года назад +1

    I love and like it

  • @findthetruth3021
    @findthetruth3021 4 года назад

    Please make Cascade drop down by using visual studio, I really need it. Many thanks for all of your amazing videos.????? Still waiting for it.

  • @jstrong4006
    @jstrong4006 3 года назад +1

    Hello great videos! My code was working, but now I get this error... "has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled." any help??? I dowloaded the cors plugin but then get another error that relates to running html not json script

  • @findthetruth3021
    @findthetruth3021 4 года назад

    Please make Cascade drop down by using visual studio, I really need it. Many thanks for all of your amazing videos.

  • @mubashirrehman1122
    @mubashirrehman1122 3 года назад

    You are doing great will be waiting for your coming videos.
    The code shows an error (Paused in debugger, in Line (.then (res => res.json()) ). Will highly appreciate it if you reply.

  • @larscavadino7738
    @larscavadino7738 3 года назад

    If anyone wants this combined with a working signature pad, comment here :)

  • @VinodKRamachandra
    @VinodKRamachandra 4 года назад

    Loved it

  • @ShriRam-ip1wr
    @ShriRam-ip1wr 2 года назад

    Please Provide some tutorial about How to Fetch MySQL Data on Google Sheet

  • @luisforni86
    @luisforni86 4 года назад

    in scriptgoogle I can't load the appsscript.json file when I run "claps push"

  • @joerzempoluch7616
    @joerzempoluch7616 3 года назад

    How could we incorporate something like a PUT or a DELETE request with this. Usually I would make an endpoint that takes an Id but I don't think you can specific endpoints in app scripts, maybe I'm wrong. Could you pass parameters through the doPost and do it this way?

    • @getitdonetube
      @getitdonetube  3 года назад

      Yes, you can pass parameters. It's covered in these series ruclips.net/p/PLRmEk9smitaVGAAhgU0Pdc2sEs7yxDrEk

  • @DanKulibert
    @DanKulibert 4 года назад

    in afterSubmit you were using 'e' for the event variable, but the code from Bootstrap was using 'event' to preventDefault/stopPropagation. might have been causing the validation issue.

    • @getitdonetube
      @getitdonetube  4 года назад

      you can call it whatever you want in parents afterSubmit(event) .
      I think if you just add the class "was-validated" to the "form" itself it will validate all fields, but it will also add that annoying green formatting for valid fields, which I don't really like.

  • @gogomanish
    @gogomanish 2 года назад

    Can I use it in Google sites ?

  • @russellstanberry8122
    @russellstanberry8122 3 года назад

    Great videos! I've learned a lot from both your channels. One thing I'm confused on, if I wanted to check if the required values were already present on the Google Sheet, how would I do that? With doGet?

    • @russellstanberry8122
      @russellstanberry8122 3 года назад

      I was also able to display a similar alert for existing records on the HTML page, check my comments on the answer for the details.

    • @BRENDACJMIRAN
      @BRENDACJMIRAN 2 года назад

      @@russellstanberry8122 Hi Russell! did u figured out how to do that? thanks!

  • @webdiaryksp1620
    @webdiaryksp1620 3 года назад

    Thanks for all your effort... Im getting this error, what would be the reason "main.js:31 Uncaught (in promise) SyntaxError: Unexpected end of input"

  • @tazulislam2698
    @tazulislam2698 2 года назад

    Thanks bro
    I have used loop sending 2d array but it doesn't post all values. example of values,
    var info = [
    {name:"Ahraf",age:40},{name:"sumon",age:36},{name:"Jhone",age:30}
    ];

  • @hvhryan2888
    @hvhryan2888 3 года назад

    Great.
    Do you have any series related to VueJS or ReactJS?

    • @getitdonetube
      @getitdonetube  3 года назад +1

      I'll be creating ReactJS series soon.

    • @hvhryan2888
      @hvhryan2888 3 года назад

      @@getitdonetube
      What a Great man!
      I am waiting for your series.
      Thanks a lot.

  • @kunaljagtap232
    @kunaljagtap232 3 года назад

    Upload the on Github as well.

  • @AmitabhSaran
    @AmitabhSaran 4 года назад

    Hi, your videos have been very helpful for me. I have really learned a lot in a very short time frame. At 9:30min of this video, you are talking about no-cors in fetch url. When i remove this, my program stops with an error saying i have to put no-cors in the mode. But when i put no-cors, the response received from the app script is blank and therefore i am getting http status as 0. I am using VS code and Live Server on client side to test. When i tested my app script response in Postman, i am getting the correct result. Hope you can help here on how to proceed. Thanks in advance.

    • @AmitabhSaran
      @AmitabhSaran 4 года назад +1

      Sorry for this confusion.. I just restarted my VS code session and suddenly everything is fine after i remove no-cors in the mode. This is very baffeling.

    • @jstrong4006
      @jstrong4006 3 года назад

      @@AmitabhSaran I am getting the same thing... was working fine, then screwed with it abunch and now I get this error....

  • @shubhamjha5738
    @shubhamjha5738 3 года назад

    Try to give the link of code in description

  • @rodrigobrechard2999
    @rodrigobrechard2999 4 года назад

    Hi! Thanks for the videos. The code works nicely on localhost but when I deply it to a web I get: Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
    anyone managed to solve this?

    • @getitdonetube
      @getitdonetube  4 года назад

      Make sure you deploy the web app publicly available to everyone.

  • @letsmakeiteasywithapi881
    @letsmakeiteasywithapi881 4 года назад

    Hi

  • @arturbro9697
    @arturbro9697 3 года назад

    source code pls :)

  • @ShriRam-ip1wr
    @ShriRam-ip1wr 2 года назад

    It would be the best tutorial of it’s type if you could add search functionality to this. I hope you consider this and extend this tutorial to do so. Thank you 🙏