Contact Forms

If you haven’t installed our demo content but want to add a contact form to your website, we recommend using the popular Contact Form 7 plugin.

This plugin is included as a recommended plugin with our theme. Once you install and activate it, a basic contact form will be automatically created. You can place it on your page using Elementor.

Alternatively, you can create a custom form by navigating to:
Dashboard → Contact → Add New

For detailed instructions, refer to the Contact Form 7 Documentation.

Fixo Theme Contact Forms Code:

<div class=”form-group”><label class=”label”>Name</label>[text* yourname class:form-control placeholder “Your name”]</div> <div class=”form-group”><label class=”label”>Email</label>[email* youremail class:form-control placeholder “Your email address”]</div> <div class=”form-group”><label class=”label”>Phone</label>[number* Yourphone class:form-control placeholder “Your phone”]</div> <div class=”form-group”><label class=”label”>Subject</label>[text* Subject class:form-control placeholder “Your subject”]</div> <div class=”form-group”><label class=”label”>Message</label>[textarea* message class:form-control placeholder “Message”]</div> <div class=”form-group mb-0″><button type=”submit” class=”btn btn-primary”>SUBMIT NOW</button></div>