Hi, I m creating an application of creating forms.I m using the Form Helper of cakePhp.. In the views
<?php echo $form->create('Form', array('action' => 'register'));?>
<?php echo $form->input('Form.name',array('type'=>'textbox'));?>
<?php echo $form->end(); ?>
The form is not generated ...I m having the Forms_controller..name is ont of the field in my forms table..
Resolve it please....