form-helpers.md 384 字节
Newer Older
C
chomik 已提交
1 2 3 4
---
title: Form helpers
---

C
codecalm 已提交
5
## Input help
C
chomik 已提交
6

C
codecalm 已提交
7
{% capture code %}
C
chomik 已提交
8
<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>
C
codecalm 已提交
9 10
{% endcapture %}
{% include example.html code=code %}