An inquiry service provided by Qassim University, allowing entities and individuals to verify the validity or status of usernames associated with the university's systems.
Your username is: ${res.data}
`;
} else {
resultDiv.innerHTML = `${res.data || 'An unexpected error occurred.'}
`;
}
})
.catch(() => {
// --- Change here: Use error class ---
resultDiv.innerHTML = 'An error occurred while connecting to the service. Please try again.
';
})
.finally() => {
// Reactivate the button after the order is completed
submitButton.disabled = false;
// Reset виджет Turnstile if necessary
if (typeof turnstile !== 'undefined') {
turnstile.reset();
}
});
});
});
Service evaluation
Rating: 4.1 Number of residents: 30