6
How do I display a modal when I submit a registration form? The content of this modal will be just a message. Here’s the thing, on this form, you send a file and some information. As it usually takes a few seconds to upload, I would like to launch a modal with a "Wait" message, so that the user does not change page while uploading. At present, there is no information being displayed.
There are already questions on the site that solve this problem. Have you looked for them? found one that would help you or similar?
– Sergio
Give me an example, because I couldn’t find :( @Sergio
– Leomar de Souza
For example: http://answall.com/q/25147/129
– Sergio
@Zackmorgan Please check that my answer to that other question => http://answall.com/a/76811/298 resolves your problem.
– Ulysses Alves
@Leomardesouza, if using
ajax
, follow this answer link, where it indicates to use thebeforeSend
– Max Rogério
Do you need to be a modal? Can’t be a Pover?
– Rafael Silva