How to create forms dynamically and not from tables on DB?

Hello, i want to show forms dynamically created from values on tables (when i am running the app) and not from table structure itself on mysql (thats when i am developing the app), i mean, because if i want to insert another data into the table (a new row of data) its converted into a new field in the form. thanks

You can’t out of the box. YOu need to write your own php for that and use a blanc or control application to host that.