How to add class in submit button cakephp 2.9 ?
Please check below code.
<?php
echo $this->Form->submit(__('Submit',true), array('class'=>'your-class'));
echo $this->Form->end();
?>
Please check below code.
<?php
echo $this->Form->submit(__('Submit',true), array('class'=>'your-class'));
echo $this->Form->end();
?>