php - Is it possible to create dynamic bootstrap panel based on the bootstrap modal values without db connection in laravel? -
my request is, having page multiple product categories each of displayed on panel. if want add new category, open modal , there gets value of new category name , image of category.after that, added new category should display on same page other categories displayed.
you need put inputs in form method="post" , action="/url-to-post-to".
as using bootstrap modal, change button html input of type submit. make sure inside form.
now when fill form in, should go controller , can insert, redirect page fetches , display categories.

Comments
Post a Comment