macrofish

Untitled

Apr 30th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.84 KB | None | 0 0
  1.     <div class="row">
  2.         <label class="col-sm-4" for="street">Street and Number</label>
  3.         <div class="col-sm-8">
  4.             <input id="street" type="text"
  5.                 placeholder="Street and Number" class="smartform-street-and-number form-control input-sm"/>
  6.         </div>
  7.  
  8.         <label class="col-sm-4" for="city">City</label>
  9.         <div class="col-sm-8">
  10.             <input id="city" type="text"
  11.                 placeholder="City" class="smartform-city form-control input-sm" disabled/>
  12.         </div>
  13.  
  14.         <label class="col-sm-4" for="zip">Zip code</label>
  15.         <div class="col-sm-8">
  16.             <input id="zip" type="text"
  17.                 placeholder="Zip code" class="smartform-zip form-control input-sm" disabled/>
  18.         </div>
  19.  
  20.         <input type="text" style="display: none" class="smartform-street" id="hiddenStreet">
  21.         <input type="text" style="display: none" class="smartform-number" id="hiddenStreetNumber">
  22.     </div>
Advertisement
Add Comment
Please, Sign In to add comment