Easily create powerful and versatile form layouts with our built in form styles and the Foundation grid. We also included some handy form controlls to make your app more complete.
***
Example Here
***
## Building Forms With HTML
Creating a form in Foundation is designed to be easy but extremely flexible. Forms are built with a combination of standard form elements, as well as the Grid (grid-block and grid-content).
You can size inputs using column sizes, like .large-6, .small-6.
You can create grid-block elements inside your form and use grid-content for the form, including inputs, labels and more. Grid-block's inside a form inherit some special padding to even up input spacing.
This is an example form we've created that is laid out using the grid:
### Basic HTML
You can create a Form with this basic HTML