Files
code-cegled/template/templates/parent_create.tpl
2018-03-18 17:37:52 +01:00

33 lines
854 B
Smarty

<div class="form_wrapper">
<form method="post">
<input type="hidden" name="action" value="parent_create">
<div>
<label class="desc" id="title1" for="up_name">Név:</label>
<div><input type="text" name="up_name" id="up_name" required></div>
</div>
<div>
<label class="desc" id="title1" for="up_email">E-mail cím:</label>
<div><input type="text" name="up_email" id="up_email"></div>
</div>
<div>
<label class="desc" id="title1" for="up_phone">Telefonszám:</label>
<div><input type="text" name="up_phone" id="up_phone"></div>
</div>
<div>
<label class="desc" id="title1" for="up_facebook">Facebook:</label>
<div><input type="text" name="up_facebook" id="up_facebook"></div>
</div>
<div>
<div>
<input class="button black" type="submit" value="Létrehozás">
</div>
</div>
</form>
</div>