0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

HTML5 住所入力フォーム

Posted at

See the Pen 住所入力フォーム練習 by morioka (@rm5912) on CodePen.

郵便番号から住所が簡単に入力できるサービスを使ってみた。

YubinBangoというサービスを利用して郵便番号から住所を自動入力機能を実装してみました。
住所から郵便番号を出すなどはできませんが
十分使えるかなと思います。

html
<script src="https://yubinbango.github.io/yubinbango/yubinbango.js" charset="UTF-8"></script>

ライブラリを読み込んでinputのclass属性に下記のプロパティを指定します。

クラス名 分類   
h-adr formやdivで囲む
p-region 都道府県  
p-locality 市区町村  
p-street-address 町域   
p-extended-address 上記以外の住所

これに郵便局のURLを貼るなどすればいいかなと思います。

参考サイト
お問い合わせフォーム最適化。改善しておきたい16の項目
YubinBango

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?