Reputation: 63
I want to build a dynamic form where you can add textboxes and child textboxes and so on... like a tree, all this data should be saved in the same table with a parent_id field.
What do you guys think is the best approach to accomplish this in Rails?
Here's an image of what I'm trying to do:
Upvotes: 0
Views: 91