Open veera1908 opened 5 years ago
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
<?php echo $this->Form->create($user, ['role' => 'form', 'class' => 'form-horizontal']); ?>
<!-- /.box-body -->
<?php
echo $this->Form->submit(__('Submit'));
?>
<?php echo $this->Form->end(); ?>
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.