Please consider adding a way to add the `col` tagging. For example, this is what my fields look like: ```html <div class="form-group row"> <label for="clientName" class="col-sm-2 col-form-label">Client Name:</label> <div class="col-sm-10"> <input type="text" name="clientName" id="clientName" class="form-control" required> </div> </div> ```
Please consider adding a way to add the
coltagging. For example, this is what my fields look like: