19
July
cf7 自動住所入力用 js
<?php if(is_page( array( 'contact' ) ) ): ?>
<!-- ajaxzip -->
<script src="https://ajaxzip3.github.io/ajaxzip3.js" charset="UTF-8"></script>
<script type="text/javascript">
jQuery(function(){
jQuery('#zip').keyup(function(event){
AjaxZip3.zip2addr(this,'','pref','addr');
})
})
</script>
<?php endif; ?>
PR