Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/commit/08d02124138f389c204c976b1f261569c8d0f7e8
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
resources/views/enquiry-form.blade.php
@ -35,7 +35,7 @@
< div class = "col-md-4" >
< div class = "form-group mb-3" >
< label for = "name" > Date of birth< / label >
< input type = "text " class = "form-control mt-2" id = "dob" name = "dob" placeholder = "Enter your Date of birth" required >
< input type = "da te" class = "form-control mt-2" id = "dob" name = "dob" placeholder = "Enter your Date of birth" required >
< / div >
< / div >
< div class = "col-md-4" >
@ -140,7 +140,7 @@
< div class = "col-md-4" >
< div class = "form-group mb-3" >
< label for = "name" > IELTS / PTE Score< / label >
< input type = "text" class = "form-control mt-2" id = "test-score" name = "test-score" required >
< input type = "text" class = "form-control mt-2" id = "test-score" name = "test-score" placeholder = "Enter your IELTS / PTE score" >
< / div >
< / div >
< div class = "col-md-4" >