Contact Page

Estimated reading: 1 minute 4 views
<div class="contact-wrap">
    <div class="contact-formwrap">
        <div class="contact-formfield">
            [text* your-name placeholder "Name*"]
        </div>
        <div class="contact-formfield">
            [email* your-email placeholder "Email*"]
        </div>
        <div class="contact-formfield">
            [text* your-phone placeholder "Phone*"]
        </div>
        <div class="contact-formfield">
            [text* your-company placeholder "Company*"]
        </div>
        <div class="contact-formfield">
            [select* your-budget "5,000 - 10,000" "10,000 - 15,000" "15,000 - 20,000" "20,000 - 25,000" "25,000 - Above"]
        </div>
        <div class="contact-formfield">
            [text* your-solution placeholder "Solution*"]
        </div>
        <div class="contact-formfield message">
            [textarea* your-message placeholder] Message* [/textarea*]
        </div>
    </div>
    <div class="submit-btn">
        <button type="submit" class="rr-btn-primary">
            <span class="text">Submit now </span>
            <i class="fa-solid fa-arrow-right-long"></i>
        </button>
    </div>
</div>
Share this Doc

Contact Page

Or copy link

CONTENTS