Files
drmaterac.pl/modules/raty/raty.tpl
2025-01-06 20:47:25 +01: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>