I am working on a project that uses Remix. They rely heavily on forms for sending and fetching data. This video was incredibly helpful to understand how forms handle data fetching. Thank you! You explanation was easy to understand and everything you mentioned was valuable!
THANK U BRO ITS REALLY HELP ME I SEE EVERY VIDEO ON RUclips BUT I CAN'T UNDERSTAND THEN I SEE YOUR'S VIDEO THAT VERY HELPFUL TO ME THANK U ONCE AGAIN LOVE FROM PAKISTAN !!!
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!
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
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?
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?
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
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?
For future reference: It's Live Server. Although, I don't recommend it unless properly configured, as it poses a security risk. Better to make your own node http server and also it's the industry standard nowadays.
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.
Huuuge thanks, there're quite a few videos describing html also talking in the context of basic usage w/ ui frameworks, like React.
I am working on a project that uses Remix. They rely heavily on forms for sending and fetching data. This video was incredibly helpful to understand how forms handle data fetching.
Thank you! You explanation was easy to understand and everything you mentioned was valuable!
THANK YOU, was wondering why i was not seeing the query string till i watched this video, I learnt ALOT
Very well explained! Keep them coming.
THANK U BRO ITS REALLY HELP ME I SEE EVERY VIDEO ON RUclips BUT I CAN'T UNDERSTAND THEN I SEE YOUR'S VIDEO THAT VERY HELPFUL TO ME THANK U ONCE AGAIN LOVE FROM PAKISTAN !!!
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!
you helped me with my schoolwork, thanks
SIMPLE AND DETAILED EXPLANATION
Great tutorial bro,
Keep it coming man
Really good video. Very clear explanation and just the right levelof detail. Very helpful. Thanks
Great form tutorial, could you please explain how you got your screen with the web editor an the chrome browser dynamically linked ?
Great Video! Taught so much in so less time. It was like a key how front end and backend connects.
Thank you for the explanations, help with the understanding.
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
Excellent explanation, thanks my friend.
man Thank you sooooo much. Very well explained. great video.
Well explained sir
Nice!!! Good job babe!!!
Very well explained. Thank you.
thanks for explanation bro it was great
Ok, so sending form via post is more secure, right ? Via https should be encrypted, right ?
Https it would be encrypted yes. Post more secure compared to what?
@@WebDevCody compared to basic get via url
Este submit es un dolor de cabezas para mi, muchas gracias!!
Was really helpful thanks :D
Thanks for the explanation, Mike.
But how do I save the form data (after Submit) in a separate file?
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?
Great tutorial, thanks a lot! :)
Thank you so much for this!!!!
Thanks man, very helpful! also is that you and your wife in your gmail photo?
Yes it is!
Great video
Thank you this video is helpful.
two questions:
1. is it applicable to a React code?
2. what about using FormData in pure JS as well as in React?
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?
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 Do you have a video where you explained this?
thanks how can i customize the thanks page, also i have select drop down that i'v
put with this form, how would that work???
Thank you ❤❤❤❤
thank you!
May I know what is the theme of your vs code ? It looks gorgeous
Awsome! 👌👌👏👏
using the form action, is there a way to include an apikey with the url?
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?
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
For future reference: It's Live Server. Although, I don't recommend it unless properly configured, as it poses a security risk. Better to make your own node http server and also it's the industry standard nowadays.
there is a big difference between going to and submitting to.... when I put...... form action= it goes there it doesn't deposit there
How can I access to the information provided through the form?
Why do i need the submit type on the button? It seems to work without it
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.
You can stop using self closing tags my friend, not needed in HTML5
nice. excellent. thanks.
thanks
👏👏👏👏
So u still need a 3rd party to handle backend?
How do I make use of axios or fetch to make a post request
Usually it’s just axios.post(url, data). Maybe checkout the docs
How could I use the form submissions in JS?
You’d probably need to do a post request using axios to the same endpoint
Do I really need a backend before I can upload my website
If you want other people to be able to access it, you need a server for hosting it
Great video