I want to use jquery validation and CakePHP together.<?= $this->Form->create($email, ['url' => ['action' => 'newEmail']]); ?>
<?= $this->Form->input('email', ['required' =&
Hello, I would like to know if I can write themes for CakePHP. Is there a theme collection website to search for themes? If no, is there a tutorial about how to create themes for CakePHP 3.0? Thanks
I have an email subscribe form on homepage, and I may like to use AJAX submit form data to an API endpoint instead of http post redirect. I have write a new action ApiController/userSubscribe():public