Cool template. Really like the way responses are generated as columns. Are you dynamically creating bubble database (Thing) fields or are you just doing magic in the representation of the responses?
Thanks. I understand that things (records in the bubble database table) are dynamically created. But do I understand it correctly that you also dynamically create new data types or add new properties to an existing data type dynamically, and basically extend the bubble native database structure.
Hi, I think the your forms template is really functional and thanks for sharing a version we can all play with to see how it works. Iām wondering how hard it would be to make form fields dynamic? By this I mean that drop down lists could could contain options from other data types in your app or an API?
Yes, I think youāre getting close to some really clever forms Iāve seen implemented in hive.com where users can build forms that allow them to choose what happens when the form is received. The form builder contains dynamic DDLs which are populated based on other data types, such as potential recipients etc.
Best Regards, Nigel
Hello,
Iām wondering how do you save data from severals imput which are in different cells of a repeating group , i need to find the same workaround for one of my apps.
If the inputs show up conditionally to the dB on each row ā¦ consider the alternative to auto-bind them. I would image that the dynamic form builder adds the number of fields needed ā¦ and their field types (date field with a date picker vs a choice field with a dropdown element ā¦ etc etc) to the form. So this could work.