GET TEMPLATE CODE
Please comment
Just a moment
Rate this article
Return to Template
<link rel="stylesheet" type="text/css" href="assets/admin-tools/admin-forms/css/admin-forms.css">
Copy

<!-- Comment Form 2 -->
<div class="admin-form theme-primary" id="comment2">
    <div class="panel panel-primary heading-border">
        <div class="panel-heading">
            <span class="panel-title"><i class="fa fa-comments"></i> Please comment</span>
        </div>
        <!-- end .form-header section -->

        <form method="post" action="/" id="form-comment2">
            <div class="panel-body p25">
                <div class="section">
                    <label for="names" class="field prepend-icon">
                        <input type="text" name="names" id="names" class="gui-input" placeholder="Enter name...">
                        <label for="names" class="field-icon"><i class="fa fa-user"></i>
                        </label>
                    </label>
                </div>
                <!-- end section -->

                <div class="section">
                    <label for="email" class="field prepend-icon">
                        <input type="email" name="email" id="email" class="gui-input" placeholder="Enter Email...">
                        <label for="email" class="field-icon"><i class="fa fa-envelope"></i>
                        </label>
                    </label>
                </div>
                <!-- end section -->

                <div class="section">
                    <label for="website" class="field prepend-icon">
                        <input type="url" name="website" id="website" class="gui-input" placeholder="Website url (optional)...">
                        <label for="website" class="field-icon"><i class="fa fa-globe"></i>
                        </label>
                    </label>
                </div>
                <!-- end section -->

                <div class="section">
                    <label for="comment" class="field prepend-icon">
                        <textarea class="gui-textarea" id="comment" name="comment" placeholder="Enter message..."></textarea>
                        <label for="comment" class="field-icon"><i class="fa fa-comments"></i>
                        </label>
                        <span class="input-footer">
                            <strong>USE HTML TAGS:</strong>&lt;blockquote&gt;, &lt;strong&gt;&lt;a&gt;, &lt;b&gt;, &lt;ul&gt;, &lt;li&gt;, &lt;code&gt;</span>
                    </label>
                </div>
                <!-- end section -->

                <div class="section">
                    <label class="option">
                        <input type="checkbox" name="check1" checked>
                        <span class="checkbox"></span>Notify me with comment updates</label>
                </div>
                <!-- end section -->

                <div class="section-divider mv40">
                    <span>Just a moment</span>
                </div>
                <!-- .section-divider -->

                <div class="section">
                    <span class="rating block">
                        <span class="lbl-text">Rate this article</span>
                        <input class="rating-input" id="five-stars" type="radio" name="article-rate">
                        <label class="rating-star" for="five-stars"><i class="fa fa-star"></i>
                        </label>
                        <input class="rating-input" id="four-stars" type="radio" name="article-rate">
                        <label class="rating-star" for="four-stars"><i class="fa fa-star"></i>
                        </label>
                        <input class="rating-input" id="three-stars" type="radio" name="article-rate" checked>
                        <label class="rating-star" for="three-stars"><i class="fa fa-star"></i>
                        </label>
                        <input class="rating-input" id="two-stars" type="radio" name="article-rate">
                        <label class="rating-star" for="two-stars"><i class="fa fa-star"></i>
                        </label>
                        <input class="rating-input" id="one-star" type="radio" name="article-rate">
                        <label class="rating-star" for="one-star"><i class="fa fa-star"></i>
                        </label>
                    </span>
                </div>
                <!-- end  section -->

            </div>
            <!-- end .form-body section -->
            <div class="panel-footer">
                <button type="submit" class="button btn-primary">Post Comment</button>
            </div>
            <!-- end .form-footer section -->
        </form>
    </div>
    <!-- end: .panel -->
</div>
<!-- end: .admin-form -->