Is it possible to input a mail code and to display an address automatically by contactform7?
if possible, please let me know — I am using ajaxzip3 now
My present code
in(header.php)
<! — Address automatic input — >
<script src=”http://ajaxzip3.googlecode.com/svn/trunk/ajaxzip3/ajaxzip3.js” charset=”UTF-8″></script>
<script type=”text/javascript”>
//<![CDATA[
jQuery(function(){
AjaxZip3.JSONDATA=”https://ajaxzip3.googlecode.com/svn/trunk/ajaxzip3/zipdata”;jQuery(‘#postcode’).keyup(function(event){
AjaxZip3.zip2addr(this,”,’your-pref’,’your-address’);
})
jQuery(‘#postacode’).keyup(function(event){
AjaxZip3.zip2addr(this,”,’your-apref’,’your-aaddress’);}
})
//]]>
</script>
< — !. — an address automatic input — up to [ here ] –>
—————-
in
contact form7
postal code number [text* your-postcode id:postcode]
all-prefectures [text* your-pref]
cities, wards, towns, and villages [text* your-address]
address is [text* your-address2]
It cannot do in this setup.