Files
lulandia.pl/modules/raty/raty.tpl
2025-04-01 00:38:54 +02:00

10 lines
324 B
Smarty

<div id="raty">
<form id="wniosek" method="post">
<input type="text" name="imie" placeholder="Imię"/><br/>
<input type="text" name="nazwisko" placeholder="nazwisko"/><br/>
<input type="text" name="amount" placeholder="kwota"/>
<button type="submit">Złóż</button>
</form>
</div>