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

python - What's the Pythonic way to report nonfatal errors in a parser? -

sql server - Deadlock occuring in Clustered Columnstore index -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -