I would like to put this:
document.getElementById('contact_time').disabled = true
inside a php print command like print 'whater'; but I dont know how to do it since the quotes around contact_time are in single quotes. I tried switching it out but still get an error.