here's the code:
<div class="form-group gcore-form-row" id="form-row-1"><label for="checkbox4" class="control-label gcore-label-left gcore-label-checkbox">1</label>
<div class="gcore-input gcore-display-table" id="fin-checkbox4"><input name="checkbox4" id="checkbox4" value="1" class="A" title="1" style="" type="checkbox" /></div></div><div class="form-group gcore-form-row" id="form-row-2"><label for="checkbox5" class="control-label gcore-label-left gcore-label-checkbox">2</label>
<div class="gcore-input gcore-display-table" id="fin-checkbox5"><input name="checkbox5" id="checkbox5" value="1" class="A" title="2" style="" type="checkbox" /></div></div><div class="form-group gcore-form-row" id="form-row-3"><label for="checkbox6" class="control-label gcore-label-left gcore-label-checkbox">3</label>
<div class="gcore-input gcore-display-table" id="fin-checkbox6"><input name="checkbox6" id="checkbox6" value="1" class="A" title="" style="" type="checkbox" /></div></div><div class="form-group gcore-form-row" id="form-row-4"><div class="gcore-input gcore-display-table" id="fin-button7"><input name="button7" id="button7" type="submit" value="Submit" class="form-control A" style="" /></div></div>
All I want to do at this point is make sure it displays
<div class="form-group gcore-form-row" id="form-row-1"><label for="checkbox4" class="control-label gcore-label-left gcore-label-checkbox">1</label>
<div class="gcore-input gcore-display-table" id="fin-checkbox4"><input name="checkbox4" id="checkbox4" value="1" class="A" title="1" style="" type="checkbox" /></div></div><div class="form-group gcore-form-row" id="form-row-2"><label for="checkbox5" class="control-label gcore-label-left gcore-label-checkbox">2</label>
<div class="gcore-input gcore-display-table" id="fin-checkbox5"><input name="checkbox5" id="checkbox5" value="1" class="A" title="2" style="" type="checkbox" /></div></div><div class="form-group gcore-form-row" id="form-row-3"><label for="checkbox6" class="control-label gcore-label-left gcore-label-checkbox">3</label>
<div class="gcore-input gcore-display-table" id="fin-checkbox6"><input name="checkbox6" id="checkbox6" value="1" class="A" title="" style="" type="checkbox" /></div></div><div class="form-group gcore-form-row" id="form-row-4"><div class="gcore-input gcore-display-table" id="fin-button7"><input name="button7" id="button7" type="submit" value="Submit" class="form-control A" style="" /></div></div>
All I want to do at this point is make sure it displays
This topic is locked and no more replies can be posted.