GET TEMPLATE CODE
Get in touch
Return to Template
<link rel="stylesheet" type="text/css" href="assets/admin-tools/admin-forms/css/admin-forms.css">
Copy

<!-- Contact Form 2 -->
<div class="admin-form theme-info" id="contact2">
    <div class="panel panel-info heading-border">
        <div class="panel-heading">
            <span class="panel-title"><i class="fa fa-comments"></i>Get in touch</span>
        </div>
        <!-- end .form-header section -->

        <form method="post" action="/" id="form-contact2">
            <div class="panel-body p25">
                <div class="section row">
                    <label for="names" class="field-label col-md-5">Your personal names</label>
                    <div class="col-md-7">
                        <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>
                <!-- end .section row section -->

                <div class="section row">
                    <label for="email" class="field-label col-md-5">Your email address</label>
                    <div class="col-md-7">
                        <label for="email" class="field prepend-icon">
                            <input type="email" name="email" id="email" class="gui-input" placeholder="example@domain.com...">
                            <label for="email" class="field-icon"><i class="fa fa-envelope"></i>
                            </label>
                        </label>
                    </div>
                    <!-- end section -->
                </div>
                <!-- end .section row section -->

                <div class="section row">
                    <label for="telephone" class="field-label col-md-5">Telephone / mobile</label>
                    <div class="col-md-7">
                        <label for="telephone" class="field prepend-icon">
                            <input type="tel" name="telephone" id="telephone" class="gui-input" placeholder="Enter telephone or mobile...">
                            <label for="telephone" class="field-icon"><i class="fa fa-phone-square"></i>
                            </label>
                        </label>
                    </div>
                    <!-- end section -->
                </div>
                <!-- end .section row section -->

                <div class="section">
                    <label for="comment" class="field-label">Message / Comment</label>
                    <label for="comment" class="field prepend-icon">
                        <textarea class="gui-textarea" id="comment" name="comment"></textarea>
                        <label for="comment" class="field-icon"><i class="fa fa-comments"></i>
                        </label>
                        <span class="input-footer">
                            <strong>Hint:</strong>Please enter between 80 - 300 characters.</span>
                    </label>
                </div>
                <!-- end section -->

                <div class="section">
                    <label class="switch switch-round">
                        <input type="checkbox" name="newsletter" id="newsletter" checked>
                        <label for="newsletter" data-on="YES" data-off="NO"></label>
                        <span>Subscribe to our newsletter?</span>
                    </label>
                </div>
                <!-- end section -->

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