flashMessage->output(); ?> form->create(); ?> form->field('Name'); ?> form->text("What's your birthday>"); ?> form->field('day', array('type' => 'text')); ?> form->field('month', array('type' => 'text')); ?> form->field('year', array('type' => 'text')); ?> form->field('location', array('type' => 'text')) ?> form->select('gender', array('Male' => 'Male', 'Female' => 'Female')); ?> form->submit('Create my account!'); ?> form->end(); ?>