Fint – Theme Documentation

Contact form

Contact form

Here is the Contact Form 7 template and source code for the Contact form.

To edit this form go to Contact> then edit your targeted form

Fint contact form:

<h2 class="fs-42 lh-54 mb-25">Send Us A Message Anytime</h2>

<div class="form-group mb-15">
    [text* your-name class:fs-14 class:bg-white class:border-0 class:w-100 class:h-60 placeholder "Enter your name"]
</div>
<div class="form-group mb-15">
    [email* your-email class:fs-14 class:bg-white class:border-0 class:w-100 class:h-60 placeholder "Enter your email"]
</div>
<div class="form-group mb-15">
    [textarea your-message class:bg-white class:border-0 class:w-100 class:resize-0 class:fs-14 rows:10 cols:30 placeholder "Enter your message"]
</div>
<div class="form-group mb-25">
    [acceptance  gdpr class:gdpr-term ]Accept <a href="http://localhost/wordpress/fint/terms-conditions/">Terms Of Service</a> and <a href="http://localhost/wordpress/fint/privacy-policy/">Privacy Policy</a>.[/acceptance]
</div>

<button class="btn style-three d-block w-100">Submit Message<img src="http://localhost/wordpress/fint/wp-content/themes/fint/assets/img/icons/right-arrow.svg" alt="Arrow icon"></button>

Fint FAQ Form

<div class="container">
    <div class="row">
        <div class="col-lg-10 offset-lg-1">
            <div class="contact_form style-two position-relative">
                <img src="http://localhost/wordpress/fint/wp-content/themes/fint/assets/img/shape-2.webp" alt="Image" class="shape-one position-absolute bounce md-none">
                <img src="http://localhost/wordpress/fint/wp-content/themes/fint/assets/img/shape-7.webp" alt="Image" class="shape-two position-absolute bounce md-none">
                <h2 class="fs-42 lh-54 mb-25">Send Us A Message Anytime</h2>
                <div class="form-group mb-15">
                    [text* your-name class:fs-14 class:bg-white class:border-0 class:w-100 class:h-60 placeholder "Enter your name"]
                </div>
                <div class="form-group mb-15">
                    [number* your-number class:fs-14 class:bg-white class:border-0 class:w-100 class:h-60 placeholder "Enter your phone"]
                </div>
                <div class="form-group mb-15">
                    [textarea your-message class:bg-white class:border-0 class:w-100 class:resize-0 class:fs-14 rows:10 cols:30 placeholder "Enter your message"]
                </div>
                <div class="form-group mb-25">
                    [acceptance  gdpr class:gdpr-term ]Accept <a href="http://localhost/wordpress/fint/terms-conditions/">Terms Of Service</a> and <a href="http://localhost/wordpress/fint/privacy-policy/">Privacy Policy</a>.[/acceptance]
                </div>
                <button class="btn style-three d-block w-100">Send Message<img src="http://localhost/wordpress/fint/wp-content/themes/fint/assets/img/icons/right-arrow.svg" alt="Arrow icon"></button>
            </div>
        </div>
    </div>
</div>

Fint Schedule Form

<h4 class="fs-24">Let’s get started!</h4>
<p>Please reach out using the form below and we'll get back to you right away!</p>
<div class="form-group mb-15">
    [text* your-name class:fs-14 class:w-100 class:h-60 class:border-0 class:bg-white placeholder "Enter Your Name"]
</div>
<div class="form-group mb-15">
    [email* your-email class:fs-14 class:w-100 class:h-60 class:border-0 class:bg-white placeholder "Enter Your Email"]
</div>
<div class="form-group mb-15">
    <label class="fw-semibold text_secondary d-block mb-10">How can we help you?</label>
    [select help class:w-100 class:h-60 class:bg-white class:text_secondary class:border-0 class:fs-14 "Submit Tax File" "Prepare Tax Return" "Audit Accounts & Finance"]
</div>
<div class="form-group mb-15">
    <label class="fw-semibold text_secondary d-block mb-10">Is your business incorporated?</label>
    [select business-incorporated class:w-100 class:h-60 class:bg-white class:text_secondary class:border-0 class:fs-14 "Yes" "No"]
</div>
<div class="form-group mb-15">
    <label class="fw-semibold text_secondary d-block mb-10">What's your annual revenue?</label>
    [text annual-revenue class:d-none "$500"]
    <div id="slider-container">
        <div id="range-slider">
            <div id="slider-fill"></div>
            <div id="slider-handle"></div>
            <div id="value-display" class="fs-18 fw-semibold text_secondary">$500</div>
        </div>
        </div>
</div>
<button type="submit" class="btn style-three d-block w-100 h-60">Submit Now<img src="http://localhost/wordpress/fint/wp-content/uploads/2024/01/right-long-arrow.svg" alt="Image"></button>

Fint Services and Case Studies Form

<div class="form-group mb-15">
    [text* your-name class:bg-white class:w-100 class:border-0 class:fs-14 class:fw-medium class:h-60 placeholder "Name*"]
</div>
<div class="form-group mb-15">
    [email* your-email class:bg-white class:w-100 class:border-0 class:fs-14 class:fw-medium class:h-60  placeholder "Email*"]
</div>
<div class="form-group mb-15">
    [number* your-number class:bg-white class:w-100 class:border-0 class:fs-14 class:fw-medium class:h-60  placeholder "Number*"]
</div>
<div class="form-group mb-15">
    <label for="client-type" class="fw-semibold d-block mb-2">Current Client</label>
    [select* client-type id:client-type class:bg-white class:w-100 class:border-0 class:fs-14 class:fw-medium class:h-60 first_as_label "-- Select --" "Yes" "No"]
</div>
<div class="form-group mb-15">
    [textarea your-message class:bg-white class:w-100 class:border-0 class:fs-14 class:fw-medium class:h-60 rows:10 cols:30 placeholder "Your Message"]
</div>
<button type="submit" class="btn style-three d-block w-100 h-60">Submit Now <img src="http://localhost/wordpress/fint/wp-content/themes/fint/assets/img/icons/right-long-arrow.svg" alt="Icon"></button>