{"id":2628,"date":"2026-07-02T21:57:15","date_gmt":"2026-07-02T21:57:15","guid":{"rendered":"https:\/\/lumkora.agency\/?page_id=2628"},"modified":"2026-07-02T22:46:28","modified_gmt":"2026-07-02T22:46:28","slug":"get-a-quote","status":"publish","type":"page","link":"https:\/\/lumkora.agency\/?page_id=2628","title":{"rendered":"Get A Quote"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2628\" class=\"elementor elementor-2628\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c18befe e-con e-atomic-element e-flexbox-base e-068bc8d \" data-id=\"c18befe\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"c18befe\">\n    \t\t<div class=\"elementor-element elementor-element-7016241 elementor-widget elementor-widget-html\" data-id=\"7016241\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.lmk-progress {\n  margin-bottom: 30px;\n}\n.lmk-progress-bar {\n  height: 6px;\n  background: #E5E7EB;\n  border-radius: 99px;\n  overflow: hidden;\n  margin-bottom: 10px;\n}\n.lmk-progress-fill {\n  height: 100%;\n  background: #0080F4;\n  border-radius: 99px;\n  transition: width 0.4s ease;\n}\n.lmk-steps {\n  display: flex;\n  justify-content: space-between;\n}\n.lmk-step-label {\n  font-size: 11px;\n  color: #9CA3AF;\n  text-align: center;\n  flex: 1;\n}\n.lmk-step-label.active {\n  color: #0080F4;\n  font-weight: 600;\n}\n.lmk-step-label.done {\n  color: #1A7A4A;\n}\n.lmk-nav {\n  display: flex;\n  gap: 10px;\n  margin-top: 20px;\n}\n.lmk-btn-back {\n  flex: 1;\n  padding: 12px;\n  border: 1.5px solid #E5E7EB;\n  border-radius: 8px;\n  background: #fff;\n  color: #374151;\n  font-size: 14px;\n  cursor: pointer;\n  display: none;\n}\n.lmk-btn-next {\n  flex: 2;\n  padding: 12px;\n  border: none;\n  border-radius: 8px;\n  background: #0080F4;\n  color: #fff;\n  font-size: 14px;\n  font-weight: 600;\n  cursor: pointer;\n}\n.lmk-btn-next:hover { background: #0060c0; }\n.lmk-step-wrap {\n  display: none;\n}\n.lmk-step-wrap.active {\n  display: block;\n}\n.lmk-step-title {\n  font-size: 18px;\n  font-weight: 700;\n  color: #0D1B5E;\n  margin-bottom: 6px;\n}\n.lmk-step-sub {\n  font-size: 13px;\n  color: #6B7280;\n  margin-bottom: 20px;\n}\n<\/style>\n\n<div class=\"lmk-progress\">\n  <div style=\"display:flex;justify-content:space-between;margin-bottom:6px\">\n    <span id=\"lmkStepTitle\" style=\"font-size:13px;font-weight:600;color:#0D1B5E\">Step 1 of 5<\/span>\n    <span id=\"lmkPct\" style=\"font-size:13px;color:#6B7280\">20%<\/span>\n  <\/div>\n  <div class=\"lmk-progress-bar\">\n    <div class=\"lmk-progress-fill\" id=\"lmkFill\" style=\"width:20%\"><\/div>\n  <\/div>\n  <div class=\"lmk-steps\">\n    <span class=\"lmk-step-label active\" id=\"lbl1\">Service<\/span>\n    <span class=\"lmk-step-label\" id=\"lbl2\">Package<\/span>\n    <span class=\"lmk-step-label\" id=\"lbl3\">Budget<\/span>\n    <span class=\"lmk-step-label\" id=\"lbl4\">Details<\/span>\n    <span class=\"lmk-step-label\" id=\"lbl5\">Submit<\/span>\n  <\/div>\n<\/div>\n\n<div class=\"lmk-nav\" id=\"lmkNav\">\n  <button class=\"lmk-btn-back\" id=\"lmkBack\" onclick=\"lmkPrev()\">\u2190 Back<\/button>\n  <button class=\"lmk-btn-next\" id=\"lmkNext\" onclick=\"lmkNext()\">Continue \u2192<\/button>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n\n  var current = 1;\n  var total = 5;\n  var titles = ['Service','Package','Budget','Your Details','Review & Submit'];\n  var pcts = [20,40,60,80,100];\n\n  var steps = [\n    {\n      fields: ['your-service'],\n      title: 'What service do you need?',\n      sub: 'Select all that apply'\n    },\n    {\n      fields: ['your-package'],\n      title: 'Which package interests you?',\n      sub: 'Choose one that fits your needs'\n    },\n    {\n      fields: ['your-budget'],\n      title: 'What is your budget?',\n      sub: 'This helps us tailor the right solution'\n    },\n    {\n      fields: ['your-name','your-business','your-email','your-phone','your-industry','your-website','your-timeline','your-notes'],\n      title: 'Tell us about you',\n      sub: 'Almost there \u2014 just a few details'\n    },\n    {\n      fields: ['your-consent'],\n      title: 'Review and submit',\n      sub: 'Check everything and submit your request'\n    }\n  ];\n\n  function getForm() {\n    return document.querySelector('.wpcf7-form');\n  }\n\n  function getAllFormRows() {\n    return getForm().querySelectorAll('p, .wpcf7-form-control-wrap, br');\n  }\n\n  function getFieldWrap(name) {\n    var form = getForm();\n    var input = form.querySelector('[name=\"'+name+'\"], [name=\"'+name+'[]\"]');\n    if (!input) return null;\n    var wrap = input.closest('p') || input.closest('.wpcf7-form-control-wrap') || input.parentElement;\n    return wrap;\n  }\n\n  function buildStepWraps() {\n    var form = getForm();\n    if (!form) return;\n\n    form.querySelectorAll('.lmk-step-wrap').forEach(function(el){ el.remove(); });\n\n    steps.forEach(function(step, i) {\n      var wrap = document.createElement('div');\n      wrap.className = 'lmk-step-wrap' + (i === 0 ? ' active' : '');\n      wrap.id = 'lmkStep' + (i+1);\n\n      var title = document.createElement('div');\n      title.className = 'lmk-step-title';\n      title.textContent = step.title;\n      wrap.appendChild(title);\n\n      var sub = document.createElement('div');\n      sub.className = 'lmk-step-sub';\n      sub.textContent = step.sub;\n      wrap.appendChild(sub);\n\n      step.fields.forEach(function(name) {\n        var fw = getFieldWrap(name);\n        if (fw) wrap.appendChild(fw);\n      });\n\n      form.insertBefore(wrap, form.querySelector('input[type=\"submit\"]'));\n    });\n\n    var submitWrap = form.querySelector('input[type=\"submit\"]');\n    if(submitWrap){\n      var sp = submitWrap.closest('p') || submitWrap;\n      sp.style.display = 'none';\n    }\n  }\n\n  function updateProgress() {\n    document.getElementById('lmkFill').style.width = pcts[current-1] + '%';\n    document.getElementById('lmkPct').textContent = pcts[current-1] + '%';\n    document.getElementById('lmkStepTitle').textContent = 'Step ' + current + ' of ' + total;\n\n    for(var i=1; i<=total; i++){\n      var lbl = document.getElementById('lbl'+i);\n      lbl.className = 'lmk-step-label';\n      if(i < current) lbl.classList.add('done');\n      else if(i === current) lbl.classList.add('active');\n    }\n\n    document.getElementById('lmkBack').style.display = current > 1 ? 'block' : 'none';\n    document.getElementById('lmkNext').textContent = current === total ? 'Submit Quote Request \u2192' : 'Continue \u2192';\n  }\n\n  function showStep(n) {\n    document.querySelectorAll('.lmk-step-wrap').forEach(function(el){\n      el.classList.remove('active');\n    });\n    var s = document.getElementById('lmkStep'+n);\n    if(s) s.classList.add('active');\n    current = n;\n    updateProgress();\n    window.scrollTo(0, document.querySelector('.lmk-progress').offsetTop - 20);\n  }\n\n  window.lmkNext = function() {\n    if(current === total) {\n      var form = getForm();\n      var submit = form.querySelector('input[type=\"submit\"]');\n      if(submit) submit.click();\n      return;\n    }\n    showStep(current + 1);\n  };\n\n  window.lmkPrev = function() {\n    if(current > 1) showStep(current - 1);\n  };\n\n  setTimeout(function(){\n    buildStepWraps();\n    updateProgress();\n  }, 500);\n\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-7546a1d e-con e-atomic-element e-flexbox-base e-d59d813 \" data-id=\"7546a1d\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"7546a1d\">\n    \t\t<div class=\"elementor-element elementor-element-bca9841 elementor-widget elementor-widget-exolax-contact-form-widget\" data-id=\"bca9841\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"exolax-contact-form-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\r\n\t\r\n\r\n\t\t<div class=\"contact-wrapper p-0 m-0\">\r\n\t\t\t<div class=\"contact-content ms-0\">\r\n\t\t\t\t\t\t\t\t\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f2631-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"2631\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2628#wpcf7-f2631-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"2631\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2631-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your full name\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-business\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your business name\" value=\"\" type=\"text\" name=\"your-business\" \/><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"hello@yourbusiness.co.uk\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" placeholder=\"+44 7xxx xxxxxx\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-service\"><span class=\"wpcf7-form-control wpcf7-checkbox\"><span class=\"wpcf7-list-item first\"><label><input type=\"checkbox\" name=\"your-service[]\" value=\"Website Design &amp; Redesign\" \/><span class=\"wpcf7-list-item-label\">Website Design &amp; Redesign<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"your-service[]\" value=\"Brand Identity &amp; Graphic Design\" \/><span class=\"wpcf7-list-item-label\">Brand Identity &amp; Graphic Design<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"your-service[]\" value=\"SEO &amp; Performance\" \/><span class=\"wpcf7-list-item-label\">SEO &amp; Performance<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"your-service[]\" value=\"Integrations &amp; Infrastructure\" \/><span class=\"wpcf7-list-item-label\">Integrations &amp; Infrastructure<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"your-service[]\" value=\"Website Migration\" \/><span class=\"wpcf7-list-item-label\">Website Migration<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"your-service[]\" value=\"Care Plan \/ Maintenance\" \/><span class=\"wpcf7-list-item-label\">Care Plan \/ Maintenance<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"checkbox\" name=\"your-service[]\" value=\"Not Sure \u2014 Advise Me\" \/><span class=\"wpcf7-list-item-label\">Not Sure \u2014 Advise Me<\/span><\/label><\/span><\/span><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-package\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"your-package\" value=\"Community \u2014 \u00a3499\" \/><span class=\"wpcf7-list-item-label\">Community \u2014 \u00a3499<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"your-package\" value=\"Starter \u2014 \u00a31,500\" \/><span class=\"wpcf7-list-item-label\">Starter \u2014 \u00a31,500<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"your-package\" value=\"Growth Business \u2014 \u00a32,400\" \/><span class=\"wpcf7-list-item-label\">Growth Business \u2014 \u00a32,400<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"your-package\" value=\"E-Commerce &amp; Booking \u2014 \u00a34,000\" \/><span class=\"wpcf7-list-item-label\">E-Commerce &amp; Booking \u2014 \u00a34,000<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"your-package\" value=\"Bespoke \u2014 Custom Quote\" \/><span class=\"wpcf7-list-item-label\">Bespoke \u2014 Custom Quote<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"your-package\" value=\"Not Sure \u2014 Advise Me\" \/><span class=\"wpcf7-list-item-label\">Not Sure \u2014 Advise Me<\/span><\/label><\/span><\/span><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-budget\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"your-budget\" value=\"Under \u00a3500\" \/><span class=\"wpcf7-list-item-label\">Under \u00a3500<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"your-budget\" value=\"\u00a3500 \u2014 \u00a31,500\" \/><span class=\"wpcf7-list-item-label\">\u00a3500 \u2014 \u00a31,500<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"your-budget\" value=\"\u00a31,500 \u2014 \u00a32,500\" \/><span class=\"wpcf7-list-item-label\">\u00a31,500 \u2014 \u00a32,500<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"your-budget\" value=\"\u00a32,500 \u2014 \u00a35,000\" \/><span class=\"wpcf7-list-item-label\">\u00a32,500 \u2014 \u00a35,000<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"your-budget\" value=\"\u00a35,000+\" \/><span class=\"wpcf7-list-item-label\">\u00a35,000+<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"your-budget\" value=\"Flexible \u2014 show me options\" \/><span class=\"wpcf7-list-item-label\">Flexible \u2014 show me options<\/span><\/label><\/span><\/span><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-industry\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"your-industry\"><option value=\"\">&#8212;Please choose an option&#8212;<\/option><option value=\"Cleaning &amp; Domestic Services\">Cleaning &amp; Domestic Services<\/option><option value=\"Catering &amp; Food\">Catering &amp; Food<\/option><option value=\"Health &amp; Beauty\">Health &amp; Beauty<\/option><option value=\"Trades &amp; Construction\">Trades &amp; Construction<\/option><option value=\"Professional Services\">Professional Services<\/option><option value=\"Retail &amp; E-Commerce\">Retail &amp; E-Commerce<\/option><option value=\"Education &amp; Training\">Education &amp; Training<\/option><option value=\"Care &amp; Health\">Care &amp; Health<\/option><option value=\"Transport &amp; Logistics\">Transport &amp; Logistics<\/option><option value=\"Other\">Other<\/option><\/select><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-website\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"your-website\"><option value=\"\">&#8212;Please choose an option&#8212;<\/option><option value=\"No \u2014 starting from scratch\">No \u2014 starting from scratch<\/option><option value=\"Yes \u2014 needs a redesign\">Yes \u2014 needs a redesign<\/option><option value=\"Yes \u2014 needs new features\">Yes \u2014 needs new features<\/option><option value=\"Yes \u2014 needs maintenance only\">Yes \u2014 needs maintenance only<\/option><\/select><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-timeline\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"your-timeline\"><option value=\"\">&#8212;Please choose an option&#8212;<\/option><option value=\"As soon as possible\">As soon as possible<\/option><option value=\"Within 1 month\">Within 1 month<\/option><option value=\"Within 3 months\">Within 3 months<\/option><option value=\"Just exploring options\">Just exploring options<\/option><\/select><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-notes\"><textarea cols=\"40\" rows=\"10\" maxlength=\"1000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Tell us about your project...\" name=\"your-notes\"><\/textarea><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-consent\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"your-consent\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">I agree to Lumkora Digital Agency's\n<a href=\"https:\/\/lumkora.agency\/?page_id=3\">Privacy Policy<\/a> and\n<a href=\"https:\/\/lumkora.agency\/?page_id=2610\">Terms & Conditions<\/a>.<\/span><\/label><\/span><\/span><\/span>\n\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit Quote Request\" \/><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t\r\n\r\n\r\n\r\n\r\n             \r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Step 1 of 5 20% Service Package Budget Details Submit \u2190 Back Continue \u2192 Website Design &amp; RedesignBrand Identity &amp; Graphic DesignSEO &amp; PerformanceIntegrations &amp; InfrastructureWebsite MigrationCare Plan \/ MaintenanceNot Sure \u2014 Advise Me Community \u2014 \u00a3499Starter \u2014 \u00a31,500Growth Business \u2014 \u00a32,400E-Commerce &amp; Booking \u2014 \u00a34,000Bespoke \u2014 Custom QuoteNot Sure \u2014 Advise Me Under \u00a3500\u00a3500<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-2628","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/lumkora.agency\/index.php?rest_route=\/wp\/v2\/pages\/2628","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lumkora.agency\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lumkora.agency\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lumkora.agency\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lumkora.agency\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2628"}],"version-history":[{"count":5,"href":"https:\/\/lumkora.agency\/index.php?rest_route=\/wp\/v2\/pages\/2628\/revisions"}],"predecessor-version":[{"id":2644,"href":"https:\/\/lumkora.agency\/index.php?rest_route=\/wp\/v2\/pages\/2628\/revisions\/2644"}],"wp:attachment":[{"href":"https:\/\/lumkora.agency\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}