mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
change input names in form maker
This commit is contained in:
@@ -47,52 +47,52 @@ section div {
|
||||
<span>Fill in the fields with static information and leave empty the ones that the user has to fill out.</span>
|
||||
<form action="/form" method="get" class="maker">
|
||||
<div>
|
||||
<label for="maker-form-title">Form title</label>
|
||||
<input type="text" placeholder="First half of the bike" name="maker-form-title">
|
||||
<label for="form-title">Form title</label>
|
||||
<input type="text" placeholder="First half of the bike" name="form-title">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-client-name">Client name</label>
|
||||
<input type="text" placeholder="Peter Novak" name="maker-form-client-name">
|
||||
<label for="form-client-name">Client name</label>
|
||||
<input type="text" placeholder="Peter Novak" name="form-client-name">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-client-address">Client address</label>
|
||||
<input type="text" placeholder="Ravna ulica 13 a" name="maker-form-client-address">
|
||||
<label for="form-client-address">Client address</label>
|
||||
<input type="text" placeholder="Ravna ulica 13 a" name="form-client-address">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-client-city">Client city</label>
|
||||
<input type="text" placeholder="1000 Ljubljana" name="maker-form-client-city">
|
||||
<label for="form-client-city">Client city</label>
|
||||
<input type="text" placeholder="1000 Ljubljana" name="form-client-city">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-amount">Amount</label>
|
||||
<input type="number" placeholder="00000001132" name="maker-form-amount">
|
||||
<label for="form-amount">Amount</label>
|
||||
<input type="number" placeholder="00000001132" name="form-amount">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-code">Purpose code</label>
|
||||
<input type="text" placeholder="OTHR" name="maker-form-code">
|
||||
<label for="form-code">Purpose code</label>
|
||||
<input type="text" placeholder="OTHR" name="form-code">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-purpose">Payment purpose</label>
|
||||
<input type="text" placeholder="moutain bike first half" name="maker-form-purpose">
|
||||
<label for="form-purpose">Payment purpose</label>
|
||||
<input type="text" placeholder="moutain bike first half" name="form-purpose">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-iban">IBAN</label>
|
||||
<input type="number" placeholder="SI56047500000280672" name="maker-form-iban">
|
||||
<label for="form-iban">IBAN</label>
|
||||
<input type="number" placeholder="SI56047500000280672" name="form-iban">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-reference">Reference</label>
|
||||
<input type="text" placeholder="SI121234567890120" name="maker-form-reference">
|
||||
<label for="form-reference">Reference</label>
|
||||
<input type="text" placeholder="SI121234567890120" name="form-reference">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-issuer-name">Issuer name</label>
|
||||
<input type="text" placeholder="Spletne strani na 123" name="maker-form-issuer-name">
|
||||
<label for="form-issuer-name">Issuer name</label>
|
||||
<input type="text" placeholder="Spletne strani na 123" name="form-issuer-name">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-issuer-address">Issuer address</label>
|
||||
<input type="text" placeholder="Za deveto smreko 15 k" name="maker-form-issuer-address">
|
||||
<label for="form-issuer-address">Issuer address</label>
|
||||
<input type="text" placeholder="Za deveto smreko 15 k" name="form-issuer-address">
|
||||
</div>
|
||||
<div>
|
||||
<label for="maker-form-issuer-city">Issuer city</label>
|
||||
<input type="text" placeholder="1000 Ljubljana" name="maker-form-issuer-city">
|
||||
<label for="form-issuer-city">Issuer city</label>
|
||||
<input type="text" placeholder="1000 Ljubljana" name="form-issuer-city">
|
||||
</div>
|
||||
<div>
|
||||
<input type="submit" value="Create form">
|
||||
|
||||
Reference in New Issue
Block a user