1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-30 15:04:38 +04:00
Files
tabler/pages/_docs/form-helpers.md
T
2020-02-13 22:09:47 +01:00

11 lines
385 B
Markdown

---
title: Form helpers
---
### Input help
{% capture code %}
<span class="form-help" data-toggle="popover" data-placement="top" data-content="<p>ZIP Code must be US or CDN format. You can use an extended ZIP+4 code to determine address more accurately.</p><p class='mb-0'><a href=''>USP ZIP codes lookup tools</a></p>">?</span>
{% endcapture %}
{% include example.html code=code %}