Digiclinix | Your Online Healthcare Specialist | Book Appointments, Video Consultation, Chat, Voice Call | Order Medicine, Diagnostic Tests
--> // Toggle between OTP and password login options // AJAX login form submission // Add OTP or Password based on selected option // AJAX request url: "https://digiclinix.in/docchecklogin", // The URL for login processing window.location.href = response.redirect_url; // Redirect on success $('.message').html('' + response.message + ''); // Show error message $('.message').html('An error occurred. Please try again.'); // Generic error handling