Award-winning PDF software
Video instructions and help with filling out and completing Who Form 8815 Verification

Instructions and Help about Who Form 8815 Verification
Hey YouTube how's it going it's Quinton here and welcome to tutorial number 30 and in this video I am finally going to start speaking to you guys about some basic form validation okay so if you take a look at our code here real quick then this is basically the same code from the previous tutorial where we just have this form on our web page that has three inputs so one for you to put in your name one to put in a password and then the last one is the submit button okay so if we run this in Firefox then this is pretty much what it looks like just a place where you put in your name password and you can click login but right now if you click login it takes you to this page that doesn't exist so like I told you guys before whenever we're working with forms we kind of need to have some sort of clever scripting on our web page so we need some sort of a server-side a file like a PHP file but just for the purposes of this tutorial you guys don't know any server-side programming yet I'm assuming because I didn't teach you any so what we'll do is instead I'm just going to put this action equal to submission dot HTML okay and that is another file which I've made and prepared up here and this is all pretty basic but it's basically just a web page that says thank you for submitting your data so now when we go back to this page and I click refresh when I click login I'm going to get this little page of here that says thank you for submitting your data so even though this entire web...