Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <form name="form" id="form" method="post">
  2.  
  3. <div class="row">
  4. <label class="col-xs-12">How many owners are taking title?</label>
  5. <div class="col-xs-2">
  6. <select class="form-control">
  7. <option>1</option>
  8. <option>2</option>
  9. <option>3</option>
  10. <option>4</option>
  11. <option>5</option>
  12. </select>
  13. </div>
  14. </div>
  15.  
  16. <div>
  17. <button class="btn-u btn-u-sea" type="submit" name="Submit"><i class="fa fa-envelope-o"></i>Next</button>
  18. </div>
  19.  
  20. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement