Below is a very sample of what you form looks like automatically with no CSS changes.
Included in your code is the following:
2x Inputs
1x Text area
1x Button
Creating a form in HTML is ridicously easy, but adding the bootstrap attributes and options makes the code much larger and the speed of coding it a lot slower. This web application makes it so your Bootstraped x HTML form is ready in about 30 seconds.
-Bootsrap is basically a framework or 'precoded files' that makes it easier for people to code on. Bootstrap already contains some CSS for any website, so the default style is included with your code.
To remove the Bootstrap styling from your site, locate this line of code:
< link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" >
and delete it.
Is Form Builder free? Heck Yeah!
Is knowdlege of HTML or CSS needed? No