Pavel
Pavel

Reputation: 63

How to save a tree like form in rails 5?

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:

enter image description here

Upvotes: 0

Views: 91

Answers (0)

Related Questions