why use simple_form
- Required fields are marked with an * prepended to their labels.
- Simple Form also lets you overwrite the default input type it creates:
- You can overwrite the default label by passing it to the input method. You can also add a hint or even a placeholder. For boolean inputs, you can add an inline label as well.
- It is also possible to pass any html attribute straight to the input, by using the :input_html option.