Contact Form

Contact Page

Estimated reading: 1 minute 4 views
<div class="contact-wrap">
    <div class="contact-formwrap">
        <div class="contact-formfield">
            <label>Name*</label>
            [text* your-name placeholder "Enter your name"]
        </div>
        <div class="contact-formfield">
            <label>Email*</label>
            [email* your-email placeholder "Enter your email"]
        </div>
        <div class="contact-formfield">
            <label>Phone (Optional)*</label>
            [text* your-phone placeholder "Enter your phone number"]
        </div>
        <div class="contact-formfield">
            <label>Subject*</label>
            [text* your-subject placeholder "The topic you want to talk*"]
        </div>
        <div class="contact-formfield message">
            <label>Message*</label>
            [text* your-message placeholder "Write your message*"]
        </div>
    </div>
    <div class="submit-btn">
        <button type="submit" class="rr-btn">
            <span class="btn-wrap">
                <span class="text-one">Submit now</span>
                <span class="text-two">Submit now</span>
            </span>
        </button>
    </div>
</div>
Share this Doc

Contact Page

Or copy link

CONTENTS