-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CakePHP 3 horizontal form #75
Comments
Hi @veera1908 I'm sorry by a long time to answer you. I don't use horizontal form, but I'll test, and if it's not able yet, in next release It will be. |
this is CakePHP 3.7 code for form horizontal Form->create($user, ['role' => 'form', 'class' => 'form-horizontal']); ?>
|
While this issue is fixed, it's possible to use the Bootstrap Form Helper instead of the AdminLTE one? EDIT: after a quick test it seems to work fine. |
Testing in this link |
can you share the code to test the code in the project |
how to configure form-horizontal using cakephp 3.
The text was updated successfully, but these errors were encountered: