1
I have a view Password recovery, where it will bring the following message:
We will send password recovery information to the email below:
Where this view will already open with the email according to the user ID. But I would like to simplify to a modal that would make the same query through a JSON.
My question is how to create this kind of modal.
Take a look at this here http://fancybox.net/
– PauloHDSousa
It is possible to do only with CSS if you want... Vc is using some Bootstrap framework?
– hugocsl
@hugocsl Yes. But I prefer it to be in jQuery, because bootstrap is standard Asp.net-core
– Igor Carreiro
So why don’t you use the BS3 or BS4 Modal? https://getbootstrap.com/docs/3.3/javascript/#modals or https://getbootstrap.com/docs/4.0/components/modal/
– hugocsl
Hello Igor! In my reply, I made a small correction: change the
col-6
forcol-sm-6
. Abs!– Sam