umair mohsin

umair mohsin

  • 1k
  • 387
  • 65.7k

Bootstrap Modal query

Feb 1 2024 8:16 PM

i am making an app using aspnet identity in which login page is displayed in a bootstrap modal all the validations are working  fine if fields empty.but issue is modal is not closing and other page data is displaying in the same modal, which looks so weired.

 

what i want  send data from login page to desired page, if any errors they should be displayed on modal if no errors then modal should close successfully and that page data shows in appropriate manner. and during this process modal should not close or any other barrier which can stop user interaction to my site

if i set data dismiss property then modal is closing no submitting happens.

please help me


Answers (1)