{"id":7818,"date":"2025-07-09T11:20:26","date_gmt":"2025-07-09T11:20:26","guid":{"rendered":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/?post_type=products&#038;p=7818"},"modified":"2025-07-16T08:03:40","modified_gmt":"2025-07-16T08:03:40","slug":"rotary-valves","status":"publish","type":"products","link":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/products\/rotary-valves\/","title":{"rendered":"Rotary Valves"},"content":{"rendered":"\n<div id=\"block_55f26d70a08ecebd3b825d2f9f7f6c49\" class=\"product-highlights-block bg-white text-primary py-20\" style=\"padding-top: 220px;\">\n    <div class=\"container\">\n        <div class=\"row justify-between\">\n\n                            <div class=\"col-xl-5 col-lg-5 col-md-6  mb-16 md:mb-0 \">\n                    <div class=\"product-slideshow [&#038;_.slick-dots]:flex [&#038;_.slick-dots]:mt-10 [&#038;_.slick-dots]:relative [&#038;_.slick-dots]:bottom-0 [&#038;_li]:flex [&#038;_li]:!h-[6px] [&#038;_li]:rounded-[22px] [&#038;_li]:!w-full [&#038;_li]:opacity-40 [&#038;_.slick-active]:opacity-100 [&#038;_.product-dot]:!w-full [&#038;_.product-dot]:!h-[6px] [&#038;_.product-dot]:!rounded-[22px] [&#038;_.product-dot]:!before:content-[''] [&#038;_.product-dot]:!bg-brand1\" id=\"slideshow-block_55f26d70a08ecebd3b825d2f9f7f6c49\">\n\n                                                                                                                <div class=\"slide\">\n                                    <img decoding=\"async\" src=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-content\/uploads\/sites\/5\/2025\/07\/Rotary_Valves_-Large.jpeg\"\n                                        alt=\"\"\n                                        class=\"w-full h-auto rounded-lg shadow-lg\" \/>\n                                <\/div>\n                                                                                                                                            <div class=\"slide\">\n                                    <img decoding=\"async\" src=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-content\/uploads\/sites\/5\/2025\/07\/Rotary-Valves-Large.jpeg\"\n                                        alt=\"\"\n                                        class=\"w-full h-auto rounded-lg shadow-lg\" \/>\n                                <\/div>\n                                                    \n                    <\/div>\n                <\/div>\n            \n\n            <div class=\"col-xl-6 col-lg-6 col-md-6\">\n\n                \n                                    <div class=\"content-area [&#038;_ul]:list-none [&#038;_ul]:pl-0 [&#038;_li]:relative [&#038;_li]:pl-8 [&#038;_li]:uppercase [&#038;_li]:font-black [&#038;_li]:mb-4 [&#038;_li]:before:content-['\\e000'] [&#038;_li]:before:font-['Font_Awesome_Kit'] [&#038;_li]:before:absolute [&#038;_li]:before:left-0 [&#038;_li]:before:top-1\/2 [&#038;_li]:before:-translate-y-1\/2 [&#038;_li]:before:text-xl text-primary\">\n                        <h1>Rotary Valves<\/h1>\n<ul>\n<li>Precision mixing for uniform results<\/li>\n<li>Gentle blending to protect product integrity<\/li>\n<li>Scalable capacities from lab to production<\/li>\n<li>Energy-efficient, low-maintenance design<\/li>\n<li>Hygienic construction for easy cleaning<\/li>\n<li>Custom-built to suit your process needs<\/li>\n<\/ul>\n                    <\/div>\n                \n                                    <div class=\"mt-8\">\n                        <a href=\"#cta\"\n                            target=\"\"\n                            class=\"site-btn\">\n                            Get a free quote <i class=\"fa-solid fa-arrow-up-right\"><\/i>\n                        <\/a>\n                    <\/div>\n                \n                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    jQuery(document).ready(function($) {\n        const blockId = 'block_55f26d70a08ecebd3b825d2f9f7f6c49';\n        const $slideshow = $(`#slideshow-${blockId}`);\n\n        function waitForSlick() {\n            return new Promise((resolve, reject) => {\n                let attempts = 0;\n                const maxAttempts = 10;\n                const checkSlick = () => {\n                    if (typeof $.fn.slick !== 'undefined') {\n                        resolve();\n                    } else if (attempts < maxAttempts) {\n                        attempts++;\n                        setTimeout(checkSlick, 100);\n                    } else {\n                        reject(new Error('Slick not loaded'));\n                    }\n                };\n                checkSlick();\n            });\n        }\n\n        function initSlider($targetSlideshow) {\n            if (!$targetSlideshow.length) {\n                console.error('Slideshow element not found');\n                return;\n            }\n\n            if ($targetSlideshow.hasClass('slick-initialized')) {\n                return;\n            }\n\n            $targetSlideshow.slick({\n                dots: true,\n                arrows: false,\n                infinite: true,\n                speed: 800,\n                fade: true,\n                cssEase: 'linear',\n                adaptiveHeight: true,\n                autoplay: true,\n                autoplaySpeed: 4000,\n                customPaging: function() {\n                    return '<button type=\"button\" class=\"product-dot\"><\/button>';\n                },\n                responsive: [{\n                    breakpoint: 992,\n                    settings: {\n                        arrows: false\n                    }\n                }]\n            });\n        }\n\n        \/\/ Initial initialization\n        waitForSlick()\n            .then(() => {\n                initSlider($slideshow);\n            })\n            .catch((error) => {\n                console.error('Failed to initialize slider:', error);\n            });\n\n        \/\/ Make function available globally with block ID\n        window.reinitProductSlider = function(targetBlockId) {\n            const $targetSlideshow = $(`#slideshow-${targetBlockId}`);\n\n            waitForSlick()\n                .then(() => {\n                    if ($targetSlideshow.hasClass('slick-initialized')) {\n                        $targetSlideshow.slick('unslick');\n                    }\n                    initSlider($targetSlideshow);\n                })\n                .catch((error) => {\n                    console.error('Failed to reinitialize slider:', error);\n                });\n        };\n    });\n<\/script>\n\n<style>\n    .product-highlights-block .product-slideshow .slick-prev,\n    .product-highlights-block .product-slideshow .slick-next {\n        width: 40px;\n        height: 40px;\n        background-color: white;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n        z-index: 1;\n        transition: all 0.3s ease;\n    }\n\n    .slick-dots li button:before {\n        content: none !important;\n    }\n\n    .product-highlights-block .product-slideshow .slick-prev {\n        left: -20px;\n    }\n\n    .product-highlights-block .product-slideshow .slick-next {\n        right: -20px;\n    }\n\n    .product-highlights-block .product-slideshow .slick-prev:hover,\n    .product-highlights-block .product-slideshow .slick-next:hover {\n        background-color: var(--wp--preset--color--brand1);\n    }\n\n    .product-highlights-block .product-slideshow .slick-prev:hover i,\n    .product-highlights-block .product-slideshow .slick-next:hover i {\n        color: white;\n    }\n\n    .product-highlights-block .product-slideshow .slick-prev i,\n    .product-highlights-block .product-slideshow .slick-next i {\n        color: var(--wp--preset--color--brand1);\n        font-size: 16px;\n        transition: all 0.3s ease;\n    }\n\n    @media (max-width: 992px) {\n\n        .product-highlights-block .product-slideshow .slick-prev,\n        .product-highlights-block .product-slideshow .slick-next {\n            display: none !important;\n        }\n    }\n<\/style>\n\n<div id=\"\" class=\"block-wrapper bg-white text-primary py-20\">\n    <div class=\"container\">\n                                                                    <div class=\"tabbed-text-group\" id=\"tabbed-text-69e941e27e4a5\">\n                                                    <div class=\"row\">\n                                <div class=\"col-12\">\n                                    <!-- Desktop Tab Navigation -->\n                                    <div class=\"tab-navigation hidden lg:flex flex-wrap mb-8 rounded-[8px] overflow-hidden bg-[#F7F7F7]\">\n                                                                                    <button class=\"tab-btn active bg-brand1 text-white flex-1 uppercase px-6 py-3 transition-all rounded-[8px] duration-300 hover:bg-brand1\/50 hover:text-white\"\n                                                data-tab-index=\"0\">\n                                                Description                                            <\/button>\n                                                                                    <button class=\"tab-btn  flex-1 uppercase px-6 py-3 transition-all rounded-[8px] duration-300 hover:bg-brand1\/50 hover:text-white\"\n                                                data-tab-index=\"1\">\n                                                Key Benefits                                            <\/button>\n                                                                                    <button class=\"tab-btn  flex-1 uppercase px-6 py-3 transition-all rounded-[8px] duration-300 hover:bg-brand1\/50 hover:text-white\"\n                                                data-tab-index=\"2\">\n                                                Key Features                                            <\/button>\n                                                                            <\/div>\n\n                                    <!-- Mobile Accordion -->\n                                    <div class=\"accordion-navigation lg:hidden space-y-2\">\n                                                                                    <div class=\"accordion-item bg-[#F7F7F7] rounded-[8px] overflow-hidden\">\n                                                <button class=\"accordion-btn w-full text-left uppercase px-6 py-3 transition-all duration-300 hover:bg-brand1\/50 hover:text-white flex justify-between items-center bg-brand1 text-white\"\n                                                    data-tab-index=\"0\"\n                                                    type=\"button\"\n                                                    aria-expanded=\"true\">\n                                                    <span>Description<\/span>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle !text-sm transition-transform duration-300 rotate-180\"><\/i>\n                                                <\/button>\n                                                <div class=\"tab-pane accordion-content border-t border-gray-200 p-6 block\"\n                                                    data-tab-index=\"0\"\n                                                    role=\"region\">\n                                                                                                            <!-- Single content layout -->\n                                                                                                                    <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                                <p>Summit&#8217;s Rotary Valves\u2014also known as rotary feeders\u2014are essential components in the controlled discharge and transfer of dry bulk solids such as powders, granules, and pellets. They serve a dual purpose: ensuring consistent material metering and preserving pressure differentials in pneumatic conveying or dust collection systems.<\/p>\n<p>Built from robust materials with optional wear-resistant or food-grade coatings, our rotary valves are designed to withstand harsh industrial conditions while ensuring long-term reliability and hygiene compliance. Their compact, modular design and tool-free maintenance features make them adaptable to a wide range of applications, from food and pharmaceuticals to plastics, cement, and chemical processing.<\/p>\n                                                            <\/div>\n                                                                                                            \n                                                                                                    <\/div>\n                                            <\/div>\n                                                                                    <div class=\"accordion-item bg-[#F7F7F7] rounded-[8px] overflow-hidden\">\n                                                <button class=\"accordion-btn w-full text-left uppercase px-6 py-3 transition-all duration-300 hover:bg-brand1\/50 hover:text-white flex justify-between items-center \"\n                                                    data-tab-index=\"1\"\n                                                    type=\"button\"\n                                                    aria-expanded=\"false\">\n                                                    <span>Key Benefits<\/span>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle !text-sm transition-transform duration-300 \"><\/i>\n                                                <\/button>\n                                                <div class=\"tab-pane accordion-content border-t border-gray-200 p-6 hidden\"\n                                                    data-tab-index=\"1\"\n                                                    role=\"region\">\n                                                                                                            <!-- Single content layout -->\n                                                                                                                    <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                                <ul>\n<li>Accurate Metering \u2013 Ensures steady, controlled flow to prevent overfeeding and surges<\/li>\n<li>Airlock Functionality \u2013 Maintains pressure separation between system zones, reducing leakage<\/li>\n<li>Improved Energy Efficiency \u2013 Minimised air loss lowers blower workload and energy use<\/li>\n<li>Durable Construction \u2013 Built to resist wear, abrasion, and harsh operating conditions<\/li>\n<li>Flexible Application \u2013 Suitable for various throughputs, pressures, and installation layouts<\/li>\n<li>Maintenance-Friendly \u2013 Features quick-release components for easy cleaning and reduced downtime<\/li>\n<\/ul>\n                                                            <\/div>\n                                                                                                            \n                                                                                                    <\/div>\n                                            <\/div>\n                                                                                    <div class=\"accordion-item bg-[#F7F7F7] rounded-[8px] overflow-hidden\">\n                                                <button class=\"accordion-btn w-full text-left uppercase px-6 py-3 transition-all duration-300 hover:bg-brand1\/50 hover:text-white flex justify-between items-center \"\n                                                    data-tab-index=\"2\"\n                                                    type=\"button\"\n                                                    aria-expanded=\"false\">\n                                                    <span>Key Features<\/span>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle !text-sm transition-transform duration-300 \"><\/i>\n                                                <\/button>\n                                                <div class=\"tab-pane accordion-content border-t border-gray-200 p-6 hidden\"\n                                                    data-tab-index=\"2\"\n                                                    role=\"region\">\n                                                                                                            <!-- Single content layout -->\n                                                                                                                    <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                                <ul>\n<li>Heavy-duty construction in cast iron, stainless steel, or coated options<\/li>\n<li>Rotor designs optimised for throughput, sealing, and gentle product handling<\/li>\n<li>Available with drop-out end covers and adjustable rotor clearances<\/li>\n<li>Optional water- or air-tight seals for dust-free or moisture-sensitive applications<\/li>\n<li>Can be paired with feeders, conveyors, or pneumatic transport systems<\/li>\n<li>ATEX-compliant models available for use in hazardous environments<\/li>\n<\/ul>\n                                                            <\/div>\n                                                                                                            \n                                                                                                    <\/div>\n                                            <\/div>\n                                                                            <\/div>\n\n                                    <!-- Desktop Tab Content -->\n                                    <div class=\"tab-content hidden lg:block\">\n                                                                                    <div class=\"desktop-tab-pane block\"\n                                                data-tab-index=\"0\">\n                                                                                                    <!-- Single content layout -->\n                                                                                                            <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                            <p>Summit&#8217;s Rotary Valves\u2014also known as rotary feeders\u2014are essential components in the controlled discharge and transfer of dry bulk solids such as powders, granules, and pellets. They serve a dual purpose: ensuring consistent material metering and preserving pressure differentials in pneumatic conveying or dust collection systems.<\/p>\n<p>Built from robust materials with optional wear-resistant or food-grade coatings, our rotary valves are designed to withstand harsh industrial conditions while ensuring long-term reliability and hygiene compliance. Their compact, modular design and tool-free maintenance features make them adaptable to a wide range of applications, from food and pharmaceuticals to plastics, cement, and chemical processing.<\/p>\n                                                        <\/div>\n                                                                                                    \n                                                                                            <\/div>\n                                                                                    <div class=\"desktop-tab-pane hidden\"\n                                                data-tab-index=\"1\">\n                                                                                                    <!-- Single content layout -->\n                                                                                                            <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                            <ul>\n<li>Accurate Metering \u2013 Ensures steady, controlled flow to prevent overfeeding and surges<\/li>\n<li>Airlock Functionality \u2013 Maintains pressure separation between system zones, reducing leakage<\/li>\n<li>Improved Energy Efficiency \u2013 Minimised air loss lowers blower workload and energy use<\/li>\n<li>Durable Construction \u2013 Built to resist wear, abrasion, and harsh operating conditions<\/li>\n<li>Flexible Application \u2013 Suitable for various throughputs, pressures, and installation layouts<\/li>\n<li>Maintenance-Friendly \u2013 Features quick-release components for easy cleaning and reduced downtime<\/li>\n<\/ul>\n                                                        <\/div>\n                                                                                                    \n                                                                                            <\/div>\n                                                                                    <div class=\"desktop-tab-pane hidden\"\n                                                data-tab-index=\"2\">\n                                                                                                    <!-- Single content layout -->\n                                                                                                            <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                            <ul>\n<li>Heavy-duty construction in cast iron, stainless steel, or coated options<\/li>\n<li>Rotor designs optimised for throughput, sealing, and gentle product handling<\/li>\n<li>Available with drop-out end covers and adjustable rotor clearances<\/li>\n<li>Optional water- or air-tight seals for dust-free or moisture-sensitive applications<\/li>\n<li>Can be paired with feeders, conveyors, or pneumatic transport systems<\/li>\n<li>ATEX-compliant models available for use in hazardous environments<\/li>\n<\/ul>\n                                                        <\/div>\n                                                                                                    \n                                                                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                            <\/div>\n\n\n\n                                                                        <\/div>\n                                        <\/div>\n<\/div>\n\n\n\n<div id=\"\" class=\"block-wrapper bg-[#F7F7F7] text-primary py-20\">\n    <div class=\"container\">\n                                                                    <div class=\"columns-of-text-group\">\n                        \n                                                    <div class=\"row justify-between\">\n                                                                    <div class=\"column-item col-12\">\n                                                                                                                                <div class=\"content-area [&amp;_h4]:text-brand1\">\n                                                <h3>Application Insisghts<\/h3>\n<p>Rotary valves are ideal for:<\/p>\n<ul>\n<li>Discharging silos, hoppers, or cyclones in pneumatic systems<\/li>\n<li>Regulating feed to weighers, dryers, or mixers<\/li>\n<li>Isolating system sections during maintenance without depressurisation<\/li>\n<li>Enhancing dust control and improving operational safety<\/li>\n<\/ul>\n                                            <\/div>\n                                        \n                                                                                                    <\/div>\n                                                            <\/div>\n                                            <\/div>\n                                        <\/div>\n<\/div>\n\n\n\n<div id=\"\" class=\"block-wrapper bg-white text-primary py-20\">\n    <div class=\"container\">\n                                                                                        <div class=\"image-text-group mt-12\">\n                                                <div class=\"row justify-between items-center\">\n                                                            <div class=\"col-xl-6 col-lg-5 col-md-6 col-sm-12 order-2 md:order-1\">\n                                                                            <div class=\"content-area [&#038;_h4]:text-brand1  [&#038;_ul]:list-disc [&#038;_ul]:list-outside [&#038;_li]:relative [&#038;_li]:mb-4 [&#038;_li]:text-left [&#038;_li]:leading-relaxed\">\n                                            <h2>Why choose Summit Dynamic Solutions?<\/h2>\n<p>Summit provides high-quality rotary valve solutions that balance flow precision, energy efficiency, and maintenance ease\u2014maximising uptime and performance across your material handling systems. Custom configurations are available to suit your specific product, pressure, and process needs.<\/p>\n                                        <\/div>\n                                    \n                                                                    <\/div>\n                                                                    <div class=\"col-xl-5 col-lg-5 col-md-6 col-sm-12 order-1 md:order-2 mb-8 md:mb-0\">\n                                        <div class=\"image-wrapper\">\n                                            <img decoding=\"async\" src=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-content\/uploads\/sites\/5\/2025\/07\/Rotary-Valves-Large.jpeg\" alt=\"\" class=\"w-full h-full object-cover object-center\" \/>\n                                        <\/div>\n                                    <\/div>\n                                                                                    <\/div>\n                    <\/div>\n                                        <\/div>\n<\/div>\n\n\n\n\n\n<div id=\"cta\" class=\"block-wrapper cta-block bg-white bg-white-img bg-cover bg-center text-primary py-20\">\n    <div class=\"container mx-auto\">\n        <div class=\"row justify-center\">\n            <div class=\"col-12\">\n                <div class=\"flex flex-col items-center justify-center gap-8 text-center\">\n                    <svg class=\"w-[102px] h-auto\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"22\" viewBox=\"0 0 34 22\" fill=\"none\">\n                        <g clip-path=\"url(#clip0_10_81)\">\n                            <path class=\"fill-brand1\" d=\"M17 0.5L0.5 21.5H2.14156H2.30566L8.90857 14.3653L9.28914 18.0471L9.88152 13.3127L11.3415 11.7207L11.7436 18.515L12.361 10.6179L13.8699 8.97936L14.279 18.7507L14.9016 7.86372L17 5.60733L31.6949 21.5H33.5L17.0227 0.528779L17 0.5Z\" \/>\n                        <\/g>\n                        <defs>\n                            <clipPath id=\"clip0_10_81\">\n                                <rect width=\"33\" height=\"21\" fill=\"white\" transform=\"translate(0.5 0.5)\" \/>\n                            <\/clipPath>\n                        <\/defs>\n                    <\/svg>\n                                            <h2 class=\"text-primary cta-heading text-3xl md:text-4xl lg:text-6xl font-bold mb-4\">\n                            Got a question about Rotary Valves?                        <\/h2>\n                                    <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"row justify-between pt-12\">\n            <div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-12 mb-12 md:mb-0\">\n                                    <div class=\"text-primary cta-sub-text content-area w-full md:w-full lg:w-3\/4\">\n                        <p>Not sure what you need or just need advice? We have over 35 years of experience working in some of the most difficult industries, give us a call today to discuss your requirements.<\/p>\n                    <\/div>\n                \n                                    <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 gap-8 max-w-6xl mx-auto pt-12\">\n                                                    <div class=\"contact-section\">\n                                                                    <h3 class=\"text-primary text-xl font-bold mb-2 uppercase\">\n                                        For all enquiries, contact Wayne Kirby on:                                    <\/h3>\n                                \n                                                                    <div class=\"text-primary text-lg font-medium\">\n                                        <a href=\"tel:07498538319\">07498 538 319<\/a>                                    <\/div>\n                                                            <\/div>\n                                                    <div class=\"contact-section\">\n                                                                    <h3 class=\"text-dynamic_solutions text-xl font-bold mb-2 uppercase\">\n                                        Call Us                                    <\/h3>\n                                \n                                                                    <div class=\"text-primary text-lg font-medium\">\n                                        <a href=\"tel:+4401827265823\">+44(0)1827 265 823<\/a>                                    <\/div>\n                                                            <\/div>\n                                                    <div class=\"contact-section\">\n                                                                    <h3 class=\"text-primary text-xl font-bold mb-2 uppercase\">\n                                        General Enquiries                                    <\/h3>\n                                \n                                                                    <div class=\"text-primary text-lg font-medium\">\n                                        <a href=\"mailto:hello@summitdynamicsolutions.co.uk\">hello@summitdynamicsolutions.co.uk<\/a>                                    <\/div>\n                                                            <\/div>\n                                            <\/div>\n                            <\/div>\n\n                        \n                            <div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-12 \">\n                    <div class=\"form-wrapper light-form-style\">\n                        <div class=\"frm_forms  with_frm_style frm_style_formidable-style\" id=\"frm_form_2_container\" data-token=\"3dd8e6accca3df799d386ea3b1b24888\">\n<form enctype=\"multipart\/form-data\" method=\"post\" class=\"frm-show-form  frm_pro_form \" id=\"form_contact-form2\" data-token=\"3dd8e6accca3df799d386ea3b1b24888\">\n<div class=\"frm_form_fields \">\n<fieldset>\n<legend class=\"frm_screen_reader\">Contact Us<\/legend>\r\n\r\n<div class=\"frm_fields_container\">\n<input type=\"hidden\" name=\"frm_action\" value=\"create\" \/>\n<input type=\"hidden\" name=\"form_id\" value=\"2\" \/>\n<input type=\"hidden\" name=\"frm_hide_fields_2\" id=\"frm_hide_fields_2\" value=\"\" \/>\n<input type=\"hidden\" name=\"form_key\" value=\"contact-form2\" \/>\n<input type=\"hidden\" name=\"item_meta[0]\" value=\"\" \/>\n<input type=\"hidden\" id=\"frm_submit_entry_2\" name=\"frm_submit_entry_2\" value=\"2af3b35282\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/dynamic-solutions\/wp-json\/wp\/v2\/products\/7818\" \/><div id=\"frm_field_6_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_first frm_half\">\r\n\t<label for=\"field_qh4icy2\" id=\"field_qh4icy2_label\" class=\"frm_primary_label\">First Name\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input  type=\"text\" id=\"field_qh4icy2\" name=\"item_meta[6]\" value=\"\"  data-reqmsg=\"First Name cannot be blank.\" aria-required=\"true\" data-invmsg=\"First Name is invalid\" aria-invalid=\"false\"   \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_7_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_half\">\r\n\t<label for=\"field_ocfup12\" id=\"field_ocfup12_label\" class=\"frm_primary_label\">Surname\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input  type=\"text\" id=\"field_ocfup12\" name=\"item_meta[7]\" value=\"\"  data-reqmsg=\"Surname cannot be blank.\" aria-required=\"true\" data-invmsg=\"Surname is invalid\" aria-invalid=\"false\"   \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_8_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm6 frm_first\">\r\n\t<label for=\"field_ywm80\" id=\"field_ywm80_label\" class=\"frm_primary_label\">Company Name\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input  type=\"text\" id=\"field_ywm80\" name=\"item_meta[8]\" value=\"\"  data-reqmsg=\"Company Name cannot be blank.\" aria-required=\"true\" data-invmsg=\"Company Name is invalid\" aria-invalid=\"false\"   \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_9_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm6\">\r\n\t<label for=\"field_e69hi\" id=\"field_e69hi_label\" class=\"frm_primary_label\">Company Postcode\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input  type=\"text\" id=\"field_e69hi\" name=\"item_meta[9]\" value=\"\"  data-reqmsg=\"Company Postcode cannot be blank.\" aria-required=\"true\" data-invmsg=\"Company Postcode is invalid\" aria-invalid=\"false\"   \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_10_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm6 frm_first\">\r\n\t<label for=\"field_gcu4v\" id=\"field_gcu4v_label\" class=\"frm_primary_label\">Company Telephone\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input type=\"tel\" id=\"field_gcu4v\" name=\"item_meta[10]\" value=\"\"  data-reqmsg=\"Company Telephone cannot be blank.\" aria-required=\"true\" data-invmsg=\"Company Telephone is invalid\" aria-invalid=\"false\" pattern=\"\\+?[0-9()\\-\\ ]{7,20}$\"  \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_11_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm6\">\r\n\t<label for=\"field_29yf4d2\" id=\"field_29yf4d2_label\" class=\"frm_primary_label\">Company Email\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input type=\"email\" id=\"field_29yf4d2\" name=\"item_meta[11]\" value=\"\"  data-reqmsg=\"Company Email cannot be blank.\" aria-required=\"true\" data-invmsg=\"Please enter a valid email address\" aria-invalid=\"false\"  \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_12_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_full\">\r\n\t<label for=\"field_9jv0r12\" id=\"field_9jv0r12_label\" class=\"frm_primary_label\">Message\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<textarea name=\"item_meta[12]\" id=\"field_9jv0r12\" rows=\"5\"  data-reqmsg=\"Message cannot be blank.\" aria-required=\"true\" data-invmsg=\"Message is invalid\" aria-invalid=\"false\"  ><\/textarea>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_13_container\" class=\"frm_form_field  frm_html_container form-field\">Summit Systems needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. For information on how to unsubscribe, as well as our privacy practices and commitment to protecting your privacy, please review our Privacy Policy.<\/div>\n<div id=\"frm_field_15_container\" class=\"frm_form_field form-field  frm_none_container\">\r\n\t<label for=\"cf-turnstile-response\" id=\"field_jibhl_label\" class=\"frm_primary_label\">Captcha\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\"><\/span>\r\n\t<\/label>\r\n\t<div  id=\"field_jibhl\" class=\"frm-cf-turnstile\" data-sitekey=\"0x4AAAAAABom_qr-w_brp_dj\" data-language=\"en-US\" data-size=\"normal\" data-theme=\"light\"><\/div>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_14_container\" class=\"frm_form_field form-field \">\r\n\t<div class=\"frm_submit frm_flex\">\r\n<button class=\"frm_button_submit frm_final_submit\" type=\"submit\"   formnovalidate=\"formnovalidate\">Send Enquiry <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/button>\r\n\r\n\r\n\r\n<\/div>\r\n<\/div>\n\t<input type=\"hidden\" name=\"item_key\" value=\"\" \/>\n\t\t\t<div id=\"frm_field_16_container\">\n\t\t\t<label for=\"field_w3pec\" >\n\t\t\t\tIf you are human, leave this field blank.\t\t\t<\/label>\n\t\t\t<input  id=\"field_w3pec\" type=\"text\" class=\"frm_form_field form-field frm_verify\" name=\"item_meta[16]\" value=\"\"  \/>\n\t\t<\/div>\n\t\t<input name=\"frm_state\" type=\"hidden\" value=\"jWy28OqG0LqpF0vvET3ppFxn5EdjZOJiG4B7p9B\/gxlzwC+Om0kGxVZU4yBrkCcm\" \/><\/div>\n<\/fieldset>\n<\/div>\n\n<\/form>\n<\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>High-performance rotary valves for powders, granules, and pellets. Ensure accurate flow and pressure control with durable, hygienic design. Ideal for food, pharma, chemical, and industrial use.<\/p>\n","protected":false},"featured_media":17999,"parent":0,"menu_order":0,"template":"","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_links_to":"","_links_to_target":""},"categories":[],"class_list":["post-7818","products","type-products","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/products\/7818","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/products"}],"about":[{"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/types\/products"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/media\/17999"}],"wp:attachment":[{"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/media?parent=7818"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/categories?post=7818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}