I’m very new to Bubble so sorry in advance if my question is an obvious yes/no. I am looking if the following is possible and couldn’t find it after long search.
I would like a user to be able to see a form that lists all data fields for a certain data type and be able to populate these, but with that form automatically adjusting when a new data field is added to the database. This is thus bascially the same as the ‘new entry’ form shown in the backend by bubble, but then in a page.
I went through these, but all (also other ones I followed) are showing how to generate the input forms by adding data type fields one by one. This means that if you later on add a new data type field in the database, you need to add it as well to the form. Is there a way to avoid this and make the field in the input form dynamic so that it lists all field names that are included in a certain data type automatically, and is there any guidance available on how to do this?
In this case I’d want there to be one input field generated per choice. So like where RG is listing rows of a table, it would need to generate all columns of a table that can then be edited.
Actually I’m looking for creating a user input form as indicated in the first image which automatically becomes the second image after adding a new field: