Form->create($model, array('style' => 'margin:0px;', 'id' => 'PromptForm', 'url' => $url)); echo $this->Form->input($varName, array( 'type' => 'text', 'value' => 'test', 'style' => 'display:none;', 'label' => false, )); ?>

Yes No
Form->end(); ?>