I’m making a system that has to automatically generate forms on the fly from a database.
Structure:
4732
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.