Sometimes you want a form with labels to the left of your inputs. Piece of cake. You can add a class of .right
to a label to have it align to the right, and if your label is next to an input (in another column) adding a class of .inline
will have it vertically center against an input.
Foundation forms support actions tied to buttons, and prefix / postfix labels. Essentially you can use a 'collapsed' row to create label / action / input combinations. Here are a few examples.
Foundation includes error states for labels, inputs and messaging that you can have your app generate programatically.
Here's an example of a really extensive form.