22 lines
732 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="graduation__block callback">
<div class="content">
<div class="headers">
<h2>Мы позвоним</h2>
<p>Оставьте номер телефона для заказа выпускного</p>
</div>
<form action="<?php echo admin_url('admin-ajax.php?action=graduation_callback')?>" method="POST">
<label>
<input type="text" placeholder="Введите телефон" id="phone">
</label>
<label>
<input type="text" placeholder="Введите ФИО" id="name">
</label>
<button class="graduation-btn" id="callback-btn">Отправить</button>
</form>
<div class="copyright">
<span>© Copyright. Все права защищены</span>
</div>
</div>
</div>