I have created a form using HTML, JS. The current form is unable to create a subform inside itself. It can be explained as Imagine a dynamic Table and we create a button which on clicked to create new rows. Similarly, I want to create a button which adds a form(textboxes, dropdowns, rich content editors, tables, etc inside it) inside a static Form around it.
I tried creating velocimacro but then realised macros cannot be called in function. I tried creating the form in Javascript but several fields became impossible to create.
Expected Results: The button will be able to add subforms to the original form whenever clicked.