Commit ba8da5dd0e79ba90327e13dd95999f3bde6ed0e2

Authored by Shilpi Saini
1 parent 9454b05783
Exists in master

add new field

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
pages/registration.html
... ... @@ -119,6 +119,10 @@
119 119 <textarea type="text" class="form-control" ng-model="data.investment" placeholder="Did you receive any previous investment? If yes, then mention the investment amount and the equity you diluted?" rows="3" required></textarea>
120 120 </div>
121 121 <div class="form-group">
  122 + <label>What is the investment amount that you are seeking? Please mention the equity you are willing to dilute as well. *</label>
  123 + <input type="text" class="form-control" ng-model="data.equity" required>
  124 + </div>
  125 + <div class="form-group">
122 126 <label>Coupon Code:</label>
123 127 <!-- <input type="text" class="form-control" placeholder="If you have a coupon code then apply here"ng-model="data.referalToken"> -->
124 128 <input type="text" class="form-control" ng-model="data.referalToken" style="position: relative;" placeholder="If you have a coupon code then apply here" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)">
... ...