You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for the amazing plugin. I would like some help with specific requirements that I have.
I have predefined input sets that define specific sections of my forms like
I want to restrict the movement of the controls in this section to within this section.
I want to wrap the control set within an HTML element like a special div.
Thanks.
The text was updated successfully, but these errors were encountered:
Neither of the two items you have raised are currently available out of the box, however
The sorting is implemented using jQuery Sortable. You could attach a class to the <li> elements on the stage that you wish to disable sorting on and then update either the cancel or items option for sortable. https://jqueryui.com/sortable/#items
In non-bootstrap mode you can use jQuery to wrap a set of elements. This doesn't work right now with bootstrap mode you have enable due to some selectors breaking. I have a very early POC with container/section support however it's not ready for prime time yet.
Another option for multiple sections is to create multiple instances of formBuilder, one for each section. Then render them in order with formRender
Hi,
Thank you for the amazing plugin. I would like some help with specific requirements that I have.
I have predefined input sets that define specific sections of my forms like
Thanks.
The text was updated successfully, but these errors were encountered: