I have certain columns which are not compulsory normally but, in certain forms(views) which take data for those fields I want them to show as compulsory, There are just one model,one controller and many views.
I have one more code I would like to make compulsory only in view that is Terms and Conditions checkbox
<div class="row">
<label for="terms"> I agree to the Privacy Policy and Terms and Conditions.*</label>
<?php // echo $form->checkBox($details,'te'); ?>
<?php // echo $form->error($details,'te'); ?>
</div>