How to Send Form Data To Google Sheet In React Website | Google Sheet As Your Rest API in React App

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 159

  • @fuyuki8570
    @fuyuki8570 ปีที่แล้ว

    Thx for make this video! I'm data scientist student and I have to deploy model as a web app and receive feedback from user, but I have 0% knowledge in web development this video is very helpful🥳

    • @anatutech
      @anatutech  ปีที่แล้ว

      I'm glad you found it helpful. I'm working on other helpful videos. Do consider subscribing and sharing.

  • @TiagoLopes22
    @TiagoLopes22 ปีที่แล้ว +1

    thank you, man! after a lot of tutorials, this one worked perfectly!

    • @GreenBrainX
      @GreenBrainX ปีที่แล้ว

      I am really glad that you found it helpful. More helpful tutorials coming. Consider subscribing😊

  • @okonyeodumije5893
    @okonyeodumije5893 ปีที่แล้ว +1

    Nice content!!
    Three things though;
    - Is this safe to implement on a website where users subscribe to a service?
    - Will it be possible to receive payment screenshots from users using this?
    - Will it be possible to get notified when a new data is available in the sheet?
    Thanks in anticipation. You just earned a new subscriber!

    • @anatutech
      @anatutech  ปีที่แล้ว +1

      1. I cannot verify how safe this is for now as regards payment and subscriptions. You can place a paywall before users can visit the form. That may handle that for you.
      2. I have not tried uploading of image but I will look into it.
      3. Notification should be possible but you will have to go to Google sheet scripts market and get a script that will send you notifications whenever a new entry is made to the sheet. I am making a video on how to get form submissions to your email. That might help.

    • @okonyeodumije5893
      @okonyeodumije5893 ปีที่แล้ว

      @@anatutech Thanks for your apt response Anatu, I will be looking forward to the follow-up videos. Thanks

  • @WanjiruJamesNdungu-nl8sw
    @WanjiruJamesNdungu-nl8sw 9 หลายเดือนก่อน

    I was just looking for this specific information. Thank you

    • @anatutech
      @anatutech  8 หลายเดือนก่อน

      Glad it was helpful!

  • @nehlzintoonz1432
    @nehlzintoonz1432 ปีที่แล้ว

    Yesssssssssssssssss!!!! This is the video have been lookin for, thank you so much !! ❤❤❤ your newest subscriber btw .
    1 question?
    - will this work with images

    • @anatutech
      @anatutech  ปีที่แล้ว

      Glad you found it helpful. About the images, I have not tried that yet. I will check.

    • @linktoyinka
      @linktoyinka ปีที่แล้ว

      @@anatutech Please any update on this?

    • @anatutech
      @anatutech  ปีที่แล้ว

      @@linktoyinka Is this about collecting images via web form and transmitting to Google sheet?

    • @anatutech
      @anatutech  ปีที่แล้ว

      ​@@linktoyinka Hi, I have tested this. It does not work for files. If your form has file input, the submission will still work but only name of the file will be sent to your google sheet. So you need to use an alternative if you are looking at using the web form for file upload.

    • @anatutech
      @anatutech  ปีที่แล้ว

      Hi, I have tested this. It does not work for files. If your form has file input, the submission will still work but only name of the file will be sent to your google sheet. So you need to use an alternative if you are looking at using the web form for file upload.

  • @reenakotadiya819
    @reenakotadiya819 ปีที่แล้ว +3

    not working: TypeError: NetworkError when attempting to fetch resource.

    • @anatutech
      @anatutech  ปีที่แล้ว

      Check your connection and be sure you follow the steps. You can check the channel for a more recent video on this topic.

  • @anuragdaliya9206
    @anuragdaliya9206 ปีที่แล้ว +1

    Great information. If I deploy my react app on netlify or other services will the Google sheet script work fine?

    • @anatutech
      @anatutech  ปีที่แล้ว

      Yes, absolutely. My own portfolio website is on Netlify and it works fine

  • @diptachoudhury3848
    @diptachoudhury3848 หลายเดือนก่อน

    From postman the data is saved in the sheets but when on next app it doesn't store the params on sheet. Any reason for this?

  • @managewise1515
    @managewise1515 ปีที่แล้ว +1

    amazing million like bro, when you are going to do a video of how to pull info from Google sheet?

    • @anatutech
      @anatutech  ปีที่แล้ว +1

      Glad you liked it. Please give me two to 3 days, I will make that video. It is in my todo list. Do subscribe and turn on notification to get alerted when I upload

    • @managewise1515
      @managewise1515 ปีที่แล้ว

      @@anatutech Cant wait to see it, with all love thanks for your effort

  • @CarlosAlbenioGutierrezMonroy
    @CarlosAlbenioGutierrezMonroy ปีที่แล้ว +1

    Congrats man! Very useful.

    • @anatutech
      @anatutech  ปีที่แล้ว

      Glad it was helpful!

  • @riccardoluise8630
    @riccardoluise8630 3 หลายเดือนก่อน

    0:00 Introduction
    2:28 Setting Up Your Google Sheet
    3:09 Creating the Google Apps Script
    8:01 Deploying the Google Apps Script as a Web App
    10:15 Creating the React App
    13:38 Connecting the React Form to Google Sheet
    19:50 Testing the Setup
    22:26 Handling Form Submission and Responses
    26:04 Conclusion and Additional Features

    • @anatutech
      @anatutech  3 หลายเดือนก่อน

      @@riccardoluise8630 Thank you 😀

  • @ghostza1209
    @ghostza1209 8 หลายเดือนก่อน

    Thanks Anatu, this help me a lot

    • @anatutech
      @anatutech  8 หลายเดือนก่อน

      Glad I was able to help 🙂. Thank you for the feedback.

  • @MatildaBrunemalm
    @MatildaBrunemalm ปีที่แล้ว

    This helped me a lot! I'm trying to set up a second script that will run on some occasions, but it seems to always run the first script I created. Do you know why? And a second question - do you know if it's possible to append data to specific rows - e.g. finding the correct row by the value in x column and then adding data to y and z column. Any tips or resources are welcome 😇 Either way, thanks for a great video!

    • @anatutech
      @anatutech  ปีที่แล้ว

      You are welcome Matilda. What do you mean by a second script that will run on some locations? If what you want is for another script to run when a completely different button is clicked, you'll have to attach the function to the separate button or action. Remember that the script only gets called on the click of the "Send" button in my case.
      For your second question, I think this is covered already. all the names on my form, enter the cells specified for Name in my Google sheet. But if you are trying to achieve something else, send me a message on Twitter @AnatuTech let's see what we can do together. There's always a way out

  • @vincentsominski9124
    @vincentsominski9124 8 หลายเดือนก่อน +1

    Hey. Really nice guide. I was wondering if it is possible to set each sheet to be for a single form and has like for ex. 3 forms and for each one will be one sheet. Do you have any idea if it is accessible?

    • @anatutech
      @anatutech  8 หลายเดือนก่อน

      Hi, I believe you can do this. Let's try to name each sheet separately. Then create a different deployment for each sheet. The code written in the app script will be similar except that you will replace the "sheet name" accordingly. Then you will use the deployment endpoint link for each web form accordingly. This should work fine. If you do not get me let me know let's see if we could make a video on that.

  • @damiansoriaweb
    @damiansoriaweb 7 หลายเดือนก่อน

    Thanks Dude, I needed this video!

    • @anatutech
      @anatutech  7 หลายเดือนก่อน

      You are welcome. I'm glad you found it helpful

  • @CarlosAlbenioGutierrezMonroy
    @CarlosAlbenioGutierrezMonroy ปีที่แล้ว +1

    It would be nice to see how to edit and delete the data

    • @anatutech
      @anatutech  ปีที่แล้ว

      Yes but for now we have to delete entries directly from the sheet. If I come up with something later I will share.

  • @Khedhar108
    @Khedhar108 5 หลายเดือนก่อน

    I am trying to achieve the same behaviour
    only tutorial with regarding to this feature on youtube
    thx very much brother

    • @anatutech
      @anatutech  5 หลายเดือนก่อน

      I'm glad you found it helpful. Thanks for the feedback

  • @WanjiruJamesNdungu-nl8sw
    @WanjiruJamesNdungu-nl8sw 9 หลายเดือนก่อน +1

    That was nice, it could be better if the form was clearing after submission
    Kudos though

    • @anatutech
      @anatutech  8 หลายเดือนก่อน

      Ok. Yea you can achieve that too quite easily from the code. Check chat GPT on how to clear web form after submission.

  • @sounavsaha461
    @sounavsaha461 ปีที่แล้ว +1

    Hey I'm using it with my Next.js application but I face a CORS error. Since it's in my localhost, I am using an extension to bypass but could you provide me with a solution to enable CORS on AppScript please?

    • @anatutech
      @anatutech  ปีที่แล้ว

      I am jotting this down and it might take me days to check. If you can mail me the exact errors you are seeing it will help me troubleshoot better.

    • @lev0x79
      @lev0x79 ปีที่แล้ว

      Did you manage to solve it?

  • @ATPLDesign-j6s
    @ATPLDesign-j6s 2 หลายเดือนก่อน

    can we add a document upload option with this?

  • @AshwiniChauhan-c2g
    @AshwiniChauhan-c2g ปีที่แล้ว +1

    There seems to be one error. I have tried 4 hours but can't seem to solve it.
    SyntaxError: Unexpected token 'Y', "Your messa"... is not valid JSON
    Please help

    • @anatutech
      @anatutech  ปีที่แล้ว +2

      Invalid JSON? Are you converting the form data to JSON before sending it? I'm making another video that is even simpler than this one anyway

    • @mohammedmehdi1940
      @mohammedmehdi1940 ปีที่แล้ว

      @@anatutech yes pls. do make a video about sending json data instead of FormData

    • @franduce9738
      @franduce9738 ปีที่แล้ว

      because it is not JSON but Text so use res.text() instead of res.json()

  • @iloveclassicalmusic1683
    @iloveclassicalmusic1683 ปีที่แล้ว

    hi there bro', i'm waiting for the video about send form data to more than one google sheet pages, have a nice one ☺

    • @anatutech
      @anatutech  10 หลายเดือนก่อน

      Can't believe I never replied this. So sorry. This second video should help: th-cam.com/video/XQHpKQmtRFE/w-d-xo.html

  • @smart6787
    @smart6787 3 หลายเดือนก่อน

    Thank you sir. Worked!

  • @aryansachdeva3126
    @aryansachdeva3126 5 หลายเดือนก่อน

    i followed all the steps, but after submitting the form, the data does not appear to come in the google sheets? what might be the problem? please help as i am getting an error that "cannot read properties of undefined (reading 'parameter')

    • @sottati
      @sottati 4 หลายเดือนก่อน

      were you able to solve it?

  • @justinsengweb-per70
    @justinsengweb-per70 ปีที่แล้ว

    oh good thank you brother , this method can we create, update, delete it

    • @anatutech
      @anatutech  ปีที่แล้ว

      It can only add, you can manually delete, edit, and add to the form anyway. Any new entry will jump to the next row

  • @ПавелОсокин-ш3г
    @ПавелОсокин-ш3г ปีที่แล้ว +4

    has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

  • @SkeechFab
    @SkeechFab ปีที่แล้ว

    This is great! Can you add images to a google sheet from react?

    • @anatutech
      @anatutech  ปีที่แล้ว

      Late reply. Sorry. Did you try this out?

  • @linktoyinka
    @linktoyinka ปีที่แล้ว +2

    No errors, crosschecked still no data on my Google sheet

    • @anatutech
      @anatutech  ปีที่แล้ว

      Vanilla JavaScript website or React?

    • @linktoyinka
      @linktoyinka ปีที่แล้ว

      I came online to edit just to see you responded already. I just had enough patience and it finally worked. Thank you ❤
      Working on sorting out the "Thank you for submitting...."

    • @anatutech
      @anatutech  ปีที่แล้ว +1

      @@linktoyinka Glad it finally worked for you. Cheers. Do consider subscribing and sharing. All the best

  • @jayeshgade7913
    @jayeshgade7913 4 หลายเดือนก่อน

    How to get excel data in our react app?

  • @umarasif1089
    @umarasif1089 ปีที่แล้ว +1

    Getting a cors error. Any Idea How to resolve it?

    • @anatutech
      @anatutech  ปีที่แล้ว

      On local server or hosted?

    • @shivamnegi7552
      @shivamnegi7552 11 หลายเดือนก่อน

      lcoal server
      @@anatutech

  • @jamesjordon-vq4cw
    @jamesjordon-vq4cw ปีที่แล้ว

    Thanks a lot, brother❤

  • @prathameshmalode5524
    @prathameshmalode5524 ปีที่แล้ว

    i found out your video helpfull. but what if i want to fetch this data from sheet and visualize in the form of chart. any solution
    ?

    • @anatutech
      @anatutech  ปีที่แล้ว

      I think it depends on where you want to do the visualizing, do you want to view the data as a chart on the Google sheet or do you want to use an external software?

  • @venkystory17
    @venkystory17 ปีที่แล้ว

    In the above code how we can fetch the data to check the values ?

    • @anatutech
      @anatutech  ปีที่แล้ว

      Late reply. Sorry. Kindly break down what you need further

  • @mehransoulmusic8666
    @mehransoulmusic8666 ปีที่แล้ว

    can we add columns identifer name by coding? if yes so then explain how it can possable

    • @anatutech
      @anatutech  ปีที่แล้ว

      Hi, I don't encourage doing that. You can simply add your column identifiers when you create your sheet, before you deploy the appScript. If you add column identifiers via coding, each time a user fills and submits the form, the identifiers will be entered before the data. I don't suppose this is the behaviour you are looking for, is it?

  • @syedhassaanwasi7284
    @syedhassaanwasi7284 ปีที่แล้ว

    Hey! hope you are doing fine . My function is not working on local host. Does it work on Local?

    • @anatutech
      @anatutech  ปีที่แล้ว

      So sorry for the late reply. Did your device have internet connection when you were running local host?

  • @ATPLDesign-j6s
    @ATPLDesign-j6s 2 หลายเดือนก่อน

    "Can we add the option to upload documents such as PDFs or images?"

    • @anatutech
      @anatutech  2 หลายเดือนก่อน

      @@ATPLDesign-j6s Unfortunately I've not found that to be possible

    • @HimanshuSingh-xt8yw
      @HimanshuSingh-xt8yw 13 วันที่ผ่านมา

      You can use cloudinary on frontend side to get the link of the uploaded document, then send that link to sheet from frontend

  • @emmakihlberg8910
    @emmakihlberg8910 10 หลายเดือนก่อน

    Hello, I get a CORS error on my Netlify site when trying to do this, what is causing that? and how do i solve it?

    • @anatutech
      @anatutech  10 หลายเดือนก่อน

      Hi, let me check

    • @tamaniphiri
      @tamaniphiri 4 หลายเดือนก่อน

      @@anatutech set the mode of the fetch to no cors
      e.g
      fetch("link here",{
      method: "POST",
      body: contactForm,
      mode: "no-cors",
      }

    • @anatutech
      @anatutech  4 หลายเดือนก่อน +1

      @@tamaniphiri Oh nice. I hope it helps others. Thanks for the update

  • @kzaida7
    @kzaida7 11 หลายเดือนก่อน

    hi , I followed the steps , and I don't see data in the google sheet , no errors . I am working in react js

    • @anatutech
      @anatutech  11 หลายเดือนก่อน

      Hi, try this second method: th-cam.com/video/XQHpKQmtRFE/w-d-xo.html

  • @akaashvakharia6233
    @akaashvakharia6233 ปีที่แล้ว

    Bro,the script when you run it has problem,it doesn't work

    • @anatutech
      @anatutech  ปีที่แล้ว +2

      You need to go through it step by step again and be sure you fully understand the processes. You can use Loom.com to make a recording of what you did and reply with the link so that I can see what you did and know how to go from there.

    • @akaashvakharia6233
      @akaashvakharia6233 ปีที่แล้ว +1

      @@anatutech thank you so much for your reply,I'll make the video and share it to you soon

  • @manthanpatel8707
    @manthanpatel8707 ปีที่แล้ว

    Hey i have already web wich i want to connet with google sheet can you help me pls

    • @anatutech
      @anatutech  ปีที่แล้ว

      Ok. Do you have access to the source code of the website? Are you the developer? If you need me to help you directly set this up, please send me a Twitter or Instagram DM: @AnatuTech

  • @nampro
    @nampro 26 วันที่ผ่านมา

    Wow thank you

  • @jawwadumar2100
    @jawwadumar2100 11 หลายเดือนก่อน

    why only the name is visible in google sheet, the message and emails are not visible

    • @anatutech
      @anatutech  11 หลายเดือนก่อน

      Hi, please check your code again and be sure to save the code and refresh the web page before filling the form. If problem persists, check my second video and method on this:
      th-cam.com/video/XQHpKQmtRFE/w-d-xo.htmlsi=_nqtxssQR7LrKWvF

  • @carolinaaa-d4h
    @carolinaaa-d4h 3 หลายเดือนก่อน

    THANK YOU! 💖

    • @anatutech
      @anatutech  3 หลายเดือนก่อน

      @@carolinaaa-d4h You are welcome 🤗🤗

  • @devdive24
    @devdive24 ปีที่แล้ว

    Getting cors issue while sending request, how to resolve this

    • @anatutech
      @anatutech  ปีที่แล้ว

      Which environment are you running this one? Is it a react app? Are you running the server locally or you are already hosting on the cloud? Please send me more information so we can know how to proceed.

  • @fitvibeindia
    @fitvibeindia ปีที่แล้ว

    Good job brother

    • @anatutech
      @anatutech  ปีที่แล้ว

      Thank you. Do subscribe for more😊😊

  • @udayignet6119
    @udayignet6119 10 หลายเดือนก่อน

    i think google sheet is not free after trial limits of $3000 finished (90 days period), is it right pls anyone tell?

    • @anatutech
      @anatutech  10 หลายเดือนก่อน +1

      It's free. But Google has paid services if you want more advanced features or run a medium or big company. But once you have a good account you'll have free access to Google sheet and other Google office products

  • @antareephasan
    @antareephasan 4 หลายเดือนก่อน

    Thank you so much

    • @anatutech
      @anatutech  4 หลายเดือนก่อน +1

      You are welcome. Please don't forget to support by subscribing 🙏🏾

  • @KrishGoswami-c9g
    @KrishGoswami-c9g ปีที่แล้ว +2

    Not working

    • @anatutech
      @anatutech  ปีที่แล้ว

      Are you using a framework or plain html, css and js?

  • @SarahSalvatore-ve6gf
    @SarahSalvatore-ve6gf ปีที่แล้ว +1

    I'm getting a cors error.

    • @anatutech
      @anatutech  ปีที่แล้ว +2

      Try this: If you are still developing on your local machine server, host up your site on any platform, say Netlify, Github pages etc, and then try the form submission again. Cors error usually happens due to differences in the security protocols of the local server vs the the Google server (http vs https).
      Another thing to try is to make make the action of your form to be the script url, like this:
      Please try these and get back to me here if or not it solves the issue.

    • @skphotographyediting8983
      @skphotographyediting8983 ปีที่แล้ว

      Dude i am still getting the same CORS error too and i have tried both steps you mentioned

    • @anatutech
      @anatutech  ปีที่แล้ว

      @@skphotographyediting8983 There's a fix for this. If I don't reply in 6 hours, please remind me. Sorry I haven't provided it since. Been busy

    • @skphotographyediting8983
      @skphotographyediting8983 ปีที่แล้ว

      Thanks for your response ☺️ i am glad that you read my message ( i am waiting for the solution)

    • @anatutech
      @anatutech  ปีที่แล้ว

      @@skphotographyediting8983 Hi, do you get this issue even when you host your website on a server? I do not mean your local server

  • @hammadrao6508
    @hammadrao6508 3 หลายเดือนก่อน

    hi i am getting cross origin policy err

    • @anatutech
      @anatutech  3 หลายเดือนก่อน

      @@hammadrao6508 Hi, this issue has been addressed by others. Kindly check the comments. If you still don't get a solution let me know here let's look into it.

    • @carlosdelviento
      @carlosdelviento 2 หลายเดือนก่อน

      The same error with cors , and is agregated in the script but the error is repited!

    • @anatutech
      @anatutech  2 หลายเดือนก่อน

      @@carlosdelviento Other people have reported this. I think it's best you share your project repo link with me if it's not confidential. I'll go through it and see. Also add the App script code you used to your repo. Another alternative is to present your code and steps you've taken to ChatGPT. It might be able to assist you resolve your specific case

  • @baldyardigan
    @baldyardigan 4 หลายเดือนก่อน

    Has anyone fixed the CORS issue?

    • @anatutech
      @anatutech  4 หลายเดือนก่อน +2

      I have to do something about that today or tomorrow. I'll reply again with a link once done

    • @AntonVarvianskyi
      @AntonVarvianskyi 26 วันที่ผ่านมา

      How did you fix the CORS error?

    • @baldyardigan
      @baldyardigan 25 วันที่ผ่านมา

      @@AntonVarvianskyi I never did :( I could get it working for just online calls but the combination of API and Nextjs calls wasn't working.
      We might use the Appscript NPM package or use the logic we build on Google Sheets to make a Restful API that can be easily consumed by both in the nearby future.
      It's a shame there is no easy fix for this as using Google Sheets this way is very easy, convenient and would be powerful.

  • @RaviParmarmakerredefine
    @RaviParmarmakerredefine 8 หลายเดือนก่อน

    Getting cors issue. is there any solution for that? i am sending direct json instead of formData

    • @anatutech
      @anatutech  7 หลายเดือนก่อน

      So sorry for the late reply. Were you able to find a solution to this CORS error?

    • @tamaniphiri
      @tamaniphiri 4 หลายเดือนก่อน

      set the mode of the fetch to no cors
      e.g
      fetch("link here",{
      method: "POST",
      body: contactForm,
      mode: "no-cors",
      }

  • @Redouan20032007
    @Redouan20032007 10 หลายเดือนก่อน

    Thank you

  • @jabajaba20
    @jabajaba20 11 หลายเดือนก่อน

    Thank you!!

    • @anatutech
      @anatutech  11 หลายเดือนก่อน

      You're welcome!

  • @cashmastery361
    @cashmastery361 5 หลายเดือนก่อน

    how do i correct the cors errors?

    • @tamaniphiri
      @tamaniphiri 4 หลายเดือนก่อน +1

      set the mode of the fetch to no cors
      e.g
      fetch("link here",{
      method: "POST",
      body: contactForm,
      mode: "no-cors",
      }

    • @cashmastery361
      @cashmastery361 4 หลายเดือนก่อน

      @@tamaniphiri thank you

    • @abdulsami593
      @abdulsami593 4 หลายเดือนก่อน

      @@tamaniphiri bro by this by req does not work i don't know why but data is not appended in the google sheet

    • @tamaniphiri
      @tamaniphiri 4 หลายเดือนก่อน

      @@abdulsami593 make sure your sheet name is the same in your script and below your sheet(bottom left of sheet not at the script page)
      Make sure the fields in the script i.e name, email etc match the fields in your google sheet

  • @FGA-47
    @FGA-47 7 หลายเดือนก่อน

    Thanks alot

    • @anatutech
      @anatutech  7 หลายเดือนก่อน

      You are welcome 🤗

  • @alexisperez8911
    @alexisperez8911 ปีที่แล้ว

    Thanks! :)

  • @luanderilidio2405
    @luanderilidio2405 9 หลายเดือนก่อน

    Merece o LIKE

  • @IncaRoad
    @IncaRoad 7 หลายเดือนก่อน +1

    best tut on google shit

    • @anatutech
      @anatutech  7 หลายเดือนก่อน

      Glad you liked it.

  • @ninkovskimoralesjanampa3370
    @ninkovskimoralesjanampa3370 ปีที่แล้ว

    like

  • @libra2054
    @libra2054 9 หลายเดือนก่อน +1

    glots of google shit

    • @IncaRoad
      @IncaRoad 7 หลายเดือนก่อน

      lol man

  • @vlasovdanildev
    @vlasovdanildev ปีที่แล้ว +1

    макака

  • @LuaiObaid-z9q
    @LuaiObaid-z9q 4 หลายเดือนก่อน

    i followed the same steps i keep getting return header === 'timestamp' ? new Date() : e.parameter[header] e:undefined how can i solve it please?

    • @anatutech
      @anatutech  3 หลายเดือนก่อน

      Did you solve this?

  • @ManojAP
    @ManojAP 3 หลายเดือนก่อน

    thank you

  • @bibhasash7371
    @bibhasash7371 5 หลายเดือนก่อน

    I am getting cors error

    • @tamaniphiri
      @tamaniphiri 4 หลายเดือนก่อน

      set the mode of the fetch to no cors
      e.g
      fetch("link here",{
      method: "POST",
      body: contactForm,
      mode: "no-cors",
      }

  • @sachinyadav8100
    @sachinyadav8100 ปีที่แล้ว

    Not Working

    • @anatutech
      @anatutech  ปีที่แล้ว

      You may have to clarify what's not working. Maybe make a video of how you tried it and send me a link so I can check. Or DM on twitter @AnatuTech.