Hey,
i am using this version (metronic_html_v8.1.8_demo53) and i have an issue with the form repeater.
When i add [] behind the input name (name="user[]") i get this Error Message:
formrepeater.bundle.js:1 Uncaught TypeError: Cannot read properties of null (reading "1")
at HTMLInputElement.<anonymous> (formrepeater.bundle.js:1:9959)
at Function.each (plugins.bundle.js:14:3003)
at _.fn.init.each (plugins.bundle.js:14:1482)
at d (formrepeater.bundle.js:1:9884)
at $.each.m (formrepeater.bundle.js:1:10601)
at v (formrepeater.bundle.js:1:10669)
at HTMLAnchorElement.<anonymous> (formrepeater.bundle.js:1:10819)
at HTMLAnchorElement.dispatch (plugins.bundle.js:25:39199)
at g.handle (plugins.bundle.js:25:37194)
Hi,
Please note that the form repeater constructs a special form input structure to send an array of form inputs. For more info please check this docs page.
Regards.