Hi all
I am new to Bubble and need a little help.
I am trying to create list item that can be inserted into a list item (similar to creating a folder inside a folder)
So this is the interaction design.
User types “name A” into an input field, next to the input field is an add button - this creates list item 1.
Repeat this a few times.
Giving you a list like this…
Level 1
List item - name A (add)
List item - name B (add)
List item - name C (add)
List item - name D (add)
Next to each list item is another “add button”
Clicking on the “add button” on List item - name A, pushes B,C,D down and reveals another input field between List item - name A and List item - name B.
User types “name A - child A” into an input field, next to the input field is an add button - this creates child list item 1.
Repeat this a few times.
Level 1
List item - name A (add)
Level 2
List item - name A - child A (add)
List item - name A - child B (add)
List item - name A - child C (add)
ETC
List item - name B (add)
List item - name C (add)
List item - name D (add)
And so on. Effectively making a Parent, Child, Grand Chlid relationship tree structure.
Hope that makes sense. Any help greatly received.
Here is a link - https://test-tree.bubbleapps.io/version-test/test_page_2?debug_mode=true
W