Skip to main content
PMT
  • +1 484‑464‑2882
  • support@PacificMedicalTraining.com
  • More
English (United States) ‎(en_us)‎
English ‎(en)‎ English (United States) ‎(en_us)‎
Log in
PMT
+1 484‑464‑2882 support@PacificMedicalTraining.com

Pacific Medical Training


You are not logged in. (Log in)
Data retention summary
Get the mobile app
Powered by Moodle
document.addEventListener('DOMContentLoaded', function () { if (window.location.pathname.includes('/login/index.php') || window.location.pathname.endsWith('/login/')) { var noteBox = document.createElement('div'); noteBox.className = 'alert alert-info'; noteBox.style.border = '1px solid #ccc'; noteBox.style.backgroundColor = '#f8f8f8'; noteBox.style.padding = '10px'; noteBox.style.marginBottom = '15px'; // Define email parameters var email = "support@pacificmedicaltraining.com"; var subject = encodeURIComponent("Login Assistance Needed"); var body = encodeURIComponent("Hello,\n\nI'm having trouble logging into my account. Here are the details:\n\nUsername: \nIssue: \n\nThank you!"); // Create the contact message noteBox.innerHTML = 'Contact customer support at ' + '+1 484‑464‑2882 or email at ' + 'support@PacificMedicalTraining.com.'; var loginContainer = document.querySelector('.login-container'); if (loginContainer) { loginContainer.insertBefore(noteBox, loginContainer.firstChild); } } });