Skip to content

Instantly share code, notes, and snippets.

@keslo
Created October 30, 2016 21:01
Show Gist options
  • Select an option

  • Save keslo/3b5bd14370d48ed352109c0c8befa284 to your computer and use it in GitHub Desktop.

Select an option

Save keslo/3b5bd14370d48ed352109c0c8befa284 to your computer and use it in GitHub Desktop.
<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