From 4dcbfdfbffa609e632d1e60be86266e3894cf52f Mon Sep 17 00:00:00 2001 From: Shilpi Date: Thu, 29 Aug 2019 15:22:06 +0530 Subject: [PATCH] validation required --- pages/campusAmbassadorForm.html | 149 ++++++++++++++++++++-------------------- pages/paytmCheckout.html | 1 + script.js | 20 ------ 3 files changed, 77 insertions(+), 93 deletions(-) diff --git a/pages/campusAmbassadorForm.html b/pages/campusAmbassadorForm.html index 224b992..42751fc 100644 --- a/pages/campusAmbassadorForm.html +++ b/pages/campusAmbassadorForm.html @@ -10,89 +10,92 @@ -
+
-

CAMPUS AMBASSADOR FORM

-
GENERAL DETAILS
-
-
- - +
+

CAMPUS AMBASSADOR FORM

+
GENERAL DETAILS
+
+
+ + +
+
+ + + +
+
+ + +
+
+ + +
+
+ + +
-
- - - +
EVENT
+
In this section, let us know about the event you plan to organize under Startup Jalsa Ideate Edition. We understand that some of the information you enter here could be tentative.
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
-
- - -
-
- - -
-
- - -
-
-
EVENT
-
In this section, let us know about the event you plan to organize under Startup Jalsa Ideate Edition. We understand that some of the information you enter here could be tentative.
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
ABOUT YOU
-
-
- - -
-
- - -
-
- - -
-
- - +
ABOUT YOU
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
- +
+
diff --git a/pages/paytmCheckout.html b/pages/paytmCheckout.html index 5a481fd..f39979d 100644 --- a/pages/paytmCheckout.html +++ b/pages/paytmCheckout.html @@ -131,6 +131,7 @@
+
diff --git a/script.js b/script.js index f168d69..ce855bf 100644 --- a/script.js +++ b/script.js @@ -1351,29 +1351,9 @@ scotchApp.controller('campusAmbassadorController', function($q, $scope, $http, $ "status": "pending", } - $scope.ngShowhide = false; - $scope.GetValue = function(){ - if($scope.data.sector == "Other"){ - $scope.ngShowhide = true; - }else{ - $scope.ngShowhide = false; - } - } - - $scope.ngShow = false; - $scope.getValue = function(){ - if($scope.data.hear == "Other"){ - $scope.ngShow = true; - }else{ - $scope.ngShow = false; - } - } - $scope.formRegister = function() { //Analytics.trackEvent('register', 'click', 'Registration'); $scope.loading = true; - //$scope.data.uploadFile = $scope.base64textString; - $scope.infoForm = true; $scope.ticketAmnt = 500; $scope.detail = {}; $scope.data.phone = "+91"+$scope.data.number; -- 2.0.0