都道府県+市区町村に分けると面倒なのでくっつける。
GoogleCodeが閉鎖したのでGitHubで対応する。
1 2 3 4 5 6 7 8 9 |
<script type="text/javascript" src="https://ajaxzip3.github.io/ajaxzip3.js"></script> <script type="text/JavaScript"> jQuery(function(){ jQuery('#zip').keyup(function(event){ AjaxZip3.zip2addr('zip','','addr','addr'); return false; }) }) </script> |
このときのコンタクトフォームはこんな感じ
1 2 |
[text* zip id:zip] [text* addr id:addr] |
MW WP Formの場合も基本は同じ。
idにzipとかaddrを入れるだけ。なおnameとidは合わせないと動かない。