How do you Submit an HTML Form? How does it work?

2024 ж. 22 Мам.
71 508 Рет қаралды

Explaining how an html form submit works behind the scenes and breaking down how to create a simple html contact us form.
------------
🔔 Newsletter eepurl.com/hnderP
💬 Discord / discord
📁. GitHub github.com/codyseibert/youtube

Пікірлер
  • Great Video! Taught so much in so less time. It was like a key how front end and backend connects.

    @devanshvashishta@devanshvashishta Жыл бұрын
  • THANK U BRO ITS REALLY HELP ME I SEE EVERY VIDEO ON KZhead BUT I CAN'T UNDERSTAND THEN I SEE YOUR'S VIDEO THAT VERY HELPFUL TO ME THANK U ONCE AGAIN LOVE FROM PAKISTAN !!!

    @AliProductionsPK@AliProductionsPK Жыл бұрын
  • Huuuge thanks, there're quite a few videos describing html also talking in the context of basic usage w/ ui frameworks, like React.

    @hvms6k@hvms6k2 ай бұрын
  • Really good video. Very clear explanation and just the right levelof detail. Very helpful. Thanks

    @simonroyjonesuk@simonroyjonesuk10 ай бұрын
  • Very well explained! Keep them coming.

    @GreenTechTown@GreenTechTown2 жыл бұрын
  • THANK YOU, was wondering why i was not seeing the query string till i watched this video, I learnt ALOT

    @tonytony-fc6gq@tonytony-fc6gq2 ай бұрын
  • Great tutorial bro, Keep it coming man

    @hashcodehub6717@hashcodehub67172 жыл бұрын
  • Thank you for making videos like this.

    @retardedguy9847@retardedguy98472 жыл бұрын
  • you helped me with my schoolwork, thanks

    @lucaxo2493@lucaxo24932 жыл бұрын
  • Wow, good explanation. As a beginner I wasn't sure how to build the bridge to backend. This video helped my with that by overviewing the general concepts of GET and POST (which is essential for the understanding of HTML Forms). Not bad!

    @everluck35@everluck35 Жыл бұрын
  • Thank you for the explanations, help with the understanding.

    @juliansmith4463@juliansmith4463 Жыл бұрын
  • Very well explained. Thank you.

    @mohammedansari818@mohammedansari818 Жыл бұрын
  • Excellent explanation, thanks my friend.

    @leumas8688@leumas8688 Жыл бұрын
  • man Thank you sooooo much. Very well explained. great video.

    @mousslemchibane4206@mousslemchibane4206 Жыл бұрын
  • Great tutorial, thanks a lot! :)

    @lufius@lufius Жыл бұрын
  • Was really helpful thanks :D

    @tryndamere9541@tryndamere95419 ай бұрын
  • Great form tutorial, could you please explain how you got your screen with the web editor an the chrome browser dynamically linked ?

    @dulo123@dulo123 Жыл бұрын
  • Thank you so much for this!!!!

    @oldtimesong@oldtimesong Жыл бұрын
  • thanks for explanation bro it was great

    @AzedineOuhadou@AzedineOuhadou Жыл бұрын
  • Nice!!! Good job babe!!!

    @SeibertSwirl@SeibertSwirl2 жыл бұрын
  • Thank you this video is helpful.

    @boomspeng@boomspeng Жыл бұрын
  • SIMPLE AND DETAILED EXPLANATION

    @PANDA-TOON@PANDA-TOON7 ай бұрын
  • Thanks for the explanation, Mike. But how do I save the form data (after Submit) in a separate file?

    @user-ih2zp9jg7f@user-ih2zp9jg7f6 ай бұрын
  • Great video

    @gunahawk6893@gunahawk68932 жыл бұрын
  • Question, which program and browser allows you to see the changes in real time? I can see the browser was updating as you edited code

    @basedtiger8984@basedtiger89848 ай бұрын
  • Este submit es un dolor de cabezas para mi, muchas gracias!!

    @amintahernandez5145@amintahernandez51452 жыл бұрын
  • Wow i understood everything despite being a slow learner🎉 thank you so much for this tutorial I instantly subscribed because I really loved how you go over every little details

    @jellybean7613@jellybean761311 ай бұрын
  • thank you!

    @kenansari@kenansari2 жыл бұрын
  • Thank you ❤❤❤❤

    @Preshhbeats@Preshhbeats2 ай бұрын
  • thank u brudda

    @softwareten1500@softwareten15002 жыл бұрын
  • Curious to know how you make the inputs "required"?

    @MasterZhao@MasterZhao Жыл бұрын
  • I'm trying to post an image to a rest api using FormData.append and all that custom implementation as I'm capturing the image file appending it to the FormData and using that to post to the API, that works, but on iOS Safari I'm still getting an error as the form-data seems to be empty (?) is there a workaround for that kind of issues when submitting a form-data object?

    @user-te3vp1xt8k@user-te3vp1xt8k9 ай бұрын
  • two questions: 1. is it applicable to a React code? 2. what about using FormData in pure JS as well as in React?

    @ashimov1970@ashimov197010 ай бұрын
  • using the form action, is there a way to include an apikey with the url?

    @Darbokst@Darbokst3 ай бұрын
  • Excuse me, can i ask how can i attach condition to upload approriate html file to website ? For example, in the video above, i want my phone number is exactly 32 to access the next page (without giving warning on the current page). If its not 32, its will access to a fault html page (i made it myself) and if its 32, it will access to a success page.

    @thangmai667@thangmai667 Жыл бұрын
  • May I know what is the theme of your vs code ? It looks gorgeous

    @h9n154@h9n1543 ай бұрын
  • Awsome! 👌👌👏👏

    @bahadorkhajehmiri7644@bahadorkhajehmiri7644 Жыл бұрын
  • nice. excellent. thanks.

    @joesenenfelder683@joesenenfelder683 Жыл бұрын
  • your the reason why ppl like me learning how to code didn't give up. thanks a lot. But I do have a general question, I haven't learned any backend yet so what happens after "submit" is clicked is a bit confusing for me. once I learn something like JS will it make sense?

    @evab6550@evab6550 Жыл бұрын
    • If you learn a little about making your own rest api with node it might make more sense. You basically have backend code that listens for a request and then it returns a response

      @WebDevCody@WebDevCody Жыл бұрын
    • @@WebDevCody Do you have a video where you explained this?

      @lovenaujoodha6396@lovenaujoodha6396 Жыл бұрын
  • Why do i need the submit type on the button? It seems to work without it

    @yofi2614@yofi2614 Жыл бұрын
  • How can I access to the information provided through the form?

    @jacobflores1592@jacobflores159210 ай бұрын
  • I don't know why, but formsubmit is telling me: Make sure you open this page through a web server, FormSubmit will not work in pages browsed as HTML files. Why is this happening?

    @druvbopanna5879@druvbopanna5879 Жыл бұрын
  • thanks

    @ankurc@ankurc10 ай бұрын
  • Thanks man, very helpful! also is that you and your wife in your gmail photo?

    @91dgross@91dgross9 ай бұрын
    • Yes it is!

      @WebDevCody@WebDevCody9 ай бұрын
  • there is a big difference between going to and submitting to.... when I put...... form action= it goes there it doesn't deposit there

    @my_codingchannel7479@my_codingchannel7479 Жыл бұрын
  • Ok, so sending form via post is more secure, right ? Via https should be encrypted, right ?

    @ander172@ander1724 ай бұрын
    • Https it would be encrypted yes. Post more secure compared to what?

      @WebDevCody@WebDevCody4 ай бұрын
    • @@WebDevCody compared to basic get via url

      @ander172@ander1724 ай бұрын
  • i need help bro srsly its been a week and i cant fix it i did everything and it still gives me redirections and error 405!!!!

    @makavich@makavich8 ай бұрын
    • I haven’t used formsubmit in a while. Read their docs and make sure everything is good. Join my discord and send me code link if you want

      @WebDevCody@WebDevCody8 ай бұрын
  • How do I make use of axios or fetch to make a post request

    @kennykenny4540@kennykenny45402 жыл бұрын
    • Usually it’s just axios.post(url, data). Maybe checkout the docs

      @WebDevCody@WebDevCody2 жыл бұрын
  • 👏👏👏👏

    @tonytony-fc6gq@tonytony-fc6gq2 ай бұрын
  • So u still need a 3rd party to handle backend?

    @donoskeys@donoskeysАй бұрын
  • How could I use the form submissions in JS?

    @BradleyThomas@BradleyThomas Жыл бұрын
    • You’d probably need to do a post request using axios to the same endpoint

      @WebDevCody@WebDevCody Жыл бұрын
  • Do I really need a backend before I can upload my website

    @kennykenny4540@kennykenny45402 жыл бұрын
    • If you want other people to be able to access it, you need a server for hosting it

      @WebDevCody@WebDevCody2 жыл бұрын
  • You can stop using self closing tags my friend, not needed in HTML5

    @djdx2@djdx2 Жыл бұрын
  • Great Video, Very clearly explained.

    @ejohnson1979atgmail@ejohnson1979atgmail10 ай бұрын
  • Great video

    @elhamzeinodini4828@elhamzeinodini48282 жыл бұрын
KZhead