Address form of Japan
This is an extension for Novius OS form.
This allows to add a set of forms (zip1, zip2, prefecture, address1, and address2) with one click.
- Put
metadata.config.php
intolocal/config/apps/noviusos_form
folder. - Put
form.config.php
intolocal/config/apps/noviusos_form/controller/admin
folder. - Put
foundation.view.php
intolocal/views/apps/noviusos_form
folder. - Put
jaform.lang.php
intolocal/lang/ja
folder. (If these folders do not exist, please create them.)
[Novius OS Form application Demonstration] (http://www.youtube.com/watch?v=aeJNPqvsJV8) Link to demonstartion video on YouTube.
In metadata.config.php, you can configure:
'ajaxzip' ... whether you use ajaxzip3(inserts the prefecture and address when you enter the zipcode) or not.
'zip' ... the zipcode textbox is 'two' (two boxes, %3d-%4d style) or 'one' (one box, %7d style).
Note: 'ssl' setting is no longer necessary. Ajaxzip3 handles ssl/non-ssl environments.
AGPL ver.3.0 or later
ajaxzip3 by 株式会社人気組 Original version is distributed under MIT.