32 lines
846 B
Smarty
32 lines
846 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_phone">Facebook:</label>
|
|
<div><input type="text" name="up_phone" id="up_phone"></div>
|
|
</div>
|
|
|
|
<div>
|
|
<div>
|
|
<input class="button black" type="submit" value="Létrehozás">
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|
|
</div> |