mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
minor-changes made P2
This commit is contained in:
@@ -29,14 +29,14 @@
|
|||||||
<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="1">General</option>
|
<option value="gen">General</option>
|
||||||
<option value="2">EWS</option>
|
<option value="ews">EWS</option>
|
||||||
<option value="3">OBC</option>
|
<option value="obc">OBC</option>
|
||||||
<option value="4">WDP</option>
|
<option value="wdp">WDP</option>
|
||||||
<option value="5">SC</option>
|
<option value="sc">SC</option>
|
||||||
<option value="6">ST</option>
|
<option value="st">ST</option>
|
||||||
<option value="7">VHC</option>
|
<option value="vhc">VHC</option>
|
||||||
<option value="8">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">
|
||||||
@@ -61,17 +61,17 @@
|
|||||||
<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="1">NEFT</option>
|
<option value="neft">NEFT</option>
|
||||||
<option value="2">SBI to SBI</option>
|
<option value="sbi">SBI to SBI</option>
|
||||||
<option value="3">Debit card</option>
|
<option value="deb">Debit card</option>
|
||||||
<option value="4">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" inputmode = "numeric" 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" inputmode = "numeric" 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">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user