HOW TO PUT A FORM ON YOUR SITE:FOR FREE!!!
Thursday, July 9, 2009 16:48Hello and welcome to bradleyiscool.com.Today I would like to make a post to teach you how to put a form on your site for free.So now you don’t have to go to a book store and buy a book that teaches you because this post is that book.It just doesn’t cost anything.Well let’s just first talk about what a form is.A form is something you can enable users of your web pages to send info over the internet to you or to applications that process the data;for example,the user might submit credit card data to purchase something from you.Unless your webpage is the most basic possible and least interactive of web sites(and there are needed a lot of these sites on the internet that are super useful),you probably will have to use a form.Now let me show you below how to create a form.
Now save your web page.Note:your have now created a form on your site.
To add elements like buttons and text boxes read on.
<input name="In this space type the form data name." type="text" />
<input type="submit" />
<input name="In this space type the form data name." type="text" />
<input type="submit" />Now save your webpage.Open the
web page in the web browser.
Below shows what it’ll look like.Well that’s how thanks for reading.

Bradley Nordstrom says:
July 10th, 2009 at 10:30 AM
Great post.Thanks for teaching me how to put a form on my site.