Business Growth & AI Integration Questionnaire

    Business Basics (Step 1 of 5)

    1. How do you currently promote your business? (Select all that apply)

    Word of mouthFlyers / PostersRadio / TVSocial MediaWebsiteOther

    2. Do you have a website for your business?

    YesNoNot sure

    3. Do you use social media to promote your business?

    Yes, activelySometimesNo

    4. Do you advertise your business online (Google, Facebook, Instagram, etc.)?

    Yes, oftenSometimesNever
    document.addEventListener('DOMContentLoaded', function() { const steps = document.querySelectorAll('.wizard-step'); let currentStep = 1; // Next button functionality document.querySelectorAll('.next-step').forEach(btn => { btn.addEventListener('click', function() { if (currentStep { btn.addEventListener('click', function() { if (currentStep > 1) { steps[currentStep - 1].style.display = 'none'; currentStep--; steps[currentStep - 1].style.display = 'block'; window.scrollTo(0, 0); } }); }); // Conditional field display logic document.querySelectorAll('input[type="radio"]').forEach(radio => { radio.addEventListener('change', function() { const fieldName = this.name; const value = this.value; // Hide all conditional fields for this question document.querySelectorAll(`.conditional-field[data-show-if^="${fieldName}:"]`).forEach(field => { field.style.display = 'none'; }); // Show the relevant conditional field const targetField = document.querySelector(`.conditional-field[data-show-if="${fieldName}:${value}"]`); if (targetField) { targetField.style.display = 'block'; } }); }); });

    Scroll to Top