Line | |
---|
1 | <br /> |
---|
2 | |
---|
3 | <p i18n:domain="kofacustom.nigeria" i18n:translate=""> |
---|
4 | Go to the bank, show your payment slip and make your payment. |
---|
5 | You'll receive a confirmation mumber. |
---|
6 | Enter the confirmation number here. |
---|
7 | Take note of the authorized payment amount which is |
---|
8 | <span tal:replace="context/amount_auth">1000.0</span> Naira. |
---|
9 | </p> |
---|
10 | <br /> |
---|
11 | <form method="POST" class="form-inline" tal:attributes="action view/action"> |
---|
12 | <div class="form-group half"> |
---|
13 | <input name="confirmation_number" type="text" class="form-control" maxlength="" |
---|
14 | value="" tal:attributes="placeholder view/placeholder"/> |
---|
15 | </div> |
---|
16 | <div class="form-group"> |
---|
17 | <input type="submit" name="SUBMIT" class="btn btn-primary" |
---|
18 | tal:attributes="value view/buttonname" /> |
---|
19 | </div> |
---|
20 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.