non dismisal modal bootstrap
If using JavaScript then:
<script>
$('#myModal').modal({
backdrop: 'static',
keyboard: false
})
</script>
or in HTML:
<a data-controls-modal="your_div_id" data-backdrop="static" data-keyboard="false" href="#">
non dismisal modal bootstrap
If using JavaScript then:
<script>
$('#myModal').modal({
backdrop: 'static',
keyboard: false
})
</script>
or in HTML:
<a data-controls-modal="your_div_id" data-backdrop="static" data-keyboard="false" href="#">
bootstrap undismissable modal
<!-- for bootstrap 5 -->
<!-- Add this below code to your modal div
data-bs-backdrop="static" data-bs-keyboard="false"
-->
<div className="modal fade" data-bs-backdrop="static" data-bs-keyboard="false" id="sendOtpModal" tabIndex="-1" aria-labelledby="sendOtpModalLabel" aria-hidden="true">
...
</div>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us