ROR Architecture question

Hi everyone,

I am creating a typical client management app for a small office. The
only twist is that I want the ‘admin’ to be able to add custom form
fields into the client forms.

Is there anything out there that will let me create custom fields on the
fly? I’d like to see how they did it. Or if anyone has any tips as to
how I should design this, please go ahead :).

Since I wasn’t sure how to proceed, I put all my objects related to this
in /lib. My problem is that I cannot call any of the form_helper
methods from a normal class in /lib. I’ve tried require
‘action_view/helpers/form_helper.rb’, include
‘Action_view::Helpers::FormHelper’ without success. Any tips on this?

Any help would be appreciated,

Jd