I added 2 checkbox inputs to the register.blade.php file. I want one of them to be required, i.e. the user must select one or the other, otherwise I’d like to display some kind of error message like “…
Tag: bootstrap-4
Bootstrap Content not full screen on Mobile phone screen
In this Form content not stretch into full screen in the Mobile phone screen but in the computer and Tab screen its show properly. pls advice to solve. <link rel="stylesheet" href="https://…
Input Id Name showing to URL?
I have a problem, I am trying to make some forms in bootstrap however it messed up. Once I converted the forms to bootstrap related they are no longer doing the job they’re supposed to do. What I am …
Why html page does not read the php page
I have a problem when I click on the submit button there is nothing happened and my data is not being inserted into the database. I’m trying to make a registration page(register2.html) and db_reg.php …
Open bootstrap modal using Javascript in PHP
I’m trying to open bootstrap modal after login failed, I used the following code: And I incloud jQuery 1.12.4 in HTML head Nothing happen, The LoginFailed modal not showing up !! I also trying the solution HERE but no luck. Any help? Answer See exemple I tried to tailor the exemple to yours. NOTE: In JSFiddle it will not be
Keep active tab on page refresh in bootstrap 4 using local storage?
I am trying to keep selected tab active on page refresh. but when i am not able to find any solution for tabs in bootstrap 4. i tried to make changes according to bootstrap 3 solutions but nothing work. please help me. HTML this is js i am using but it dosen’t work. JS Answer The jQuery selector is wrong: