You don't need to use SimpleForm for every form in an app.
Also, you aren't restricted to using SimpleForm helpers when using simple_form_for. You can use input_field, label, etc. anytime you want to.
You don't need to use SimpleForm for every form in an app.
Also, you aren't restricted to using SimpleForm helpers when using simple_form_for. You can use input_field, label, etc. anytime you want to.