Commit c2efe0d8a51a6a3375b6d5837dc012104f67c540

Authored by Shilpi Saini
1 parent ba8da5dd0e
Exists in master

add new field

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
pages/paytmCheckout.html
... ... @@ -118,6 +118,10 @@
118 118 <input type="text" class="form-control" ng-model="data.paytmId" required>
119 119 </div>
120 120 <div class="form-group">
  121 + <label>What is the investment amount that you are seeking? Please mention the equity you are willing to dilute as well. *</label>
  122 + <input type="text" class="form-control" ng-model="data.equity" required>
  123 + </div>
  124 + <div class="form-group">
121 125 <label>Attach Pitch Deck: *</label>
122 126 <input type="file" class="form-control-file" valid-file ng-model="data.uploadFile" required id="filePicker" accept=".png, .jpg, .jpeg, .pdf, .ppt">
123 127 <span ng-show="fileSelect" class=form-group-text>Please Select a File</span>
... ...