Form->create('Attribute', array('id')); ?>

Form->hidden('event_id'); echo $this->Form->input('value', array( 'type' => 'textarea', 'error' => array('escape' => false), 'div' => 'input clear', 'class' => 'input-xxlarge', 'label' => false )); ?>
Form->end(); ?>