flowchart TD START[🌐 WEB FORM QUALIFICATION] SERVICE[Which Service are you interested in?<br/>• Hair Transplant<br/>• Dental Treatments<br/>• Aesthetic Surgeries<br/>• Non-Surgical Cosmetic<br/>• Other] %% Hair Transplant Web Flow H_GENDER[Hair: Gender?<br/>□ Male<br/>□ Female<br/>□ Rather Not Say] H_MALE_SERVICE[Male Services<br/>□ Hair Transplant<br/>□ Beard Transplant<br/>□ Eyebrow Transplant] H_FEMALE_SERVICE[Female Services<br/>□ Hair Transplant<br/>□ Eyebrow Transplant] H_AGE[Age Group?<br/>□ 18-24 □ 25-34 □ 35-44<br/>□ 45-54 □ 55-64 □ 65+] H_CHRONIC[Do you have chronic diseases?<br/>□ Yes □ No] H_LOSS[When did you start losing hair?<br/>□ Less than 1 Year<br/>□ 1-3 Years<br/>□ 3+ Years] H_PREVIOUS[Had Hair Transplant before?<br/>□ Yes □ No] H_TIMING[When planning to come?<br/>□ As soon as possible<br/>□ Next 3 Months<br/>□ Next 12 Months<br/>□ Only want information] H_CONTACT[📝 CONTACT INFORMATION<br/>Full Name: ____________<br/>Email: _______________<br/>WhatsApp: ____________<br/>Country Code: ________] H_SUBMIT[📤 SUBMIT FORM<br/>Processing your information...] H_OTP[PHASE 2: WhatsApp OTP<br/>Verification code sent to WhatsApp<br/>Check your WhatsApp for 6-digit code<br/>Enter code here<br/>Code expires in 5 minutes<br/>Resend code option available<br/>Requires Development] H_UPLOAD[📷 UPLOAD IMAGES<br/>Upload 3 photos:<br/>📸 Front view of head<br/>📸 Back view of head<br/>📸 Top view of head<br/>📱 QR Code for mobile upload] %% Dental Web Flow D_GENDER[Dental: Gender?<br/>□ Male □ Female □ Rather Not Say] D_AGE[Age Group?<br/>□ 18-24 □ 25-34 □ 35-44<br/>□ 45-54 □ 55-64 □ 65+] D_PROBLEM[What is the problem?<br/>□ Missing teeth<br/>□ Broken Teeth<br/>□ Crooked teeth<br/>□ Whitening<br/>□ Other: _________] D_TIMING[When planning to come?<br/>□ As soon as possible<br/>□ Next 3 Months<br/>□ Next 12 Months<br/>□ Only want information] D_CONTACT[📝 CONTACT INFORMATION<br/>Full Name: ____________<br/>Email: _______________<br/>WhatsApp: ____________<br/>Country Code: ________] D_SUBMIT[📤 SUBMIT FORM<br/>Processing your information...] D_OTP[PHASE 2: WhatsApp OTP<br/>Verification code sent to WhatsApp<br/>Check your WhatsApp for 6-digit code<br/>Enter code here<br/>Code expires in 5 minutes<br/>Resend code option available<br/>Requires Development] D_UPLOAD[📷 UPLOAD IMAGES<br/>Upload dental photos:<br/>📸 4 teeth images specific order<br/>📸 X-ray image<br/>📋 Template guide provided<br/>📱 QR Code for mobile upload] %% Plastic Surgery Web Flow P_GENDER[Plastic: Gender?<br/>□ Male □ Female □ Rather Not Say] P_AGE[Age Group?<br/>□ 18-24 □ 25-34 □ 35-44<br/>□ 45-54 □ 55-64 □ 65+] P_BODY_PART[Which body part?<br/>□ Face<br/>□ Body] P_FACE_SERVICE[Face Services<br/>□ Nose □ Eyebrow □ Ears<br/>□ Jawline □ Face] P_BODY_SERVICE[Body Services<br/>□ Breast<br/>□ Body Reshaping<br/>□ Arm] P_WEIGHT[Weight for Body Operations<br/>Enter your weight: _______ kg/lbs<br/>Required for body procedures] P_PREVIOUS[Previous surgeries?<br/>□ Yes □ No<br/>If yes, please specify: _______] P_TIMING[When planning to come?<br/>□ As soon as possible<br/>□ Next 3 Months<br/>□ Next 12 Months<br/>□ Only want information] P_CONTACT[📝 CONTACT INFORMATION<br/>Full Name: ____________<br/>Email: _______________<br/>WhatsApp: ____________<br/>Country Code: ________] P_SUBMIT[📤 SUBMIT FORM<br/>Processing your information...] P_OTP[PHASE 2: WhatsApp OTP<br/>Verification code sent to WhatsApp<br/>Check your WhatsApp for 6-digit code<br/>Enter code here<br/>Code expires in 5 minutes<br/>Resend code option available<br/>Requires Development] P_UPLOAD[📷 UPLOAD IMAGES<br/>Upload photos based on service:<br/>📸 Service-specific images<br/>📋 Sales template guide<br/>📱 QR Code for mobile upload] %% Other Services OTHER_FORM[📝 OTHER SERVICES FORM<br/>Full Name: ____________<br/>Email: _______________<br/>WhatsApp: ____________<br/>Service Details: _______<br/>📤 Submit for Team Contact] COSMETIC_REDIRECT[💫 REDIRECTING...<br/>Non-Surgical Cosmetic<br/>🔄 Transferring to<br/>Cosmetic Department Portal] %% Results WEB_QUALIFIED[✅ WEB QUALIFIED LEAD<br/>Complete Profile Created<br/>📊 All data collected<br/>📷 Images uploaded<br/>➡️ Sent to Presell Team] TEAM_FOLLOWUP[👥 TEAM FOLLOW-UP<br/>Manual contact scheduled<br/>📞 Call within 24 hours] DEPT_TRANSFER[🔄 DEPARTMENT TRANSFER<br/>Cosmetic team notified<br/>📧 Email confirmation sent] %% Connections START --> SERVICE SERVICE --> H_GENDER SERVICE --> D_GENDER SERVICE --> P_GENDER SERVICE --> OTHER_FORM SERVICE --> COSMETIC_REDIRECT %% Hair Transplant Flow H_GENDER --> H_MALE_SERVICE H_GENDER --> H_FEMALE_SERVICE H_MALE_SERVICE --> H_AGE H_FEMALE_SERVICE --> H_AGE H_AGE --> H_CHRONIC H_CHRONIC --> H_LOSS H_LOSS --> H_PREVIOUS H_PREVIOUS --> H_TIMING H_TIMING --> H_CONTACT H_CONTACT --> H_SUBMIT H_SUBMIT --> H_OTP H_OTP --> H_UPLOAD H_UPLOAD --> WEB_QUALIFIED %% Dental Flow D_GENDER --> D_AGE D_AGE --> D_PROBLEM D_PROBLEM --> D_TIMING D_TIMING --> D_CONTACT D_CONTACT --> D_SUBMIT D_SUBMIT --> D_OTP D_OTP --> D_UPLOAD D_UPLOAD --> WEB_QUALIFIED %% Plastic Surgery Flow P_GENDER --> P_AGE P_AGE --> P_BODY_PART P_BODY_PART --> P_FACE_SERVICE P_BODY_PART --> P_BODY_SERVICE P_FACE_SERVICE --> P_PREVIOUS P_BODY_SERVICE --> P_WEIGHT P_WEIGHT --> P_PREVIOUS P_PREVIOUS --> P_TIMING P_TIMING --> P_CONTACT P_CONTACT --> P_SUBMIT P_SUBMIT --> P_OTP P_OTP --> P_UPLOAD P_UPLOAD --> WEB_QUALIFIED %% Other Outcomes OTHER_FORM --> TEAM_FOLLOWUP COSMETIC_REDIRECT --> DEPT_TRANSFER %% Styling classDef webStyle fill:#e3f2fd,stroke:#1565c0,stroke-width:3px,color:#000000 classDef hairFlow fill:#c8e6c9,stroke:#1b5e20,stroke-width:2px,color:#000000 classDef dentalFlow fill:#fff3e0,stroke:#f57c00,stroke-width:2px,color:#000000 classDef plasticFlow fill:#fce4ec,stroke:#ad1457,stroke-width:2px,color:#000000 classDef otherFlow fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px,color:#000000 classDef resultFlow fill:#e0f2f1,stroke:#00695c,stroke-width:3px,color:#000000 classDef submitFlow fill:#ffebee,stroke:#c62828,stroke-width:2px,color:#000000 class START webStyle class H_GENDER,H_MALE_SERVICE,H_FEMALE_SERVICE,H_AGE,H_CHRONIC,H_LOSS,H_PREVIOUS,H_TIMING,H_CONTACT,H_UPLOAD hairFlow class D_GENDER,D_AGE,D_PROBLEM,D_TIMING,D_CONTACT,D_UPLOAD dentalFlow class P_GENDER,P_AGE,P_BODY_PART,P_FACE_SERVICE,P_BODY_SERVICE,P_WEIGHT,P_PREVIOUS,P_TIMING,P_CONTACT,P_UPLOAD plasticFlow class OTHER_FORM,COSMETIC_REDIRECT otherFlow class WEB_QUALIFIED,TEAM_FOLLOWUP,DEPT_TRANSFER resultFlow class H_SUBMIT,D_SUBMIT,P_SUBMIT submitFlow class H_OTP,D_OTP,P_OTP submitFlow