Send us a message if you require pricing for a specific product such as commercial kitchen equipment for hotels, restaurant and catering, premium domestic appliances, air conditioning and ventilation.
Thank You for Reaching Out!
Your after-sales service request has been successfully submitted. We appreciate you taking the time to get in touch with us. Our team is reviewing your submission and will contact you shortly to assist with your service needs.
Fortress Team
Your request has been successfully sent, thank you. Our team will revert back shortly.
document.addEventListener('DOMContentLoaded', function () {
document.querySelectorAll('.wpcf7-form').forEach(function (form) {
form.addEventListener('submit', function (e) {
var select = form.querySelector('.wpcf7-select[name="product-group"]');
if (select && (select.value === "" || select.value === "Choose a product category")) {
e.preventDefault();
alert("Please choose a product category.");
}
});
});
});