Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.99 KB | None | 0 0
  1.         <div class="row">
  2.           <div class="col-md-4">
  3.             <div class="form-group">
  4.               <label for="custrecord_da_paneltype">Panels</label>
  5.               <input type="text" class="form-control" id="custrecord_da_paneltype" name="custrecord_da_paneltype" placeholder="SolarWorld 280">
  6.             </div>
  7.           </div>
  8.           <div class="col-md-4">
  9.             <div class="form-group">
  10.               <label for="custrecord_da_invertertype">Inverters</label>
  11.               <input type="text" class="form-control" id="custrecord_da_invertertype" name="custrecord_da_invertertype" placeholder="Enphase 250">
  12.             </div>
  13.           </div>
  14.           <div class="col-md-4">
  15.             <div class="form-group">
  16.               <label for="custrecord_da_rackingtype">Racking</label>
  17.               <input type="text" class="form-control" id="custrecord_da_rackingtype" name="custrecord_da_rackingtype" placeholder="UniRac RM">
  18.             </div>
  19.           </div>
  20.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement