I've created a php script which ends with <?php $form->end('Submit'); ?>
. But why does the button submit can't function and can't be clicked?
Someone can help me solve this problem?
<div class="campaigns form">
<?php $form->create('Campaign'); ?>
</fieldset>
<?php echo $form->end('Submit'); ?>
</div>