Created
May 23, 2020 02:53
-
-
Save cuocsongso/e18fd1709d4d8be75e22fb9c6f0ba97c to your computer and use it in GitHub Desktop.
kera-contact-form.html
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
<div class="form-horizontal row"> | |
<div class="col"> | |
[text* your-name placeholder class:required class:form-control "Name*"] | |
</div> | |
<div class="col"> | |
[email* email-257 placeholder class:required "Email*"] | |
</div> | |
<div class="col"> | |
[text* text-599 placeholder class:required class:form-subject "Subject"] | |
</div> | |
<div class="w-100"></div> | |
<div class="col-12"> | |
[textarea textarea-552 placeholder class:required "Message"] | |
</div> | |
<div class="col-12"> | |
[submit class:btn class:btn-default "submit question"] | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment