Created
June 15, 2015 11:55
-
-
Save vporoshok/ac963d47052ff172d37c to your computer and use it in GitHub Desktop.
form
This file contains 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 class="feedback" href="#feedback-modal" data-toggle="modal">Задать вопрос</a> | |
<div id="feedback-modal" class="modal fade" aria-hidden="true" aria-labelledby="myModalLabel" role="dialog" tabindex="-1"> | |
<div style="max-width: 530px;" class="modal-dialog modal-lg"> | |
<div class="modal-content"> | |
<button aria-label="Close" data-dismiss="modal" class="close" type="button"> | |
<span aria-hidden="true">X</span> | |
</button> | |
<div class="row feedback_popup"> | |
<p class="promise">Заполните эту простую форму и наш менеджер ответит на вопрос в течение суток</p> | |
<p class="result"><?= $FORM->ShowResultStatus("") ?></p> | |
<label class="name"> | |
<span>Имя</span> | |
<?= $FORM->ShowInput('SIMPLE_QUESTION_493') ?> | |
</label> | |
<label class="email"> | |
<span>e-mail</span> | |
<?= $FORM->ShowInput('SIMPLE_QUESTION_814') ?> | |
</label> | |
<label class="tel"> | |
<span>Телефон</span> | |
<?= $FORM->ShowInput('SIMPLE_QUESTION_376') ?> | |
</label> | |
<label class="question"> | |
<span>Вопрос</span> | |
<?= $FORM->ShowInput('SIMPLE_QUESTION_196') ?> | |
</label> | |
<?=$FORM->ShowInput('SIMPLE_QUESTION_907')?> | |
<?=$FORM->ShowSubmitButton("","submit")?> </div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment