diff --git a/css/custom.css b/css/custom.css index 9070afe..a0de94c 100755 --- a/css/custom.css +++ b/css/custom.css @@ -1406,6 +1406,11 @@ table { border-color: #0161EE !important; color: #0161EE !important; } +.btn-inactive { + background-color: #171717 !important; + border-color: #454545 !important; + color: #454545 !important; +} .apply-act2:hover, .apply-act2:focus{ background-color: #171717; diff --git a/pages/registration.html b/pages/registration.html index 76ff759..a5c4de6 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -17,21 +17,41 @@
+ + +
+
- +
- - +
+
+ + +
+
+ + +
+
+ + +
+
+ + -
+
-
- - + + + + + + + + + + + + -
-
- - -
-
- - -
+ +
- - + +
- -
-
- - -
-
- - +
- +
+
+ + +
', val); @@ -672,14 +702,15 @@ }; $scope.submit = function() { + //$scope.data.uploadFile = $scope.base64textString; $scope.ticketAmnt = 500; if($scope.tokencheck == false){ $scope.data.referalToken = null; } - if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { - var x = document.getElementById("snackbar") - setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); - }else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { + // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { + // var x = document.getElementById("snackbar") + // setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); + // }else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { $scope.infoForm = true; $scope.detail = {}; $scope.data.phone = "+91"+$scope.data.number; @@ -788,7 +819,7 @@ }); - } + //} }