Hey Everyone,
New to Bubble, been fun so far. I have a form that could have 1 or many rows depending on what the user has. Each row is the same fields but would have different information in each field. I guess the best way to describe it is it’s a table and each cell is a field, the user can fill out one row of the table or many rows of the table.
What I want to do is have one row when the user gets to this page. If the user clicks “Add Row” then another row will populate. Nothing is saved to the database until the user hits “Save Form”. Currently, I have it to where the form is an object in my db. This form has many “rows”. I’ve identified a row as another class and this class has multiple fields that are associated with each row.
Probably not explaining this well but is there a way for me to get this working properly? I have the user clicking “Create New Form” takes them to the form page, I create a new form with 1 row and then let the user create as many rows as they want.
Thanks