Mafra – 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

Mafra contact form:

<div class="form-group">[text* yourname class:bg-athens class:w-100 class:round-5 placeholder "Name"]<i class="ri-user-3-line"></i>
</div>
<div class="form-group">[email* youremail class:bg-athens class:w-100 class:round-5 placeholder "Email"]<i class="ri-mail-line"></i>
</div>
<div class="form-group">[number* Yourphone class:bg-athens class:w-100 class:round-5 placeholder "Phone"]<i class="ri-phone-line"></i>
</div>
<div class="form-group">[text* subjectnam class:bg-athens class:w-100 class:round-5 placeholder "Subject"]<i class="ri-edit-line"></i>
</div>
<div class="form-group">[textarea* ysubject class:bg-athens class:w-100 class:round-5 placeholder "Write your message"]<i class="ri-edit-line"></i>
</div>
<div class="form-check checkbox"><input class="form-check-input" type="checkbox" id="gridCheck"
    ><label class="form-check-label" for="gridCheck">I have read and accepted the <a  href="http://localhost/TFTheme/mafra/terms-conditions/">Terms &amp; Conditions</a> and <a  href="http://localhost/TFTheme/mafra/privacy-policy/">Privacy Policy</a></label></div>
<button class="btn style-three mt-4">Send Message</button>