mirror of
https://github.com/tabler/tabler.git
synced 2026-07-30 15:04:38 +04:00
11 lines
385 B
Markdown
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 %}
|