products form htmx attributes wip - bedtime though

This commit is contained in:
2025-04-01 02:52:00 -07:00
parent 9f94f7d0ed
commit 42f2b4f64b
2 changed files with 2 additions and 2 deletions

View File

@@ -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'); ?>