php - Is it possible to create dynamic bootstrap panel based on the bootstrap modal values without db connection in laravel? -


in modal, giving values , ll upload image, , same should appear @ end of page bootstrap panel

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

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -