Form Repeater issue
Laravel 10
i tried to apply form repeater functionality i added js and html part and form repeater.bundle .js file but functionality not working , please support
Thanks
Replies (1)
Hi Makhsat Saniyaz,
In the file /app/Core/Bootstrap/BootstrapDefault.php, please enable the form repeater plugin by adding the following line:
addVendors(["formrepeater"]); Additionally, please check the console log for any JavaScript errors.
Thank you.