Digiclinix | Your Online Healthcare specialist | Book Appointments, Video Consultation, Chat, Voice Call |Order Medicine, Diagnostic Tests
// Show login options after phone number is entered if (mobilenumber.length == 10) { // Assuming 10 digits for a valid phone number $('#login-options').show(); // Show the login method options // Toggle between password and OTP fields // AJAX call to fetch patient data based on mobile number (existing code) }/*else{ $('.patientname').html(" "); }*/