eyeh8u wrote in php 🤓geeky

Form Builders

Is anyone aware of any open source libs for form building?


I want to be able to have non-programmers define a form that administers a database table. I want to be able to say that field 'artist' is a foreign key to the 'artists' table and thus it's a drop down. I want to be able to define that such and such a field is optional, or required, that it's a check or radio and so on.

I want it to also provide a browser for the table, with edit/delete links and searches on selected fields.


Any suggestions appreciated.