Hello!
I’d like to give my users the ability to customize a form on a page and a DB with data types.
For example: let’s say I have a table in the DB for “people” and the user can add people to it.
But I want the user adding people to have the ability to customize the data fields they can save for each person. Like one user will decide they want to save people’s hair color, so they will be able to add a “custom field” called hair color of type text. And then when they go to the entry form page, they have that input field.
Then the data’s is saved (probably in a separate table then “people” but with a link to the specific person’s record.