Created
October 30, 2016 21:01
-
-
Save keslo/3b5bd14370d48ed352109c0c8befa284 to your computer and use it in GitHub Desktop.
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 method="post" action="[~[*id*]~]" name="form-modal" id="myForm"> | |
| [+validationmessage+] | |
| <input type="hidden" name="formid" value="form-modal" /> | |
| <div class="form-group"> | |
| <input type="text" placeholder="Ваше имя*" class="form-control" name="name" eform="Имя::1"/> | |
| </div> | |
| <div class="form-group"> | |
| <input type="text" placeholder="Введите ваш телефон*" class="form-control" name="phone" eform="Телефон:phone:1"/> | |
| </div> | |
| <input type="submit" value="Отправить" class="btn btn-warning btn-block" id="submit"/> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment