This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="#" data-anchor="to-section"> | |
<section id="to-section"></section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form class="ajax-form" enctype="multipart/form-data"> | |
<input type="text" name="cname" placeholder="Введите имя"> | |
<input type="text" name="ctel" placeholder="Введите телефон"> | |
<input type="hidden" value="order" name="ctip"> | |
<input name="attachfile" type="file"> | |
<button type="submit" class="btn btn-primary">Отправить</button> | |
</form> |