Award-winning PDF software
Video instructions and help with filling out and completing 8850 Form Submission

Instructions and Help about 8850 Form Submission
What's up guys we made a form that we ducked out with material design and we can type stuff but nothing really happens when we hit submit we're just clearing the form what I'd like to do is submit that off to a server right maybe we want to create a user a lot of times that's how it works with forms now before we do that I want to do some clients I want to show you how to do some client-side validation and here's why you might want to do that so let's say your server has like some requirements so let's say users filling up the form here bob bob bob bob bob right and let's say your user name has to be at least five characters long it'd be nice not to have to make a request to the server the server hat tells you username has to be five characters long you display it here right it's one way to handle it but then you have to make a request to the server when you know beforehand and you could check on the client side before you send it off whether the username is long that so I'm going to show you how you can do that here so we're going to be using a material UI error thing here this error text to show how to pop up if there is an error so we're going to do this is a code if you don't have the code you want to follow along I have a link in description below so you can grab it so what we're going to do is we're actually going to understate here is we're going to keep a first name air and this is basically just the air...