会員ID
=$this->Form->text('username')?>パスワード
=$this->Form->password('password', ['id' => 'password'])?>郵便番号
=$this->Form->text('post_number')?>ご住所
=$this->Form->text('address')?>お名前
=$this->Form->text('name')?>携帯電話番号
=$this->Form->text('tel')?>メールアドレス
=$this->Form->text('e_mail')?> =$this->Form->end();?>