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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -