Skip to main content

RevisePharma

  • About Us
  • Our Courses
  • Store
  • Our Team
  • Partnerships
  • Sign In

Welcome!

Please enter a valid email address

This field cannot be blank

Forgot password?

Or sign in with

Or sign up with

Create a new account
  • Home
  • All Products
  • Terms and Conditions
  • Privacy Policy
© Copyright RevisePharma 2026
document.addEventListener("DOMContentLoaded", function () { var field0 = document.querySelector('input[name="user[profile_attributes][custom_profile_fields_attributes][3][value]"]'); if (field0) { var datePicker = document.createElement("input"); datePicker.type = "date"; datePicker.id = field0.id + "-date"; datePicker.name = field0.name; // Keep the original name datePicker.value = field0.value; datePicker.className = "form__control"; field0.parentNode.replaceChild(datePicker, field0); } }); ```html ``` ```html ```