mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-10 07:21:03 -04:00
Add category field for services generator
This commit is contained in:
parent
5e3e31efe6
commit
c64d74dd0b
1 changed files with 16 additions and 0 deletions
|
@ -22,6 +22,22 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="field">
|
||||||
|
<label class="label"></label>
|
||||||
|
Service Category (5 Letters max). VPN, VPS, HOST, GIFT, LIST, STORE...
|
||||||
|
</label>
|
||||||
|
<div class="control">
|
||||||
|
<input
|
||||||
|
name="category"
|
||||||
|
id="category"
|
||||||
|
required
|
||||||
|
class="input"
|
||||||
|
type="text"
|
||||||
|
placeholder="SMS"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input name="btc" id="btc" value="True" type="checkbox" /> Bitcoin is
|
<input name="btc" id="btc" value="True" type="checkbox" /> Bitcoin is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue