Questions tagged as 'modal'

1
answer

Make the Bootstrap modal footer display the vertically aligned buttons at the bottom - Asp.net MVC

I have a modal window that is generic and is used to do CRUD operations. I have a grouping of buttons that need to be left aligned and should always be pasted to the bottom of the modal, respecting the borders as the image. At the moment, they a...
asked by 16.08.2018 / 00:21
1
answer

Problems sending form in modal bootstrap

Hello, I am sending a form that is in a modal within a page, but the modal simply does not send, it is inside a page that is a return of an ajax (a search in the case), I do not know if it influences . <div class="modal fade" id="finalizarM...
asked by 13.08.2018 / 19:06
0
answers

Modal generate custom link

I use a modal that I took from w3school and modified it to put several in a same page, I would like to know if I have these modals to generate their own links, so that it is easier for the visitors to share the content. For example I clicked...
asked by 31.07.2018 / 19:12
1
answer

Asp.net MVC form, no modal call after data validation

I tried to make the modal call through the ViewBag, but without success. I made a Debugg to see how the process was and in the final step that would appear the modal informing the user that "contains duplicate data", it does not execute. // C...
asked by 02.08.2018 / 16:31
0
answers

Problems giving a RedirectToAction for view index and close window Modal Bootstrap - Asp.net Core MVC

I have a Create view that is opened as a modal view in my Index view. When I click on the "Save" button in the Create view, my controller sends the data to be saved and then close the modal and redirect it to the Index view. If the data is incon...
asked by 12.07.2018 / 02:37
2
answers

Error when using Slick.js in modal Jquery

I'm having trouble using Slick JS , I'm creating a list of images I bring from the database with PHP. <ul id="imagemProdContainer" class="imagemProdContainer"> <?php if(!empty($galeria)): foreach($galeria as $foto): ?> <...
asked by 13.07.2018 / 04:47
1
answer

Modal receiving data from the database

My product page displays all registered products from the database as div below. <?php $id_up = $GET["id"]; require("funcoes/conexao.php"); $quantidade = 10;...
asked by 04.07.2018 / 15:44
0
answers

The modal form appears messy

I need a little help. My modal form appears messy when I put it inside my project. On the other hand, when I create a separate page, it appears perfectly as it should be. Here is the code: input[type=text], input[type=password] { width...
asked by 05.07.2018 / 19:40
1
answer

Modal Form Login appears once and disappears at the same time

I have a problem here with this modal form. JS works fine, but the modal window pops up and disappears quickly. How to solve? <a href="" id="signin"><li>Entrar</li></a></a> </ul>...
asked by 04.07.2018 / 21:24
1
answer

Javascript within WHILE only works once in the Modal window

Good evening everyone! I have a list of people who returns from a query using a WHILE, each with its ID. I pass this ID to a MODAL (Bootstrap) window, where I will register the vacation. Used the javascript that when selecting in SELECT, to s...
asked by 11.06.2018 / 00:24