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

Instructions and Help about Which 8850 Form Submitting
Hey YouTube how's it going it's Quinton here and welcome to tutorial number 27 and in this tutorial I want to speak to you guys about forms in JavaScript okay so if you guys don't know what forms are I do explained in my previous series I've got a couple videos on forms and all the elements that we can put inside of a form okay so if you guys don't know what that is then go back and watch that series and you'll be good to go but if you do know what forms are then this is what we're going to be making in this tutorial okay so we've got this program here and it asks for your name and when you type it in so if I type in my name Quinton and I click done then it writes welcome Quinton on to the screen okay and let's say I typed in my brother's name Jared then it would write welcome Jared so whatever you type in here is what gets printed out here okay so let's take a look at how to do that now the first thing we need to do is obviously put in all of those elements that you see here so I'm going to move over this quite quickly but we're going to start off with a paragraph and I'm actually going to leave it empty but I'm going to give it an ID of welcome so this is the paragraph that eventually shows your name okay whoops yeah okay so this is this is the paragraph over here but as you can see when we start the program it's not that it's empty so that's what we're going to do now that that's just our empty paragraph after that I have...