Created
June 27, 2020 20:45
-
-
Save lyrathemes/5780eedd9cf3a656aea14789b22c1c80 to your computer and use it in GitHub Desktop.
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
<div class="row"> | |
<div class="col-sm-4"> | |
<div class="form-group"> | |
<label class="form-label">Name <span class="asterik">*</span></label> | |
[text* full-name class:form-control placeholder "Full Name"] | |
</div> | |
<div class="form-group"> | |
<label class="form-label">Email Address <span class="asterik">*</span></label> | |
[email* email class:form-control placeholder "Email Address"] | |
</div> | |
<div class="form-group"> | |
<label class="form-label">Subject</label> | |
[select subject class:form-control "Option 1" "Option 2" "Option 3"] | |
</div> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="col-sm-7"> | |
<div class="form-group"> | |
<label class="form-label">Comment</label> | |
[textarea message class:form-control "Message"] | |
</div> | |
<div class="form-actions">[submit class:btn "Submit"]</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment