products form htmx attributes wip - bedtime though
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</aside>
|
||||
<div class="column column-80">
|
||||
<div class="products form content">
|
||||
<?= $this->Form->create($product) ?>
|
||||
<?= $this->Form->create($product, ['id' => 'main-form']) ?>
|
||||
<fieldset>
|
||||
<legend><?= __('Add Product') ?></legend>
|
||||
<?= $this->element('Products/form'); ?>
|
||||
|
||||
Reference in New Issue
Block a user