CakePHP //FORM CONTEXT VALIDATION TO ADD SYMBOL '*' TO REQUIRED FIELDS

1
2
<?php
echo $this->Form->create($user, ['novalidate',
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Add to input field a symbol "*" that auto built by CakePHP Template.
Combinated with CSS and if you wanna, a custom validator, build in Table Model.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.