{"id":4828,"date":"2025-05-30T13:23:53","date_gmt":"2025-05-30T12:23:53","guid":{"rendered":"https:\/\/wellad.online\/?page_id=4828"},"modified":"2025-07-03T02:28:48","modified_gmt":"2025-07-03T01:28:48","slug":"business-setup-consultation","status":"publish","type":"page","link":"https:\/\/wellad.online\/index.php\/business-setup-consultation\/","title":{"rendered":"\u00a0Business Setup Consultation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4828\" class=\"elementor elementor-4828\">\n\t\t\t\t<div class=\"elementor-element elementor-element-298cc2db e-flex e-con-boxed e-con e-parent\" data-id=\"298cc2db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1113d252 elementor-widget elementor-widget-text-editor\" data-id=\"1113d252\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0<\/p>\n<p>  <\/p>\n<p><style>\n    :root {\n      --primary: #2563eb;\n      --primary-hover: #1d4ed8;\n      --secondary: #f8fafc;\n      --text: #1e293b;\n      --text-light: #64748b;\n      --border: #e2e8f0;\n      --radius: 8px;\n      --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background-color: #f1f5f9;\n      color: var(--text);\n      line-height: 1.6;\n      margin: 0;\n      padding: 0;\n    }\n\n    .container {\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 2rem;\n    }\n\n    .consultation-wrapper {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 3rem;\n      background: white;\n      border-radius: var(--radius);\n      overflow: hidden;\n      box-shadow: var(--shadow);\n    }\n\n    .form-side {\n      padding: 3rem;\n    }\n\n    .info-side {\n      background: var(--primary);\n      color: white;\n      padding: 3rem;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .form-header {\n      margin-bottom: 2.5rem;\n    }\n\n    .form-header h1 {\n      font-size: 1.8rem;\n      font-weight: 700;\n      color: var(--text);\n      margin-bottom: 0.5rem;\n    }\n\n    .form-header p {\n      color: var(--text-light);\n      margin: 0;\n    }\n\n    .form-group {\n      margin-bottom: 1.5rem;\n    }\n\n    label {\n      display: block;\n      margin-bottom: 0.5rem;\n      font-weight: 500;\n      font-size: 0.9rem;\n    }\n\n    .required-field::after {\n      content: \" *\";\n      color: #ef4444;\n    }\n\n    input,\n    textarea,\n    select {\n      width: 100%;\n      padding: 0.75rem;\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      font-size: 0.95rem;\n      transition: border-color 0.2s, box-shadow 0.2s;\n    }\n\n    input:focus,\n    textarea:focus,\n    select:focus {\n      outline: none;\n      border-color: var(--primary);\n      box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);\n    }\n\n    textarea {\n      min-height: 120px;\n      resize: vertical;\n    }\n\n    .services-options {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));\n      gap: 0.75rem;\n      margin-top: 0.5rem;\n    }\n\n    .service-option {\n      display: flex;\n      align-items: center;\n      background: var(--secondary);\n      padding: 0.5rem;\n      border-radius: var(--radius);\n    }\n\n    .service-option input {\n      width: auto;\n      margin-right: 0.5rem;\n    }\n\n    .btn-submit {\n      background-color: var(--primary);\n      color: white;\n      padding: 0.85rem 1.5rem;\n      border: none;\n      border-radius: var(--radius);\n      font-size: 1rem;\n      font-weight: 500;\n      cursor: pointer;\n      transition: background-color 0.3s;\n      width: 100%;\n      margin-top: 1rem;\n    }\n\n    .btn-submit:hover {\n      background-color: var(--primary-hover);\n    }\n\n    .success-message {\n      display: none;\n      padding: 1.5rem;\n      background-color: #ecfdf5;\n      color: #065f46;\n      border-radius: var(--radius);\n      margin-bottom: 1.5rem;\n      text-align: center;\n      border-left: 4px solid #10b981;\n    }\n\n    .success-message h3 {\n      margin-top: 0;\n      color: #065f46;\n    }\n\n    .info-side h2 {\n      font-size: 1.5rem;\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n      font-weight: 600;\n    }\n\n    .benefits-list {\n      list-style: none;\n      padding: 0;\n      margin: 0 0 2rem 0;\n    }\n\n    .benefits-list li {\n      margin-bottom: 1rem;\n      display: flex;\n      align-items: flex-start;\n    }\n\n    .benefits-list li svg {\n      margin-right: 0.75rem;\n      flex-shrink: 0;\n      margin-top: 0.2rem;\n    }\n\n    .contact-info {\n      margin-top: auto;\n    }\n\n    .contact-info p {\n      margin: 0.25rem 0;\n      display: flex;\n      align-items: center;\n    }\n\n    .contact-info svg {\n      margin-right: 0.5rem;\n    }\n\n    .testimonial {\n      background: rgba(255, 255, 255, 0.1);\n      padding: 1.5rem;\n      border-radius: var(--radius);\n      margin-top: 2rem;\n    }\n\n    .testimonial p {\n      font-style: italic;\n      margin-bottom: 0.5rem;\n    }\n\n    .testimonial-author {\n      font-weight: 600;\n    }\n\n    @media (max-width: 768px) {\n      .consultation-wrapper {\n        grid-template-columns: 1fr;\n      }\n      \n      .form-side,\n      .info-side {\n        padding: 2rem;\n      }\n      \n      .container {\n        padding: 1rem;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .services-options {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style><\/p>\n<div class=\"container\">\n<div class=\"consultation-wrapper\">\n<div class=\"form-side\">\n<div class=\"form-header\">\n<h1>Book Your Free Business Setup Consultation<\/h1>\n<p>Complete this form and we\u2019ll contact you to schedule your session<\/p>\n<\/div>\n<div id=\"successMessage\" class=\"success-message\">\n<h3>Thank you for your submission!<\/h3>\n<p>We\u2019ve received your request and will contact you shortly.<\/p>\n<\/div>\n<form id=\"consultationForm\" class=\"consultation-form\" aria-label=\"Business Setup Consultation Form\">\n<div class=\"form-group\"><label class=\"required-field\" for=\"fullName\">Full Name<\/label> <input id=\"fullName\" name=\"fullName\" required=\"\" type=\"text\" \/><\/div>\n<div class=\"form-group\"><label class=\"required-field\" for=\"phone\">Phone Number<\/label> <input id=\"phone\" name=\"phone\" required=\"\" type=\"tel\" \/><\/div>\n<div class=\"form-group\"><label class=\"required-field\" for=\"email\">Email Address<\/label> <input id=\"email\" name=\"email\" required=\"\" type=\"email\" \/><\/div>\n<div class=\"form-group\"><label class=\"required-field\" for=\"businessType\">What type of business do you want to start?<\/label> <input id=\"businessType\" name=\"businessType\" required=\"\" type=\"text\" \/><\/div>\n<div class=\"form-group\"><label class=\"required-field\">What services are you interested in?<\/label>\n<div class=\"services-options\">\n<div class=\"service-option\"><input id=\"service-website\" name=\"services\" type=\"checkbox\" value=\"Website\" \/> <label for=\"service-website\">Website<\/label><\/div>\n<div class=\"service-option\"><input id=\"service-branding\" name=\"services\" type=\"checkbox\" value=\"Branding\" \/> <label for=\"service-branding\">Branding<\/label><\/div>\n<div class=\"service-option\"><input id=\"service-marketing\" name=\"services\" type=\"checkbox\" value=\"Marketing\" \/> <label for=\"service-marketing\">Marketing<\/label><\/div>\n<div class=\"service-option\"><input id=\"service-social\" name=\"services\" type=\"checkbox\" value=\"Social Media\" \/> <label for=\"service-social\">Social Media<\/label><\/div>\n<div class=\"service-option\"><input id=\"service-photo\" name=\"services\" type=\"checkbox\" value=\"Photography\/Videography\" \/> <label for=\"service-photo\">Photography\/Videography<\/label><\/div>\n<div class=\"service-option\"><input id=\"service-other\" name=\"services\" type=\"checkbox\" value=\"Other\" \/> <label for=\"service-other\">Other<\/label><\/div>\n<\/div>\n<\/div>\n<div class=\"form-group\"><label class=\"required-field\" for=\"description\">Brief description of your idea or current situation<\/label> <textarea id=\"description\" name=\"description\" required=\"\"><\/textarea><\/div>\n<div class=\"form-group\"><label class=\"required-field\" for=\"preferredTime\">Preferred date\/time for consultation<\/label> <input id=\"preferredTime\" name=\"preferredTime\" required=\"\" type=\"datetime-local\" \/><\/div>\n<div class=\"form-group\"><label for=\"hearAboutUs\">How did you hear about us?<\/label><select id=\"hearAboutUs\" name=\"hearAboutUs\">\n<option value=\"\">Select an option<\/option>\n<option value=\"Search Engine\">Search Engine<\/option>\n<option value=\"Social Media\">Social Media<\/option>\n<option value=\"Referral\">Referral<\/option>\n<option value=\"Advertisement\">Advertisement<\/option>\n<option value=\"Other\">Other<\/option>\n<\/select><\/div>\n<button class=\"btn-submit\" type=\"submit\">Submit Consultation Request<\/button><\/form><\/div>\n<div class=\"info-side\">\n<h2>Why Schedule a Consultation?<\/h2>\n<ul class=\"benefits-list\">\n<li>Personalized business setup advice<\/li>\n<li>Expert guidance on legal requirements<\/li>\n<li>Customized digital solutions<\/li>\n<li>No-obligation free session<\/li>\n<\/ul>\n<div class=\"testimonial\">\n<p>\u201cWellad.Online helped me launch my e-commerce business in record time. Their consultation was invaluable!\u201d<\/p>\n<p class=\"testimonial-author\">\u2013 Sarah J.<\/p>\n<\/div>\n<div class=\"contact-info\">\n<p>contact@wellad.online<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><script>\n    document.getElementById('consultationForm').addEventListener('submit', function(e) {\n      e.preventDefault();\n      \n      \/\/ Collect form data\n      const formData = new FormData(this);\n      const data = {};\n      formData.forEach((value, key) => {\n        if (key === 'services') {\n          if (!data[key]) data[key] = [];\n          data[key].push(value);\n        } else {\n          data[key] = value;\n        }\n      });\n      \n      \/\/ Format services as comma-separated string\n      if (data.services && Array.isArray(data.services)) {\n        data.services = data.services.join(', ');\n      }\n      \n      \/\/ Format email body\n      let emailBody = `New Consultation Request:\\n\\n`;\n      for (const [key, value] of Object.entries(data)) {\n        emailBody += `${key}: ${value}\\n`;\n      }\n      \n      \/\/ Send email (using FormSubmit.co as a simple solution)\n      fetch('https:\/\/formsubmit.co\/ajax\/contact@wellad.online', {\n        method: 'POST',\n        headers: { \n          'Content-Type': 'application\/json',\n          'Accept': 'application\/json'\n        },\n        body: JSON.stringify({\n          name: data.fullName,\n          email: data.email,\n          message: emailBody,\n          _subject: 'New Consultation Request from ' + data.fullName\n        })\n      })\n      .then(response => response.json())\n      .then(data => {\n        \/\/ Show success message\n        document.getElementById('successMessage').style.display = 'block';\n        document.getElementById('consultationForm').reset();\n        \n        \/\/ Scroll to success message\n        document.getElementById('successMessage').scrollIntoView({\n          behavior: 'smooth'\n        });\n      })\n      .catch(error => {\n        console.error('Error:', error);\n        alert('There was an error submitting your form. Please try again.');\n      });\n    });\n  <\/script><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u00a0 Book Your Free Business Setup Consultation Complete this form and we\u2019ll contact you to schedule your session Thank you for your submission! We\u2019ve received your request and will contact you shortly. Full Name Phone Number Email Address What type of business do you want to start? What services are you interested in? Website Branding [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4828","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wellad.online\/index.php\/wp-json\/wp\/v2\/pages\/4828","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wellad.online\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wellad.online\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wellad.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wellad.online\/index.php\/wp-json\/wp\/v2\/comments?post=4828"}],"version-history":[{"count":6,"href":"https:\/\/wellad.online\/index.php\/wp-json\/wp\/v2\/pages\/4828\/revisions"}],"predecessor-version":[{"id":5043,"href":"https:\/\/wellad.online\/index.php\/wp-json\/wp\/v2\/pages\/4828\/revisions\/5043"}],"wp:attachment":[{"href":"https:\/\/wellad.online\/index.php\/wp-json\/wp\/v2\/media?parent=4828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}