Form->create(null, array('class' => 'comments', 'url' => array('controller' => 'pages', 'action' => 'feedback'))); ?>

Session->read('system.message'); ?> Form->input('feedbackemail', array('label' => false)); ?>

Form->textarea('comment', array('rows' => '5', 'cols' => '45')); ?> Form->input('captcha', array('label' => false, 'div' => false, 'type' => 'hidden', 'value' => $captcha)); ?>

Can't read the image? click here to refresh

Form->end(array('label' => 'Submit', 'id' => 'btnFeedbackSubmit')); ?>