Copying the section and all nested elements
Good afternoon.
Very often, when developing complex web forms, it is necessary to use a form element "Section", inside which other elements of the web form are placed. In this way we can group the elements into several columns on the page. Also very often these grouped elements are repeated in the form. But to add them, you need to do the same operations of adding and sorting elements again, which is not very convenient.
We have already been asked to add the ability to copy a section with all the nested elements and today it is available!
Hover the mouse cursor over the element of the form "Section" and click on the icon "Copy", and then in addition to the section itself will be copied and all the nested elements of this section.
That is all for now. Have a good day!