tonytan4ever / Bootstrap-Form-Builder-V3V4

A bootstrap 3.0 form drag and drop builder, implemented in Jquery. Based on: https://github.com/minikomi/Bootstrap-Form-Builder
MIT License
74 stars 42 forks source link

Adding forms within forms. #22

Closed tech-chieftain closed 5 years ago

tech-chieftain commented 5 years ago

First of all, this was so brilliantly well-made that I've become in love with it, thank you for providing us with this. I learned a lot of new things from reading the code.

I'm changing a lot of things to the code as I need, but what I want to know is how would you go about to include a whole form inside the main form. I was already capable of adding an exact form replica to the listed components which can be dragged and dropped normally, but I was not able to let the components be added to the newly made form. How can I do that?

Thank you.

tech-chieftain commented 5 years ago

I ended up going with another repository. Thank you.