Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <div class="page-header">
  2. <h3>Other Form Elements</h3>
  3. </div>
  4.  
  5. <form class="form-horizontal">
  6.  
  7. <div class="page-header">
  8. <em>Help Text</em>
  9. </div>
  10.  
  11. <div class="form-group">
  12. <label for="help-text" class="col-sm-2 control-label">VAT number</label>
  13. <div class="col-sm-10">
  14. <input type="text" class="form-control" id="help-text" placeholder="Key in your VAT number"/>
  15. <span class="help-block">Give your company VAT number. Enter the VIES VAT number with the two char prefix indicating your country.</span>
  16. </div>
  17. </div>
  18.  
  19. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement