Form->create(null, ['type' => 'post', 'url' => ['action' => 'index']])?>

会員ID

Form->text('username')?>

パスワード

Form->password('password', ['id' => 'password'])?>

郵便番号

Form->text('post_number')?>

ご住所

Form->text('address')?>

お名前

Form->text('name')?>

携帯電話番号

Form->text('tel')?>

メールアドレス

Form->text('e_mail')?> Form->end();?>