How to change default Backbone Dynamic form layout

119 Views Asked by At

In our application we are using backbone dynamic forms. By default Backbone dynamic forms display "label inputfield" approach. Can we update the default layout dynamic form which appends one more field like "label inputfield inputfield". If possible how to do that?

For Ex: Name textfield textfield

First textfield is for entering description of the label Second textfield is for entering value of the label

0

There are 0 best solutions below