Closed
Description
My form prototype looks something like this
<data-prototype="<div class="form-group">
<label class="col-sm-2 control-label required">__name__label__</label>
<div class="col-sm-10">
After replacement of __name__
it looks like: 0label__
, 1label__
, etc ..
i just followed the tutorial with the matching javascript