2022-12-19から1日間の記事一覧

Contact Form 7で1つのフォームで複数の郵便番号から住所ってやる方法(YubinBangoライブラリ)

YubinBangoライブラリ使うメモfonctions.php // 郵便番号から住所 ライブラリ読込 wp_enqueue_script( 'yubinbango', 'https://yubinbango.github.io/yubinbango/yubinbango.js', array(), null, true ); Contact Form 7の「コンタクトフォーム」例 <div class="h-adr"> <span class="p-country-name" style="display:none;">Japan</span> <label></label></div>