Files
masimmo.pl/modules/raty/raty.tpl
Roman Pyrih e75fa515f5 Save
2024-12-12 15:57:01 +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>