# Formal Formal is simply a form builder that provides the markup we typically use around form fields on Hashrocket projects. ## Installation Add this line to your application's Gemfile: gem 'formal' And then execute: $ bundle Or install it yourself as: $ gem install formal ## Usage Specify the builder option in your form_for parameters ```ruby = form_for post, builder: Formal::Builder do |f| ``` ```f.label``` gets wrapped in a ```