Auto Generate Form And Form Views From Database

I’m making a system that has to automatically generate forms on the fly from a database.

Structure:

4732

Drawing.png

The whole idea is to make a DynamicForm model and DynamicForm view that will automatically genereate the fiels and the criteria from the database.

I was wondering if something like this already exists.

Hi chemmens

All I’m aware of is yii form builder that can be useful for you.