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="row"> | |
| <div class="col-sm-6 form-group"> | |
| <div class="label-floating"> | |
| <label class="form-label">Your Full Name</label>[text full_name class:form-control-line] | |
| </div> | |
| </div> | |
| <div class="col-sm-6 form-group"> | |
| <div class="label-floating"> | |
| <label class="form-label">Your Email Address</label>[email* email_address class:form-control-line] | |
| </div> |
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="row"> | |
| <div class="col-sm-6"> | |
| <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> |
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="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> |
OlderNewer