minor-changes made P3

This commit is contained in:
Mckenzie
2023-09-04 21:05:49 -05:00
parent 5c6f2cb49f
commit 7c40c583b7

View File

@@ -3,8 +3,10 @@
</p> </p>
<form class="grid grid-cols-[2fr_3fr] w-4/5 md:w-2/3 gap-2 md:gap-4 mx-auto"> <form class="grid grid-cols-[2fr_3fr] w-4/5 md:w-2/3 gap-2 md:gap-4 mx-auto">
<label for="name">Name of the student</label> <label for="name">Name of the student</label>
<input type = "text" id = "name" name = "name"> <input type = "text" id = "name" name = "name">
<label for="programme">Pick your programme</label> <label for="programme">Pick your programme</label>
<select id="programme"> <select id="programme">
<option value="ug">UG Undergraduate</option> <option value="ug">UG Undergraduate</option>
@@ -25,8 +27,10 @@
<option value="9">Sem IX</option> <option value="9">Sem IX</option>
<option value="10">Sem X</option> <option value="10">Sem X</option>
</select> </select>
<label for="roll">Roll No</label> <label for="roll">Roll No</label>
<input type = "text" id = "roll" name = "roll"> <input type = "text" id = "roll" name = "roll">
<label for="category">Category</label> <label for="category">Category</label>
<select id="category"> <select id="category">
<option value="gen">General</option> <option value="gen">General</option>
@@ -38,27 +42,35 @@
<option value="vhc">VHC</option> <option value="vhc">VHC</option>
<option value="phc">PHC</option> <option value="phc">PHC</option>
</select> </select>
<label for="phone">Phone No</label> <label for="phone">Phone No</label>
<input type = "tel" id = "phone" name = "phone"> <input type = "tel" id = "phone" name = "phone">
<strong>Details of the fees payment</strong> <strong>Details of the fees payment</strong>
<br> <br>
<label for="acc-holder">Name of the account holder</label> <label for="acc-holder">Name of the account holder</label>
<input type="text" id="acc-holder" name="acc-holder"> <input type="text" id="acc-holder" name="acc-holder">
<label for="acc-no">Account No</label> <label for="acc-no">Account No</label>
<input type="text" inputmode = "numeric" id="acc-no" name="acc-no"> <input type="text" inputmode = "numeric" id="acc-no" name="acc-no">
<label for="bank">Name of the bank</label> <label for="bank">Name of the bank</label>
<input type="text" id="bank" name="bank"> <input type="text" id="bank" name="bank">
<label for="branch">Branch</label> <label for="branch">Branch</label>
<input type="text" id="branch" name="branch"> <input type="text" id="branch" name="branch">
<label for="ifsc">IFSC code</label> <label for="ifsc">IFSC code</label>
<input type="text" id="ifsc" name="ifsc"> <input type="text" id="ifsc" name="ifsc">
<label for="paid-amt">Amount paid</label> <label for="paid-amt">Amount paid</label>
<input type="text" inputmode = "numeric" id="paid-amt" name="paid-amt"> <input type="text" inputmode = "numeric" id="paid-amt" name="paid-amt">
<label for="pay-date">Date of Payment</label> <label for="pay-date">Date of Payment</label>
<input type="date" id="pay-date" name="bank"> <input type="date" id="pay-date" name="bank">
<label for="mode">Payment Mode</label> <label for="mode">Payment Mode</label>
<select id="mode"> <select id="mode">
<option value="neft">NEFT</option> <option value="neft">NEFT</option>
@@ -66,19 +78,23 @@
<option value="deb">Debit card</option> <option value="deb">Debit card</option>
<option value="cre">Credit card</option> <option value="cre">Credit card</option>
</select> </select>
<label for="transaction-no">Transaction Number</label> <label for="transaction-no">Transaction Number</label>
<input type="text" id="transaction-no" name="transaction-no"> <input type="text" id="transaction-no" name="transaction-no">
<label for="reference-no">Reference Number</label> <label for="reference-no">Reference Number</label>
<input type="text" id="reference-no" name="reference-no"> <input type="text" id="reference-no" name="reference-no">
<label for="utr">UTR Number</label> <label for="utr">UTR Number</label>
<input type="text" id="utr" name="utr"> <input type="text" id="utr" name="utr">
<label for="inb">INB Reference Number (for transfer from SBI to SBI)</label> <label for="inb">INB Reference Number (for transfer from SBI to SBI)</label>
<input type="text" id="inb" name="inb"> <input type="text" id="inb" name="inb">
<strong>Details of the fees payment</strong> <strong>Details of the fees payment</strong>
<br> <br>
<ol type="a"> <ol>
<li>A scanned copy of the receipt/counterfoil</li> <li>A scanned copy of the receipt/counterfoil</li>
<li>Screenshot of the message regarding payment of fees</li> <li>Screenshot of the message regarding payment of fees</li>
</ol> </ol>