Commit d36d8705ef6488d70ede2e7a5e13b833bd4d95ba

Authored by Palak Handa
1 parent 50e8f0737a
Exists in master and in 1 other branch paytm

delete field

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
pages/registration.html
... ... @@ -120,7 +120,7 @@
120 120 </div> -->
121 121 <div class="col-xs-12 col-md-12 f-family line-adjust">
122 122 <strong>Give us a brief introduction about your startup. *</strong>
123   - <p class="line-space" >Kindly write a powerful Twitter Pitch (word limit-200).</p>
  123 + <p class="line-space" >Kindly write a powerful Twitter Pitch (characters limit - 200).</p>
124 124 </div>
125 125 <div class="col-xs-12 col-md-12 input-wrapper">
126 126 <div class="icon-circle-x">
... ... @@ -130,7 +130,7 @@
130 130 </div>
131 131 <div class="col-xs-12 col-md-12 f-family line-adjust">
132 132 <strong>Who are your customers? *</strong>
133   - <p class="line-space" >We are looking for a simple and clear answer of who you are selling to.</p>
  133 + <p class="line-space" >We are looking for a simple and clear answer of who you are selling to (characters limit - 512).</p>
134 134 </div>
135 135 <div class="col-xs-12 col-md-12 input-wrapper">
136 136 <div class="icon-circle-k">
... ... @@ -138,7 +138,7 @@
138 138 </div>
139 139 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea>
140 140 </div>
141   - <div class="col-xs-12 col-md-12 f-family line-adjust">
  141 + <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
142 142 <strong>What problem you are solving for them? *</strong>
143 143 <p class="line-space" >We want to understand how clearly you know the pain point, and how big of a problem it is for the customers.</p>
144 144 </div>
... ... @@ -148,7 +148,7 @@
148 148 </div>
149 149 <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required>
150 150 </textarea>
151   - </div>
  151 + </div> -->
152 152 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
153 153 <strong>Link your pitch deck presentation. *</strong>
154 154 <p class="line-space" > Kindly upload the link to your pitch deck (Dropbox/Google Drive, if on google drive make the link open to all).</p>
... ...